diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 077111f48..50a15b166 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,14 @@ 2002-09-29 Christopher Faylor <cgf@redhat.com> + * environ.cc (environ_init): Avoid a compiler warning. + * path.cc (path_conv::check): Ditto. + * path.h (path_conv::operator int): Ditto. + * regex/engine.c: Ditto throughout. + * regex/regcomp.c: Ditto throughout. + * regex/regexec.c: Ditto throughout. + +2002-09-29 Christopher Faylor <cgf@redhat.com> + * thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError. GNUify comments. (__pthread_mutex_lock): Don't return error on EBUSY since that just |