diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-23 11:17:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-23 11:17:18 +0000 |
commit | c823a4d21b76fbc6cf86503d23e3cd55384644ce (patch) | |
tree | 6a61fb4da98c47f12d37455776b30543b51d9a3e /ChangeLog | |
parent | b27b002d5b85b8628f19f65886d25a342c6cbc18 (diff) | |
download | glibc-c823a4d21b76fbc6cf86503d23e3cd55384644ce.tar.gz glibc-c823a4d21b76fbc6cf86503d23e3cd55384644ce.tar.xz glibc-c823a4d21b76fbc6cf86503d23e3cd55384644ce.zip |
* scripts/abilist.awk: Produce a more compact format, divided into
stanzas for each version set, the set name listed only once. * scripts/extract-abilist.awk: New file. * scripts/merge-abilist.awk: New file. * Makerules (check-abi-%, update-abi-%): New pattern rules. (update-abi, check-abi): New targets. * Makefile (+subdir_targets): Add subdir_{check,update}-abi. * Makerules (%.symlist): Use LC_ALL=C when running awk script.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5fdb8d9316..3f9a81fa91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ +2002-12-23 Roland McGrath <roland@redhat.com> + + * scripts/abilist.awk: Produce a more compact format, divided into + stanzas for each version set, the set name listed only once. + * scripts/extract-abilist.awk: New file. + * scripts/merge-abilist.awk: New file. + * Makerules (check-abi-%, update-abi-%): New pattern rules. + (update-abi, check-abi): New targets. + * Makefile (+subdir_targets): Add subdir_{check,update}-abi. + 2002-12-19 Roland McGrath <roland@redhat.com> + * Makerules (%.symlist): Use LC_ALL=C when running awk script. + * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of INTERNAL_SYSCALL. |