diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-31 05:51:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-31 05:51:47 +0000 |
commit | 6fec974eddc1362d7ea9c46800159d9761cc04d2 (patch) | |
tree | cf21e5a43c59919d3f73a5ca1b2ece250a84a88e /ChangeLog | |
parent | a63a3c2c63c54067292bbea25ed55b749df14e81 (diff) | |
download | glibc-6fec974eddc1362d7ea9c46800159d9761cc04d2.tar.gz glibc-6fec974eddc1362d7ea9c46800159d9761cc04d2.tar.xz glibc-6fec974eddc1362d7ea9c46800159d9761cc04d2.zip |
Update.
1999-12-30 Ulrich Drepper <drepper@cygnus.com> * posix/regex.c (regex_compile): Implement equivalence class handling. for thread safety even with very large PLTs, better efficiency, and to fix a cache-flushing bug. Also support the Motorola
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index b8c52d7b48..59846bf425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-12-30 Ulrich Drepper <drepper@cygnus.com> + + * posix/regex.c (regex_compile): Implement equivalence class handling. + 1999-12-30 Geoffrey Keating <geoffk@cygnus.com> * sysdeps/powerpc/dl-machine.c: Many minor formatting changes. @@ -5,8 +9,8 @@ (OPCODE_ADDIS_HI): New macro. (OPCODE_LIS_HI): New macro. (__elf_machine_runtime_setup): Change PLT code-generation scheme - for thread safety even with very large PLTs, better efficiency, - and to fix a cache-flushing bug. Also support the Motorola + for thread safety even with very large PLTs, better efficiency, + and to fix a cache-flushing bug. Also support the Motorola 8xx processors which have a different cache line size than all the others. (__elf_machine_fixup_plt): Likewise. |