summaryrefslogtreecommitdiff
path: root/lib/talloc/script/mksyms.awk
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08talloc: Fix abi checks and ifdefsSimo Sorce1-2/+14
teach the abi check scripts to skip the DOXYGEN sections fix the header to use #ifdef DOXYGEN and not #if DOXYGEN
2009-10-14talloc: Change the way mksysms workSimo Sorce1-16/+3
Make sure we always have a sorted (per file) export file. This way we can directly compare the real export and the check file w/o having to further sort things. Also return error code from abi_checks.sh if warnings were reported
2009-09-11talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam1-2/+2
Michael
2009-09-11talloc:mksyms: allow double pointer return value of functions.Michael Adam1-1/+1
Michael
2009-08-30talloc: add scripts to extract library symbols (exports file) from headersMichael Adam1-0/+76
Michael