From 7e092ea691b093052a992859c9aa531747d224f3 Mon Sep 17 00:00:00 2001 From: gdr Date: Mon, 28 Jul 1997 03:17:41 +0000 Subject: [PATCH] Added the ChangeLog for libc. --- lib/libc/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lib/libc/ChangeLog diff --git a/lib/libc/ChangeLog b/lib/libc/ChangeLog new file mode 100644 index 0000000..8667963 --- /dev/null +++ b/lib/libc/ChangeLog @@ -0,0 +1,27 @@ +Since beta-970304: (Devin Reade, ) + + Added the following routines to the build: + - the fts*(3) family of routines + - fdopen(3) (doesn't appear to be working yet) + - fgetln(3) hack + - chmod(2) + - fchmod(2) + - the queue(3) family of macros + - psignal(3), with sys_signame, sys_siglist arrays + + Use sys_nerr and sys_errlist from libc vice ORCALib by eliminating + the _gno_ prefix. + + Changed NSIG in to 32 vice 31; sys_siglist is a + character array from zero to 31, inclusive. + + Added various library test programs. + + Added in conchecks in sys/trap.asm, sys/trap.mac, sys/syscall.c + to ensure that the GNO kernel is indeed running and is at least + the minimum required for the call. This is currently disabled + (by changing the macro in sys/trap.mac and conditional compilation + in sys/syscall.c) due to performance concerns raised on the + gno-devel mailing list. + + Added the ChangeLog file.