summaryrefslogtreecommitdiffstats
path: root/lib/talloc/script/mksyms.awk
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove unused release scripts for tallocAndrew Bartlett2012-05-301-75/+0
| | | | | | | | These now use waf dist, and the script/librelease.sh script as a wrapper. The mksyms.sh call in the source3/Makefile uses the copy in source3/script Andrew Bartlett
* talloc: Fix abi checks and ifdefsSimo Sorce2010-02-081-2/+14
| | | | | teach the abi check scripts to skip the DOXYGEN sections fix the header to use #ifdef DOXYGEN and not #if DOXYGEN
* talloc: Change the way mksysms workSimo Sorce2009-10-141-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
* talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
| | | | Michael
* talloc:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
| | | | Michael
* talloc: add scripts to extract library symbols (exports file) from headersMichael Adam2009-08-301-0/+76
Michael