Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | test: Some more tests under conditionals | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2014-12-12 | unistd: allow to turn off getopt_long | Bernhard Reutner-Fischer | |
The GNU variant of getopt() previously had no way to turn off getopt_long() support. | |||
2013-03-14 | test: silence warning in skeleton | Bernhard Reutner-Fischer | |
Some tests use fd, rename the one in the skeleton. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2013-03-14 | test: update test-skeleton.c | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-01-29 | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2011-10-01 | tests: add fallback for mktemp() | Mike Frysinger | |
If SuSv3 legacy support is disabled, then mktemp() isn't available, and we end up getting a lot of build errors. So add a fallback built on top of tempnam() since that currently cannot be disabled. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-11-20 | make test-skeleton C89 compliant | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-12-24 | test/Makefile: make "make compile" install headers first | Denis Vlasenko | |
test/regex/Makefile: remove superfluous oprions test/regex/tst-regex2.c: reformat, simplify, and make error messages more informative test/test-skeleton.c: kill child test process on ^C | |||
2008-06-11 | Fix some compiler warnings | Carmelo Amoroso | |
2006-02-22 | update MMU ifdef check | Mike Frysinger | |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-02-17 | disable mallopt based upon malloc implementation, not mmu status | Mike Frysinger | |
2006-02-16 | fix building on non-mmu hosts | Mike Frysinger | |
2006-02-15 | dont use %m glibcism | Mike Frysinger | |
2006-02-14 | import from glibc to make further glibc test importing easier | Mike Frysinger | |