This commit is contained in:
Christopher Faylor 2000-02-21 03:18:37 +00:00
parent 2b706f3f6e
commit 83845eaa21
2 changed files with 42 additions and 0 deletions

View File

@ -2288,6 +2288,7 @@ Fri May 14 19:30:53 1999 Christopher Faylor <cgf@cygnus.com>
* 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 <cgf@cygnus.com>
@ -2323,6 +2324,10 @@ Fri May 7 17:28:12 1999 Christopher Faylor <cgf@cygnus.com>
* include/winnt.h: Various fixes from Anders Norlander
<anorland@hem2.passagen.se>.
Tue May 4 22:20:05 1999 Christopher Faylor <cgf@cygnus.com>
* include/winnt.h: Fix CONTEXT pointer typedefs.
Mon May 3 11:32:32 1999 Mumit Khan <khan@xraylith.wisc.edu>
* smallprint.c (__small_vsprintf): Display textual messages
@ -2361,6 +2366,7 @@ Thu Apr 29 11:06:37 1999 Mumit Khan <khan@xraylith.wisc.edu>
Wed Apr 28 17:01:12 1999 Christopher Faylor <cgf@cygnus.com>
* 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 <noer@cygnus.com>
* 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 <jjohnstn@cygnus.com>
* cygwin.din: Added references to new fast-math routines.
Wed Mar 10 19:22:46 1999 Geoffrey Noer <noer@cygnus.com>
* include/commdlg.h: Add missing PageSetupDlg defines.

View File

@ -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