Update.
This commit is contained in:
parent
2b706f3f6e
commit
83845eaa21
|
@ -2288,6 +2288,7 @@ Fri May 14 19:30:53 1999 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* include/winbase.h: Change conditional to correctly refer
|
* include/winbase.h: Change conditional to correctly refer
|
||||||
to UNDER_CE rather than UNICODE.
|
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>
|
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
|
* include/winnt.h: Various fixes from Anders Norlander
|
||||||
<anorland@hem2.passagen.se>.
|
<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>
|
Mon May 3 11:32:32 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
||||||
|
|
||||||
* smallprint.c (__small_vsprintf): Display textual messages
|
* 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>
|
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
|
* shared.cc (open_shared): Don't call OpenFileMapping with
|
||||||
a null name pointer. If the name is NULL it can't be opened.
|
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,
|
* net.cc (gethostbyname): support a.b.c.d notation internally,
|
||||||
in case there's no DNS at least partial support is there.
|
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>
|
Wed Mar 10 19:22:46 1999 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
* include/commdlg.h: Add missing PageSetupDlg defines.
|
* include/commdlg.h: Add missing PageSetupDlg defines.
|
||||||
|
|
|
@ -181,6 +181,10 @@ fabs
|
||||||
_fabs = fabs
|
_fabs = fabs
|
||||||
fabsf
|
fabsf
|
||||||
_fabsf = fabsf
|
_fabsf = fabsf
|
||||||
|
_f_atan2
|
||||||
|
__f_atan2 = _f_atan2
|
||||||
|
_f_atan2f
|
||||||
|
__f_atan2f = _f_atan2f
|
||||||
fchmod
|
fchmod
|
||||||
_fchmod = fchmod
|
_fchmod = fchmod
|
||||||
fclose
|
fclose
|
||||||
|
@ -199,8 +203,16 @@ feof
|
||||||
_feof = feof
|
_feof = feof
|
||||||
ferror
|
ferror
|
||||||
_ferror = ferror
|
_ferror = ferror
|
||||||
|
_f_exp
|
||||||
|
__f_exp = _f_exp
|
||||||
|
_f_expf
|
||||||
|
__f_expf = _f_expf
|
||||||
fflush
|
fflush
|
||||||
_fflush = fflush
|
_fflush = fflush
|
||||||
|
_f_frexp
|
||||||
|
__f_frexp = _f_frexp
|
||||||
|
_f_frexpf
|
||||||
|
__f_frexpf = _f_frexpf
|
||||||
fgetc
|
fgetc
|
||||||
_fgetc = fgetc
|
_fgetc = fgetc
|
||||||
fgetpos
|
fgetpos
|
||||||
|
@ -217,6 +229,18 @@ finitef
|
||||||
_finitef = finitef
|
_finitef = finitef
|
||||||
fiprintf
|
fiprintf
|
||||||
_fiprintf = 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 = floor
|
_floor = floor
|
||||||
floorf
|
floorf
|
||||||
|
@ -230,6 +254,10 @@ _fopen = fopen
|
||||||
fork
|
fork
|
||||||
_fork = fork
|
_fork = fork
|
||||||
fpathconf
|
fpathconf
|
||||||
|
_f_pow
|
||||||
|
__f_pow = _f_pow
|
||||||
|
_f_powf
|
||||||
|
__f_powf = _f_powf
|
||||||
fprintf
|
fprintf
|
||||||
_fprintf = fprintf
|
_fprintf = fprintf
|
||||||
fputc
|
fputc
|
||||||
|
@ -258,6 +286,10 @@ fstatfs
|
||||||
_fstatfs = fstatfs
|
_fstatfs = fstatfs
|
||||||
fsync
|
fsync
|
||||||
_fsync = fsync
|
_fsync = fsync
|
||||||
|
_f_tan
|
||||||
|
__f_tan = _f_tan
|
||||||
|
_f_tanf
|
||||||
|
__f_tanf = _f_tanf
|
||||||
ftell
|
ftell
|
||||||
_ftell = ftell
|
_ftell = ftell
|
||||||
ftime
|
ftime
|
||||||
|
|
Loading…
Reference in New Issue