diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-07 15:57:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-07 15:57:26 +0000 |
commit | 263456bdd443ebe492e8389fc500c6a28342793c (patch) | |
tree | ff40c7da398d8a1e2b1a822a86af4dadb75c5409 /ChangeLog | |
parent | f21aa4c28f70da7efccf44f4be0d5239ac0aa711 (diff) | |
download | glibc-263456bdd443ebe492e8389fc500c6a28342793c.tar.gz glibc-263456bdd443ebe492e8389fc500c6a28342793c.tar.xz glibc-263456bdd443ebe492e8389fc500c6a28342793c.zip |
Update.
1999-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/if_index.c: Use SIGIOCGIFINDEX and fix another SIOGIFNAME typo. 1999-06-07 Ulrich Drepper <drepper@cygnus.com> * elf/dl-lookup.c: Remove duplicated assert.h inclusion. * sysdeps/generic/printf_fphex.c (__printf_fphex): Optimize a little bit. 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/generic/printf_fphex.c (__printf_fphex): Don't ignore the precision if the mantissa is zero. 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/lang.texi (Floating Point Parameters): GCC already supports long double for a long time. 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * math/libm-test.c (j0_test, j1_test, jn_test, y0_test, y1_test, yn_test): Increase some epsilons.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30829e6f0b..2b78bdfadd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +1999-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * sysdeps/unix/sysv/linux/if_index.c: Use SIGIOCGIFINDEX and fix + another SIOGIFNAME typo. + +1999-06-07 Ulrich Drepper <drepper@cygnus.com> + + * elf/dl-lookup.c: Remove duplicated assert.h inclusion. + + * sysdeps/generic/printf_fphex.c (__printf_fphex): Optimize a little + bit. + +1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * sysdeps/generic/printf_fphex.c (__printf_fphex): Don't ignore + the precision if the mantissa is zero. + +1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * manual/lang.texi (Floating Point Parameters): GCC already + supports long double for a long time. + +1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * math/libm-test.c (j0_test, j1_test, jn_test, y0_test, y1_test, + yn_test): Increase some epsilons. + 1999-06-07 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sys/sysmacros.h (makedev): Handle signed |