about summary refs log tree commit diff
path: root/scripts/extract-abilist.awk
Commit message (Collapse)AuthorAgeFilesLines
* * scripts/extract-abilist.awk: If `lastversion' variable defined, omitRoland McGrath2004-08-311-0/+3
| | | | | | | | later sets from output. * Makerules (check-abi): Pass option to set that with value of LIB-abi-frozen variable if one is set. * abilist/libcidn.abilist: New file (empty).
* 2003-01-16 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-161-18/+69
| | | | | | | | Tweak merged .abilist file format to merge duplicate symbols in different sets into multi-version stanzas with new "| SET regexp..." header continuation lines. * scripts/merge-abilist.awk: Rewritten for new format. * scripts/extract-abilist.awk: Likewise.
* * scripts/abilist.awk: Produce a more compact format, divided intoRoland McGrath2002-12-231-0/+44
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.