diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-28 22:25:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-28 22:25:57 +0000 |
commit | f0248ca59ce89cd5191553b58ce74863f3af6f24 (patch) | |
tree | 28801820fd48178221f5b06a0bbc33e6d1a442ae /ChangeLog | |
parent | 7e30918b7897b7a4b040b128f6d4cc27902579ea (diff) | |
download | glibc-f0248ca59ce89cd5191553b58ce74863f3af6f24.tar glibc-f0248ca59ce89cd5191553b58ce74863f3af6f24.tar.gz glibc-f0248ca59ce89cd5191553b58ce74863f3af6f24.tar.bz2 glibc-f0248ca59ce89cd5191553b58ce74863f3af6f24.zip |
* scripts/abilist.awk: If given -v filename_regexp and/or -v
libname_regexp when parsing names, then produce output only
for those matching the given regexps. In combine mode, save all
stanzas for a final sorting by stanza header at the end.
Emit a blank line between stanzas.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-03-28 Roland McGrath <roland@redhat.com> + * scripts/abilist.awk: If given -v filename_regexp and/or -v + libname_regexp when parsing names, then produce output only + for those matching the given regexps. In combine mode, save all + stanzas for a final sorting by stanza header at the end. + Emit a blank line between stanzas. + * scripts/abilist.awk: When given -v combine=1, do parse_names and emit a single output stream with lib name in stanza header lines. |