Age | Commit message (Expand) | Author |
2007-03-12 | make sure dlsym() properly returns NULL with undefined symbols | Mike Frysinger |
2007-03-08 | Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then -DND... | Khem Raj |
2007-03-05 | New test targets 'compile' and 'run' | Khem Raj |
2007-02-21 | drop -Wl,-warn-common since it doesnt serve much purpose | Mike Frysinger |
2007-02-20 | make sure cleanup handler is only called once | Mike Frysinger |
2007-02-16 | make sure static variables are re-initialized everytime | Mike Frysinger |
2007-02-16 | cleanup a little | Mike Frysinger |
2007-02-08 | import a slightly modified realpath() test case from glibc | Mike Frysinger |
2007-02-05 | new cheesy test by Denis Vlasenko to trigger fclose loop | Mike Frysinger |
2007-01-29 | make sure reading 64bit types works | Mike Frysinger |
2007-01-29 | make sure 64bit output is correct | Mike Frysinger |
2007-01-29 | mark local function static | Mike Frysinger |
2007-01-29 | fixup shadowed warnings | Mike Frysinger |
2007-01-29 | mark some funcs as noreturn | Mike Frysinger |
2007-01-29 | fixup prototype warnings | Mike Frysinger |
2007-01-29 | make error output a little more helpful | Mike Frysinger |
2007-01-29 | fixup warnings | Mike Frysinger |
2007-01-29 | fix test to work even if CPPFLAGS contains -DNDEBUG | Mike Frysinger |
2007-01-28 | dont rely on random stack state to trigger this issue; force the default stat... | Mike Frysinger |
2007-01-28 | new test taken from stat issue with new tar | Mike Frysinger |
2006-12-20 | make sure UCLIBC_LDSO can be found via path | Mike Frysinger |
2006-12-16 | actually scrub it, dont just comment it out | Mike Frysinger |
2006-12-16 | start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAG... | Mike Frysinger |
2006-12-16 | scrub prototype so we dont conflict with the pthread header | Mike Frysinger |
2006-12-16 | clean up | Mike Frysinger |
2006-12-16 | small cleanups | Mike Frysinger |
2006-12-03 | second SUSV3 legacy check should be for macros as pointed out by psm | Mike Frysinger |
2006-12-02 | fix building when susv3 legacy stuff is disabled | Mike Frysinger |
2006-11-27 | indent | Mike Frysinger |
2006-11-18 | Add CHECK_ONLY option to allow for running the tests on the target instead of... | "Steven J. Hill" |
2006-11-17 | fix from Paul Brook for ISO C violation in terms of handling of modifying aut... | Mike Frysinger |
2006-11-16 | fix comment typos | Mike Frysinger |
2006-11-16 | add a test for making sure vfork/signals are handled properly across differen... | Mike Frysinger |
2006-11-16 | exercise the signal related jump code | Mike Frysinger |
2006-11-16 | make default output silence and have the exit status indicate error | Mike Frysinger |
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen |
2006-07-05 | add some more rpaths to keep the tests happy | Mike Frysinger |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-07-05 | fix license notice | Mike Frysinger |
2006-07-05 | fix license notice | Mike Frysinger |
2006-06-26 | also kill gdb files when building BFLT files | Mike Frysinger |
2006-06-19 | touchup printf format to fix warning | Mike Frysinger |
2006-03-18 | keep uclibc features in the source | Mike Frysinger |
2006-03-17 | Fix 'realloc' and revert previous changes to tests. malloc tests all pass reg... | "Steven J. Hill" |
2006-03-17 | Fix tests to work if MALLOC_GLIBC_COMPAT is enabled. | "Steven J. Hill" |
2006-03-17 | If locale support is not enabled, don't build 'tst_ftime_l'. | "Steven J. Hill" |
2006-03-11 | fix gcc warnings | Mike Frysinger |
2006-03-09 | Use GNU features only if defined in header | Peter S. Mazinger |
2006-03-08 | getopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt test | Peter S. Mazinger |