about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-28 22:25:57 +0000
committerRoland McGrath <roland@gnu.org>2003-03-28 22:25:57 +0000
commitf0248ca59ce89cd5191553b58ce74863f3af6f24 (patch)
tree28801820fd48178221f5b06a0bbc33e6d1a442ae /ChangeLog
parent7e30918b7897b7a4b040b128f6d4cc27902579ea (diff)
downloadglibc-f0248ca59ce89cd5191553b58ce74863f3af6f24.tar.gz
glibc-f0248ca59ce89cd5191553b58ce74863f3af6f24.tar.xz
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53e6cfd961..7dbe76da04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.