diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-11 16:34:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-11 16:34:20 +0000 |
commit | 3e0dd85b103492e6b91e8e3bf60a997b04eb967f (patch) | |
tree | 0f46ec1386858194c583a6c680ec6fda2a6e8450 /ChangeLog | |
parent | 1ae915d98db1e07cf332e8a1fc86f3432f5c3614 (diff) | |
download | glibc-3e0dd85b103492e6b91e8e3bf60a997b04eb967f.tar.gz glibc-3e0dd85b103492e6b91e8e3bf60a997b04eb967f.tar.xz glibc-3e0dd85b103492e6b91e8e3bf60a997b04eb967f.zip |
Update.
2002-07-11 Ulrich Drepper <drepper@redhat.com> * Versions.def (libc): Add GLIBC_2.3. * stdlib/Versions [libc] (GLIBC_2.3): Add realpath. * stdlib/canonicalize.c: Add compatibility version for realpath and make new code available in GLIBC_2.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6a402b1056..c399d9908e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-07-11 Ulrich Drepper <drepper@redhat.com> + + * Versions.def (libc): Add GLIBC_2.3. + * stdlib/Versions [libc] (GLIBC_2.3): Add realpath. + * stdlib/canonicalize.c: Add compatibility version for realpath + and make new code available in GLIBC_2.3. + 2002-07-06 Bruno Haible <bruno@clisp.org> * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_. |