diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:03:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:03:55 +0000 |
commit | b119507013bc4cdc19011f2b3e8e4e7e7a3bb9d9 (patch) | |
tree | 4ef33706ab550ca96fb0e3f0d1a3798e22bfbc3f /ChangeLog | |
parent | 2c7311525411098608af7f2d597ab45bb32af717 (diff) | |
download | glibc-b119507013bc4cdc19011f2b3e8e4e7e7a3bb9d9.tar.gz glibc-b119507013bc4cdc19011f2b3e8e4e7e7a3bb9d9.tar.xz glibc-b119507013bc4cdc19011f2b3e8e4e7e7a3bb9d9.zip |
Update.
1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * stdio-common/Makefile (tests): tllformat added. * stdio-common/tllformat.c: New program, based on tiformat.c with examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * posix/test-vfork.c: Fix exit status test. 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964]. 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e883ffb7dd..23b6bc1ef1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,20 @@ -Sun Feb 14 01:49:29 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> +1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * stdio-common/Makefile (tests): tllformat added. + + * stdio-common/tllformat.c: New program, based on tiformat.c with + examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. + +1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * posix/test-vfork.c: Fix exit status test. + +1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some + missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964]. + +1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead of separare explicit comparisons. |