diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-03 19:37:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-03 19:37:24 +0000 |
commit | f990d293ea9f645ff27b1ab8624ac892def9f08f (patch) | |
tree | 430860d8d53eec8f68736de46b4c852ba7bd76c8 | |
parent | 718c4bf954dd0c224a57cbff5f1b910da2236fa5 (diff) | |
download | glibc-f990d293ea9f645ff27b1ab8624ac892def9f08f.tar.gz glibc-f990d293ea9f645ff27b1ab8624ac892def9f08f.tar.xz glibc-f990d293ea9f645ff27b1ab8624ac892def9f08f.zip |
Update.
2002-03-03 Ulrich Drepper <drepper@redhat.com> * posix/regcomp.c: Compatibility changes to allow using the code outside glibc.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b75f2d29d0..f819bc0df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ +2002-03-03 Ulrich Drepper <drepper@redhat.com> + + * posix/regcomp.c: Compatibility changes to allow using the code + outside glibc. + 2002-02-28 Hartvig Ekner <hartvige@mips.com> - + * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if compiled non-PIC. |