From: cgf Date: Sun, 28 Aug 2005 17:34:24 +0000 (+0000) Subject: Add missing ChangeLog for previous checkin. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d7192d973976aec8807092ccb0ebd1ab7b608b23;p=pf3gnuchains%2Fpf3gnuchains3x.git Add missing ChangeLog for previous checkin. Revert erroneous include/cygwin/version.h checkin. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 873ef5fa10..a1321c57de 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2005-08-28 Christopher Faylor + * 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 + * cygwin.din: Correct readdir_r typo. 2005-08-27 Bas van Gompel diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index d552536080..7984df7f20 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