Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-09 | libcompat: Make the library testable | Guillem Jover | 1 | -0/+2 | |
This will allow us to guarantee the compatibility implementations at least build, and can eventually be tested. | |||||
2013-12-07 | Use https:// URLs instead of http:// when possible | Guillem Jover | 1 | -1/+1 | |
2011-12-13 | libcompat: Do not ifdef out compatibility code definitions | Guillem Jover | 1 | -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-07 | libcompat: Add support for asprintf and vasprintf | Guillem Jover | 1 | -0/+59 | |
Provide compatibility code whenever the system does not. |