Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-14 | talloc: Fix exports and increment talloc version | Simo Sorce | 1 | -11/+13 | |
2009-08-30 | talloc: remove talloc_free from the exports | Michael Adam | 1 | -1/+0 | |
Michael | |||||
2009-08-24 | talloc: update talloc.exports and talloc.signatures | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2009-07-03 | Restore ABI compatibility for talloc. | Simo Sorce | 1 | -1/+5 | |
2009-06-15 | Add exports file and abi checker for talloc | Simo Sorce | 1 | -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 |