From 83845eaa2112dac23f4451ab934af2c64d2f5865 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 21 Feb 2000 03:18:37 +0000 Subject: [PATCH] Update. --- winsup/cygwin/ChangeLog-1999 | 10 ++++++++++ winsup/cygwin/cygwin.din | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/winsup/cygwin/ChangeLog-1999 b/winsup/cygwin/ChangeLog-1999 index b459908d2..49d6fe468 100644 --- a/winsup/cygwin/ChangeLog-1999 +++ b/winsup/cygwin/ChangeLog-1999 @@ -2288,6 +2288,7 @@ Fri May 14 19:30:53 1999 Christopher Faylor * include/winbase.h: Change conditional to correctly refer to UNDER_CE rather than UNICODE. + * include/winnt.h: Update MIPS and SHx CONTEXT definitions. Tue May 11 21:19:59 1999 Christopher Faylor @@ -2323,6 +2324,10 @@ Fri May 7 17:28:12 1999 Christopher Faylor * include/winnt.h: Various fixes from Anders Norlander . +Tue May 4 22:20:05 1999 Christopher Faylor + + * include/winnt.h: Fix CONTEXT pointer typedefs. + Mon May 3 11:32:32 1999 Mumit Khan * smallprint.c (__small_vsprintf): Display textual messages @@ -2361,6 +2366,7 @@ Thu Apr 29 11:06:37 1999 Mumit Khan Wed Apr 28 17:01:12 1999 Christopher Faylor + * include/winnt.h: Add some handheld support. * shared.cc (open_shared): Don't call OpenFileMapping with a null name pointer. If the name is NULL it can't be opened. @@ -2706,6 +2712,10 @@ Mon Mar 15 12:54:48 1999 Geoffrey Noer * net.cc (gethostbyname): support a.b.c.d notation internally, in case there's no DNS at least partial support is there. +Thu Mar 11 21:27:41 1999 Jeff Johnston + + * cygwin.din: Added references to new fast-math routines. + Wed Mar 10 19:22:46 1999 Geoffrey Noer * include/commdlg.h: Add missing PageSetupDlg defines. diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index fd814133a..33046bcc6 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -181,6 +181,10 @@ fabs _fabs = fabs fabsf _fabsf = fabsf +_f_atan2 +__f_atan2 = _f_atan2 +_f_atan2f +__f_atan2f = _f_atan2f fchmod _fchmod = fchmod fclose @@ -199,8 +203,16 @@ feof _feof = feof ferror _ferror = ferror +_f_exp +__f_exp = _f_exp +_f_expf +__f_expf = _f_expf fflush _fflush = fflush +_f_frexp +__f_frexp = _f_frexp +_f_frexpf +__f_frexpf = _f_frexpf fgetc _fgetc = fgetc fgetpos @@ -217,6 +229,18 @@ finitef _finitef = finitef fiprintf _fiprintf = fiprintf +_f_ldexp +__f_ldexp = _f_ldexp +_f_ldexpf +__f_ldexpf = _f_ldexpf +_f_log +__f_log = _f_log +_f_logf +__f_logf = _f_logf +_f_log10 +__f_log10 = _f_log10 +_f_log10f +__f_log10f = _f_log10f floor _floor = floor floorf @@ -230,6 +254,10 @@ _fopen = fopen fork _fork = fork fpathconf +_f_pow +__f_pow = _f_pow +_f_powf +__f_powf = _f_powf fprintf _fprintf = fprintf fputc @@ -258,6 +286,10 @@ fstatfs _fstatfs = fstatfs fsync _fsync = fsync +_f_tan +__f_tan = _f_tan +_f_tanf +__f_tanf = _f_tanf ftell _ftell = ftell ftime