glibc/scripts
Florian Weimer 8c77b6ad40 Simplify the abilist format
The new format lists the version on each line, as in:

	VERSION SYMBOL TYPE [VALUE]

This makes it easier to process the files with line-oriented tools.

The abilist files were converted with this awk script:

/^[^ ]/ { version = $1 }
/^ / { print version, substr($0, 2) }

And sorted under the "C" locale with sort.
2015-11-06 13:58:53 +01:00
..
abi-versions.awk Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00
abilist.awk Simplify the abilist format 2015-11-06 13:58:53 +01:00
begin-end-check.pl
check-c++-types.sh Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
check-execstack.awk
check-local-headers.sh Add more exception to local headers list 2015-03-23 00:31:02 +01:00
check-localplt.awk Extend local PLT reference check 2015-07-29 11:58:06 -07:00
check-textrel.awk
config-uname.sh
config.guess Update miscellaneous files from upstream sources. 2014-06-26 20:13:44 +00:00
config.sub Update miscellaneous files from upstream sources. 2014-06-26 20:13:44 +00:00
cpp
cross-test-ssh.sh Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
documented.sh
evaluate-test.sh Let tests result in UNSUPPORTED; use that for unbuildable C++ cases 2015-03-10 15:13:14 -07:00
firstversions.awk
gen-as-const.awk
gen-libc-abis
gen-libc-modules.awk Auto-generate libc-modules.h 2014-11-19 12:16:00 +05:30
gen-posix-conf-vars.awk Remove uses of sprintf in gen-posix-conf-vars.awk 2015-01-02 11:16:35 +05:30
gen-sorted.awk Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
install-sh Update miscellaneous files from upstream sources. 2014-06-26 20:13:44 +00:00
lib-names.awk Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
list-fixed-bugs.py Add script to list fixed bugs for the NEWS file. 2015-11-05 22:18:32 +00:00
list-sources.sh Update scripts/list-sources.sh for ports repository merge. 2014-06-26 21:30:07 +00:00
localplt.awk Support PLT and GOT references in local PIC check 2015-10-14 06:00:02 -07:00
merge-test-results.sh Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mkinstalldirs
move-if-change Update miscellaneous files from upstream sources. 2014-06-26 20:13:44 +00:00
output-format.sed
pylint Implement benchmarking script in python 2014-03-21 17:32:50 +05:30
pylintrc Implement benchmarking script in python 2014-03-21 17:32:50 +05:30
rellns-sh Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
soversions.awk Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00
sysd-rules.awk gawk: fix gensub usage 2015-08-09 04:19:17 -04:00
test-installation.pl [BZ #18796] 2015-08-19 16:54:28 +03:00
update-copyrights Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
versionlist.awk Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
versions.awk Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00