diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-10 21:16:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-10 21:16:55 +0000 |
commit | a078a7eecdcfdbc73280f5ed71a660b7c7b0d392 (patch) | |
tree | 3eaaa91652e159f8ed97fb351615b9a705e7b7eb /ChangeLog | |
parent | 0a38b835212cc8268fe547d3a8032dcc6b65f6c8 (diff) | |
download | glibc-a078a7eecdcfdbc73280f5ed71a660b7c7b0d392.tar.gz glibc-a078a7eecdcfdbc73280f5ed71a660b7c7b0d392.tar.xz glibc-a078a7eecdcfdbc73280f5ed71a660b7c7b0d392.zip |
* scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
Reported by H.J. Lu <hongjiu.lu@intel.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6a2a88b010..e5dc1d5003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-02-10 Roland McGrath <roland@redhat.com> + * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+. + Reported by H.J. Lu <hongjiu.lu@intel.com>. + * scripts/lib-names.awk: Always print WORDSIZE32 section first when doing two. |