summaryrefslogtreecommitdiff
path: root/source3/script/mksyms.awk
AgeCommit message (Collapse)AuthorFilesLines
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-09-11s3:mksyms: fix spelling...Michael Adam1-1/+1
Michael
2008-06-27Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger1-0/+3
This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e) (This used to be commit d06baf0e744d779b836783f61ec97d3a6d380eb5)
2008-05-23build: add symbol versioning when we build with gnu ldStefan Metzmacher1-3/+0
There's --enable-symbol-versioning=no to disable it. metze (cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129) (This used to be commit a739652d94300881479262648592223536fc8eec)
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam1-0/+76
This adds a general mechanism to create version-scripts for linking shared libraries from one or several header files, similar to mkproto.sh/awk. Michael (This used to be commit 65817703c49a7410f4f0c8b46494ede6169d9fa6)