* cygwin.din: Export all appropriate newlibc libm functions. Sort.

* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Christopher Faylor 2003-02-16 19:31:07 +00:00
parent 44dc96d1f5
commit 8fc16812e8
3 changed files with 486 additions and 453 deletions

View File

@ -1,6 +1,11 @@
2003-02-16 Christopher Faylor <cgf@redhat.com>
* cygwin.din: Export all appropriate newlibc libm functions. Sort.
* include/cygwin/version.h: Bump API minor number.
2003-02-15 Christopher Faylor <cgf@redhat.com> 2003-02-15 Christopher Faylor <cgf@redhat.com>
* cygwin.din: Export all appropriate newlib functions. * cygwin.din: Export all appropriate newlib libc functions.
* include/cygwin/version.h: Bump API minor number. * include/cygwin/version.h: Bump API minor number.
2003-02-14 Jason Tishler <jason@tishler.net> 2003-02-14 Jason Tishler <jason@tishler.net>

File diff suppressed because it is too large Load Diff

View File

@ -180,12 +180,16 @@ details. */
wcschr wcscpy wcscspn wcslcat wcslcpy wcsncat wcsncmp wcsncpy wcschr wcscpy wcscspn wcslcat wcslcpy wcsncat wcsncmp wcsncpy
wcspbrk wcsrchr wcsrtombs wcsspn wcsstr wctob wctob wctrans wcspbrk wcsrchr wcsrtombs wcsspn wcsstr wctob wctob wctrans
wctype wmemchr wmemcmp wmemcpy wmemmove wmemset wctype wmemchr wmemcmp wmemcpy wmemmove wmemset
75: Export exp2 exp2f fdim fdimf fma fmaf fmax fmaxf fmin fminf lrint
lrintf lround lroundf nearbyint nearbyintf remquo remquof
round roundf scalbln scalblnf sincos sincosf tgamma tgammaf
truncf
*/ */
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0 #define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 74 #define CYGWIN_VERSION_API_MINOR 75
/* There is also a compatibity version number associated with the /* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible shared memory regions. It is incremented when incompatible