mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 14:30:38 +08:00
* cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_r
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 39
This commit is contained in:
parent
edc4bfd9da
commit
86699e1555
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-25 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
|
* cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_r
|
||||||
|
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 39
|
||||||
|
|
||||||
Wed Apr 25 10:57:36 2001 Christopher Faylor <cgf@cygnus.com>
|
Wed Apr 25 10:57:36 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* include/cygwin/version.h: Bump minor version number.
|
* include/cygwin/version.h: Bump minor version number.
|
||||||
|
@ -32,6 +32,8 @@ alphasort
|
|||||||
_alphasort = alphasort
|
_alphasort = alphasort
|
||||||
asctime
|
asctime
|
||||||
_asctime = asctime
|
_asctime = asctime
|
||||||
|
asctime_r
|
||||||
|
_asctime_r = asctime_r
|
||||||
asin
|
asin
|
||||||
_asin = asin
|
_asin = asin
|
||||||
asinf
|
asinf
|
||||||
@ -119,6 +121,8 @@ creat
|
|||||||
_creat = creat
|
_creat = creat
|
||||||
ctime
|
ctime
|
||||||
_ctime = ctime
|
_ctime = ctime
|
||||||
|
ctime_r
|
||||||
|
_ctime_r = ctime_r
|
||||||
cwait
|
cwait
|
||||||
_cwait = cwait
|
_cwait = cwait
|
||||||
difftime
|
difftime
|
||||||
@ -366,6 +370,8 @@ globfree
|
|||||||
_globfree = globfree
|
_globfree = globfree
|
||||||
gmtime
|
gmtime
|
||||||
_gmtime = gmtime
|
_gmtime = gmtime
|
||||||
|
gmtime_r
|
||||||
|
_gmtime_r = gmtime_r
|
||||||
h_errno DATA
|
h_errno DATA
|
||||||
hypot
|
hypot
|
||||||
_hypot = hypot
|
_hypot = hypot
|
||||||
@ -454,6 +460,8 @@ localeconv
|
|||||||
_localeconv = localeconv
|
_localeconv = localeconv
|
||||||
localtime
|
localtime
|
||||||
_localtime = localtime
|
_localtime = localtime
|
||||||
|
localtime_r
|
||||||
|
_localtime_r = localtime_r
|
||||||
log
|
log
|
||||||
_log = log
|
_log = log
|
||||||
log10
|
log10
|
||||||
|
@ -132,10 +132,11 @@ details. */
|
|||||||
36: Added _cygwin_S_IEXEC, et al
|
36: Added _cygwin_S_IEXEC, et al
|
||||||
37: [f]pathconv support _PC_POSIX_PERMISSIONS and _PC_POSIX_SECURITY
|
37: [f]pathconv support _PC_POSIX_PERMISSIONS and _PC_POSIX_SECURITY
|
||||||
38: vscanf, vscanf_r, and random pthread functions
|
38: vscanf, vscanf_r, and random pthread functions
|
||||||
|
39: asctime_r, ctime_r, gmtime_r, localtime_r
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 38
|
#define CYGWIN_VERSION_API_MINOR 39
|
||||||
|
|
||||||
/* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user