Mail Archives: cygwin-developers/1998/12/29/16:31:07
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 <cgf AT cygnus DOT com>
* 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 <cgf AT cygnus DOT com>
* 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 <cgf AT cygnus DOT com>
* libc/include/sys/unistd.h: Add proto for getpass.
Fri Dec 18 19:28:19 1998 Geoffrey Noer <noer AT cygnus DOT com>
* libc/sys/cygwin/sys/dirent.h: add protos for scandir and
alphasort.
Fri Dec 18 16:33:25 1998 Geoffrey Noer <noer AT cygnus DOT com>
* libc/posix/execvp.c (execvp): call cygwin_posix_path_list_p,
not posix_path_list_p.
1998-12-15 Nick Clifton <nickc AT cygnus DOT com>
* libc/string/memchr.c: Treat 'c' argument as an unsigned byte not
a signed int.
1998-12-10 Ken Raeburn <raeburn AT cygnus DOT com>
* 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 <noer AT cygnus DOT com>
* libc/include/sys/time.h: include sys/types.h
Tue Dec 1 16:28:56 1998 Geoffrey Noer <noer AT cygnus DOT com>
* libc/sys/cygwin/sys/utmp.h: new file, moved from winsup/include.
1998-12-01 Ken Raeburn <raeburn AT cygnus DOT com>
* libc/time/strftime.c (strftime): Also handle %y for years before
1900.
Tue Dec 1 13:26:07 1998 Christopher Faylor <cgf AT cygnus DOT com>
* 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.
- Raw text -