diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 873ef5fa1..a1321c57d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2005-08-28 Christopher Faylor <cgf@timesys.com> + * cygtls.h (_local_storage::strerror_buf): Allocate more space. + * errno.cc (strerror_worker): New function, adapted from strerror. + (strerror): Use strerror_worker. + * tlsoffsets.h: Regenerate. + + * exceptions.cc (set_signal_mask): Minimize time during which mask_sync + is held. + +2005-08-28 Christopher Faylor <cgf@timesys.com> + * cygwin.din: Correct readdir_r typo. 2005-08-27 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl> diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index d55253608..7984df7f2 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -266,13 +266,12 @@ details. */ 137: fts_children, fts_close, fts_get_clientptr, fts_get_stream, fts_open, fts_read, fts_set, fts_set_clientptr, ftw, nftw. 138: Export readdir_r. - 139: Change strerror_r to be ISO C compliant. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 139 +#define CYGWIN_VERSION_API_MINOR 138 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |