diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-19 22:49:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-19 22:49:19 +0000 |
commit | df4d289887774c548345e8c5fe5de64046a00425 (patch) | |
tree | f184213506424a743431c04351e029325d887cec /ChangeLog | |
parent | d48f4d530eb492bd008318facff31bb725b066f5 (diff) | |
download | glibc-df4d289887774c548345e8c5fe5de64046a00425.tar.gz glibc-df4d289887774c548345e8c5fe5de64046a00425.tar.xz glibc-df4d289887774c548345e8c5fe5de64046a00425.zip |
Update.
* elf/dl-object.c (_dl_new_object): l_local_scope really gets assigned the local scope. * math/tgmath.h: Rename nextafterx to nexttoward.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7c7190166d..7310c4df19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-01-19 Ulrich Drepper <drepper@cygnus.com> + * elf/dl-object.c (_dl_new_object): l_local_scope really gets + assigned the local scope. + * posix/test-vfork.c (main): Improve test to check for correct exit code. @@ -12,7 +15,7 @@ 1999-01-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> - * math/tgmath.h (nexttoward): Rename nextafterx to nexttoward. + * math/tgmath.h: Rename nextafterx to nexttoward. 1999-01-19 Ulrich Drepper <drepper@cygnus.com> |