diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-23 01:31:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-23 01:31:00 +0000 |
commit | 7f8116797fdb967571c00ec1d5b19d9d06813445 (patch) | |
tree | 495028d64d6496045a2da2af2176ef29d2e9d1e6 /ChangeLog | |
parent | 072ebcefb24864ff922bc83f8aa270b799c73ba6 (diff) | |
download | glibc-7f8116797fdb967571c00ec1d5b19d9d06813445.tar.gz glibc-7f8116797fdb967571c00ec1d5b19d9d06813445.tar.xz glibc-7f8116797fdb967571c00ec1d5b19d9d06813445.zip |
Sat Jun 22 21:29:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> glibc-1.92 cvs/libc-960624 cvs/libc-960623 cvs/libc-1-92
* Version 1.92 test release. Sat Jun 22 23:30:07 1996 David Mosberger-Tang <davidm@azstarnet.com> * sysdeps/unix/sysv/linux/syscalls.list (ksyslog_ctl): Rename to klogctl to match prototype in sys/klog.h. * sysdeps/posix/libc_fatal.c: Add include of <string.h>. * sysdeps/unix/sysv/linux/gethostid.c: Ditto. * sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): Remove. Code is now part of __getcwd again. The old function never really worked for anything but THISDIR==".". * sysdeps/alpha/Makefile (CFLAGS-rtld.c): Add -mbuild-constants only when building ELF version of library. * libio/libioP.h (_IO_vscanf): Add prototype. * posix/unistd.h (syscall): Change sysno arg and return value to int long. * version.h (VERSION): Updated to 1.92.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7faf1cdbf5..2459342127 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,30 @@ +Sat Jun 22 21:29:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * Version 1.92 test release. + +Sat Jun 22 23:30:07 1996 David Mosberger-Tang <davidm@azstarnet.com> + + * sysdeps/unix/sysv/linux/syscalls.list (ksyslog_ctl): Rename + to klogctl to match prototype in sys/klog.h. + + * sysdeps/posix/libc_fatal.c: Add include of <string.h>. + * sysdeps/unix/sysv/linux/gethostid.c: Ditto. + + * sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): + Remove. Code is now part of __getcwd again. The old function + never really worked for anything but THISDIR==".". + + * sysdeps/alpha/Makefile (CFLAGS-rtld.c): Add -mbuild-constants + only when building ELF version of library. + + * libio/libioP.h (_IO_vscanf): Add prototype. + + * posix/unistd.h (syscall): Change sysno arg and return value + to int long. + Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> - * version.h (VERSION): Version 1.92 test release. + * version.h (VERSION): Updated to 1.92. * misc/Makefile (headers): Add ar.h. * misc/ar.h: New file. |