diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-20 18:45:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-20 18:45:36 +0000 |
commit | dfbad9c855e5aee39492fdc9fbe98eac5846f49c (patch) | |
tree | bacfee7faf9f5ce25185b712b01e4f4835e68651 /ChangeLog | |
parent | 03e4219e7783eaa6d5cf1b02a79e00b857185e55 (diff) | |
download | glibc-dfbad9c855e5aee39492fdc9fbe98eac5846f49c.zip glibc-dfbad9c855e5aee39492fdc9fbe98eac5846f49c.tar.gz glibc-dfbad9c855e5aee39492fdc9fbe98eac5846f49c.tar.bz2 |
Update.
1998-02-20 18:43 Ulrich Drepper <drepper@cygnus.com>
* hesiod/hesiod.c: Pretty print. Don't use __ protected names.
* iconvdata/8bit-gap.c: Likewise.
* iconvdata/8bit-generic.c: Likewise.
* iconvdata/iso6937.c: Likewise.
* iconvdata/iso8859-1.c: Likewise.
* iconvdata/sjis.c: Likewise.
* iconvdata/t61.c: Likewise.
1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
feature tests by positive feature tests.
1998-02-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
1998-02-20 Ulrich Drepper <drepper@cygnus.com>
* elf/dlvsym.c (dlvsym_doit): More corrections.
Patch by Andreas Jaeger.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +1998-02-20 18:43 Ulrich Drepper <drepper@cygnus.com> + + * hesiod/hesiod.c: Pretty print. Don't use __ protected names. + * iconvdata/8bit-gap.c: Likewise. + * iconvdata/8bit-generic.c: Likewise. + * iconvdata/iso6937.c: Likewise. + * iconvdata/iso8859-1.c: Likewise. + * iconvdata/sjis.c: Likewise. + * iconvdata/t61.c: Likewise. + +1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative + feature tests by positive feature tests. + +1998-02-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value. + +1998-02-20 Ulrich Drepper <drepper@cygnus.com> + + * elf/dlvsym.c (dlvsym_doit): More corrections. + Patch by Andreas Jaeger. + 1998-02-19 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition. |