diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-02 22:16:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-02 22:16:22 +0000 |
commit | 59a8849de31975aebfc85842b6c87f57a972fd8d (patch) | |
tree | 349610648e41a72bd5ea4bff7e1af7e9eaac0508 /ChangeLog | |
parent | d5655997148755d00f960ac60ecb58ad9f53be60 (diff) | |
download | glibc-59a8849de31975aebfc85842b6c87f57a972fd8d.zip glibc-59a8849de31975aebfc85842b6c87f57a972fd8d.tar.gz glibc-59a8849de31975aebfc85842b6c87f57a972fd8d.tar.bz2 |
Update.
2000-11-02 Ulrich Drepper <drepper@redhat.com>
* iconvdata/utf-16.c (PREPARE_LOOP): Correct typo preventing BOM from
being written.
* manual/socket.texi (Local Namespace Concepts): Don't mention what
permissions are necessary to connect to a socket.
Reported by Peter Eisentraut <peter_e@gmx.net>.
* sysdeps/generic/backtracesyms.c (__backtrace_symbols): Fix
computation of total for 64-bit machines.
Patch by Byron Stanoszek <gandalf@winds.org>.
* manual/arith.texi (Rounding): Correct description of fesetround
return value. Patch by Conrado Badenas <Conrado.Badenas@uv.es>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2000-11-02 Ulrich Drepper <drepper@redhat.com> + + * iconvdata/utf-16.c (PREPARE_LOOP): Correct typo preventing BOM from + being written. + + * manual/socket.texi (Local Namespace Concepts): Don't mention what + permissions are necessary to connect to a socket. + Reported by Peter Eisentraut <peter_e@gmx.net>. + + * sysdeps/generic/backtracesyms.c (__backtrace_symbols): Fix + computation of total for 64-bit machines. + Patch by Byron Stanoszek <gandalf@winds.org>. + + * manual/arith.texi (Rounding): Correct description of fesetround + return value. Patch by Conrado Badenas <Conrado.Badenas@uv.es>. + 2000-10-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * sysdeps/mips/dl-machine.h (elf_machine_rel): Add the symbol's |