summaryrefslogtreecommitdiffstats
path: root/lib/talloc/talloc.exports
Commit message (Collapse)AuthorAgeFilesLines
* talloc: remove autotools support.Jelmer Vernooij2010-12-241-68/+0
|
* talloc: Fix exports and increment talloc versiontalloc-2.0.1Simo Sorce2009-10-141-11/+13
|
* talloc: remove talloc_free from the exportsMichael Adam2009-08-301-1/+0
| | | | Michael
* talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2009-08-241-2/+4
| | | | metze
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-1/+5
|
* Add exports file and abi checker for talloctalloc-1.3.1Simo Sorce2009-06-151-0/+61
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on talloc.h contents and the gcc -aux-info option