summaryrefslogtreecommitdiffstats
path: root/source3/script/mksyms.awk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* s3:mksyms: fix spelling...Michael Adam2009-09-111-1/+1
| | | | Michael
* Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger2008-06-271-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)
* build: add symbol versioning when we build with gnu ldStefan Metzmacher2008-05-231-3/+0
| | | | | | | | There's --enable-symbol-versioning=no to disable it. metze (cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129) (This used to be commit a739652d94300881479262648592223536fc8eec)
* Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2008-02-141-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)