From: noer AT cygnus DOT com (Geoffrey Noer) Subject: New newlib snapshot 1998-1229 29 Dec 1998 16:31:07 -0800 Message-ID: <19981229161002.47188.cygnus.cygwin32.developers@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: cygwin32-developers AT cygnus DOT com Hi all, I've just put a new newlib snapshot up in the Cygwin snapshot area. It's called newlib-19981229.tar.bz2 and is based on B20.1 with some extra patches. ChangeLog entries to newlib since 20.1 follow. -- Geoffrey Noer noer AT cygnus DOT com -----------------------------> snip <------------------------------- Tue Dec 29 14:35:53 1998 Christopher Faylor * configure.host: Add a define for Cygwin builds. * libc/include/ctype.h: Don't use dll imported variables in newlib. Mon Dec 28 09:19:56 1998 Christopher Faylor * libc/include/ctype.h: Define _ctype_ as dll imported variable for use with Cygwin. * libc/include/sys/errno.h: Define _sys_errlist and _sys_nerr as dll imported variables for use with Cygwin. * libc/ctype/ctype_.c: Undefine _ctype_ in case it has been defined as a dll imported variable for Cygwin. Sat Dec 26 00:13:53 1998 Christopher Faylor * libc/include/sys/unistd.h: Add proto for getpass. Fri Dec 18 19:28:19 1998 Geoffrey Noer * libc/sys/cygwin/sys/dirent.h: add protos for scandir and alphasort. Fri Dec 18 16:33:25 1998 Geoffrey Noer * libc/posix/execvp.c (execvp): call cygwin_posix_path_list_p, not posix_path_list_p. 1998-12-15 Nick Clifton * libc/string/memchr.c: Treat 'c' argument as an unsigned byte not a signed int. 1998-12-10 Ken Raeburn * libc/string/strcat.c (ALIGNED): Sense of result was reversed. * libc/string/strncat.c (ALIGNED): Ditto. Wed Dec 9 14:37:57 1998 Geoffrey Noer * libc/include/sys/time.h: include sys/types.h Tue Dec 1 16:28:56 1998 Geoffrey Noer * libc/sys/cygwin/sys/utmp.h: new file, moved from winsup/include. 1998-12-01 Ken Raeburn * libc/time/strftime.c (strftime): Also handle %y for years before 1900. Tue Dec 1 13:26:07 1998 Christopher Faylor * libc/string/strcasecmp.c (strcasecmp): Adhere to standard UNIX convention. Perform tolower on characters before comparing them rather than use toupper. * libc/string/strncasecmp.c (strncasecmp): Ditto.