summaryrefslogtreecommitdiff
path: root/lib/compat/vasprintf.c
AgeCommit message (Collapse)AuthorFilesLines
2014-08-09libcompat: Make the library testableGuillem Jover1-0/+2
This will allow us to guarantee the compatibility implementations at least build, and can eventually be tested.
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2011-12-13libcompat: Do not ifdef out compatibility code definitionsGuillem Jover1-2/+0
The code is already selected (or not) to be included by the Makefile machinery, there's no need to disabled it too in the actual code, and not doing so will allow to test it later on.
2010-06-07libcompat: Add support for asprintf and vasprintfGuillem Jover1-0/+59
Provide compatibility code whenever the system does not.