diff options
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 2830a490d..ad38fde8a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2005-03-23 Christopher Faylor <cgf@timesys.com> + * include/cygwin/version.h: Change coment for most recent API version + bump to reflect new additions to the DLL and to remove change obsoleted + by the previous checkin. + +2005-03-23 Christopher Faylor <cgf@timesys.com> + * include/ctype.h: New file. * ctype.cc: Ditto. * Makefile.in: Add ctype.o to DLL_OFILES. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 73561a57a..f421e9cf6 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -251,7 +251,7 @@ details. */ 122: Export statvfs, fstatvfs. 123: Export utmpxname. 124: Add MAP_AUTOGROW flag to mmap. - 125: Export __ctype_ptr. + 125: LD_PRELOAD/CW_HOOK available. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ |