Age | Commit message (Expand) | Author |
2002-01-02 | New and improved! | Eric Andersen |
2002-01-02 | Cleaned up test that doesn't need manual intervention. | Eric Andersen |
2002-01-02 | Add a test for a sigchld bug | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-11-30 | Always use --uclibc-use-build-dir | Eric Andersen |
2001-11-26 | libhowdy.so needs to be compiled with -fPIC | David Schleef |
2001-11-26 | Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED | David Schleef |
2001-11-26 | Fix dependencies | David Schleef |
2001-11-26 | strsignal() is a GNU extension | David Schleef |
2001-11-12 | Fix common C ambiguity. | David Schleef |
2001-11-10 | Added .cvsignore | David Schleef |
2001-10-12 | Beef up the fork test, checking for proper SIGCHLD behavior | Eric Andersen |
2001-10-02 | Add in some math lib tests | Eric Andersen |
2001-09-27 | Scrub up a few test things | Eric Andersen |
2001-09-21 | Fix the vfork test so it actually works this time. | Eric Andersen |
2001-09-21 | Add in a simple vfork test | Eric Andersen |
2001-08-29 | Minor update | Eric Andersen |
2001-08-14 | Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true | Eric Andersen |
2001-08-14 | Proper support for tests spannint multiple .o files | Eric Andersen |
2001-08-08 | This syncs things up with my local tree. Mainly changes installer | Eric Andersen |
2001-07-13 | Add test for proper realloc() behavior. | David Schleef |
2001-07-12 | Use uClibc's ldd, not the system one which is probably broken | Eric Andersen |
2001-07-04 | Added stpcpy and strcasestr along with some code to test them. | David McCullough |
2001-07-03 | ignore generated stuff | Eric Andersen |
2001-07-03 | Scrub up the tests a bit, and force everybody to use the | Eric Andersen |
2001-06-29 | Add a dlopen test | Eric Andersen |
2001-06-15 | Make all the uClibc tests use the --uclibc-use-build-dir flag | Eric Andersen |
2001-06-12 | Default to testing shared libs. | Eric Andersen |
2001-06-07 | Add in a test for outb (that currently fails) | Eric Andersen |
2001-05-29 | Comment out broken test | Eric Andersen |
2001-05-25 | Fixing flak from the directory rearrangement | David Schleef |
2001-05-25 | Added -Wall | David Schleef |
2001-05-25 | Random quick-and-dirty evil malloc checker. | David Schleef |
2001-05-25 | The mmap syscall has 6 arguments, which has various implementations | David Schleef |
2001-05-25 | Test to check for proper stat mangling. | David Schleef |
2001-05-25 | termios test program, since I'm having difficulty on powerpc | David Schleef |
2001-05-11 | Fix a couple silly bugs in this test | Eric Andersen |
2001-05-11 | Fix the 'make clean' target | Eric Andersen |
2001-05-08 | Add in a qsort, alphasort, scandir test from Jon Nelson, jnelson@securepipe.com | Eric Andersen |
2001-05-04 | Fixup ppc to powerpc | Eric Andersen |
2001-04-27 | Just use 'ls -l' since ls -sh lacks sufficient granularity | Eric Andersen |
2001-04-27 | Ignore strerror | Eric Andersen |
2001-04-26 | Ignore generated binary | Eric Andersen |
2001-04-23 | Fix up compiler name | Eric Andersen |
2001-03-19 | Debug should be off by default | Eric Andersen |
2001-03-16 | Add in a setjmp test from David Schleef | Eric Andersen |
2001-02-23 | Forgot to increment i | Eric Andersen |
2001-02-19 | Fix problems with test wrapper and test compiler selection. | Manuel Novoa III |
2001-02-09 | Add in a silly test to check that argc, argv, and environ are | Eric Andersen |
2001-01-23 | Oops. Should be LDFLAGS, not CFLAGS twice | Eric Andersen |