Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-15 | Clean up last commit - remove the __STDC_VERSION__ check in tap.h | Thomas Guyot-Sionnest | 1 | -4/+6 | |
HP-UX refuses to compile tap with the check for __STDC_VERSION__ >= 199901L even though it can. | |||||
2009-01-14 | Trying to see if HP-UX will compile without the __STDC_VERSION__ check in tap.h | Thomas Guyot-Sionnest | 1 | -3/+3 | |
2008-11-29 | Add Libtap as a bundled library (does not change any behaviour without ↵ | Thomas Guyot-Sionnest | 69 | -0/+2630 | |
--enable-libtap) Detects system library as pre-1.4.13 and does not install the built-in library anymore Tested on: - Linux x86_64, with and without local libtap (System libtap installed) - Linux x86, with and without local libtap (System libtap NOT installed) - Solaris SPARC, with and without local libtap, with and without system libtap installed |