1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>

	* posix/regex.c: Add some more cleanups by Akim Demaille.

1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>

	* signal/signal.h: Revert last change.
	* string/strsignal.c: Regard signal number NSGI as illegal.
	* sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
	members.
This commit is contained in:
Ulrich Drepper 1998-01-30 15:24:38 +00:00
parent 379bb42503
commit acaee4d7aa
2 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,14 @@
1998-01-31 00:21 Ulrich Drepper <drepper@cygnus.com>
* posix/regex.c: Add some more cleanups by Akim Demaille.
1998-01-30 23:55 Ulrich Drepper <drepper@cygnus.com>
* signal/signal.h: Revert last change.
* string/strsignal.c: Regard signal number NSGI as illegal.
* sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
members.
1998-01-30 23:37 Ulrich Drepper <drepper@cygnus.com> 1998-01-30 23:37 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in: Add comment about CVSOPTS Makefile variable. * Makefile.in: Add comment about CVSOPTS Makefile variable.

View File

@ -1,6 +1,6 @@
Open jobs for finishing GNU libc: Open jobs for finishing GNU libc:
--------------------------------- ---------------------------------
Status: August 1997 Status: January 1998
If you have time and talent to take over any of the jobs below please If you have time and talent to take over any of the jobs below please
contact <bug-glibc@prep.ai.mit.edu> contact <bug-glibc@prep.ai.mit.edu>
@ -75,7 +75,7 @@ contact <bug-glibc@prep.ai.mit.edu>
[10] Extend regex and/or rx to work with wide characters and complete [10] Extend regex and/or rx to work with wide characters and complete
implementation of character class and collation class handling. implementation of character class and collation class handling.
It is planed to do a complete rewrite. It is planned to do a complete rewrite.
[11] Write access function for netmasks, bootparams, and automount [11] Write access function for netmasks, bootparams, and automount
@ -84,19 +84,12 @@ contact <bug-glibc@prep.ai.mit.edu>
hard and not all services must be supported at once. hard and not all services must be supported at once.
[13] Several more or less small functions have to be written:
+ grantpt(), ptsname(), unlockpt() from XPG4.2
More information is available on request.
[14] We need to write a library for on-the-fly transformation of streams [14] We need to write a library for on-the-fly transformation of streams
of text. In fact, this would be a recode-library (you know, GNU recode). of text. In fact, this would be a recode-library (you know, GNU recode).
This is needed in several places in the GNU libc and I already have This is needed in several places in the GNU libc and I already have
rather concrete plans but so far no possibility to start this. rather concrete plans but so far no possibility to start this.
*** The library is available, no it remains to be used in the streams. *** The library is available, now it remains to be used in the streams.
[15] Cleaning up the header files. Ideally, each header style should [15] Cleaning up the header files. Ideally, each header style should