* cygwin.din: Add strptime.
* include/cygwin/version.h: Increment API version number.
This commit is contained in:
parent
4e4871b389
commit
dbe67a8103
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>
|
||||||
|
|
||||||
|
* cygwin.din: Add strptime.
|
||||||
|
* include/cygwin/version.h: Increment API version number.
|
||||||
|
|
||||||
2002-04-09 Corinna Vinschen <corinna@vinschen.de>
|
2002-04-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.
|
* fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.
|
||||||
|
@ -967,6 +967,8 @@ pclose
|
|||||||
_pclose = pclose
|
_pclose = pclose
|
||||||
strftime
|
strftime
|
||||||
_strftime = strftime
|
_strftime = strftime
|
||||||
|
strptime
|
||||||
|
_strptime = strptime
|
||||||
setgrent
|
setgrent
|
||||||
_setgrent = setgrent
|
_setgrent = setgrent
|
||||||
cuserid
|
cuserid
|
||||||
|
@ -149,12 +149,13 @@ details. */
|
|||||||
49: Export setutent, endutent, utmpname, getutent, getutid, getutline.
|
49: Export setutent, endutent, utmpname, getutent, getutid, getutline.
|
||||||
50: Export fnmatch.
|
50: Export fnmatch.
|
||||||
51: Export recvmsg, sendmsg.
|
51: Export recvmsg, sendmsg.
|
||||||
|
52: Export strptime
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 51
|
#define CYGWIN_VERSION_API_MINOR 52
|
||||||
|
|
||||||
/* 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