]> Git Repo - uclibc-ng.git/history - test
Rename mutex stuff to use heap-specific names.
[uclibc-ng.git] / test /
2002-06-20 Eric AndersenSeveral test case cleanups
2002-06-18 Eric AndersenA simple test for getcwd
2002-05-09 Eric AndersenRework the math library tests per the glibc math test...
2002-04-03 Eric Andersenrun dos2unix on these files
2002-03-21 Eric AndersenPut the chdir back, to simplify testing now that scandir
2002-03-13 Eric AndersenRemove the chdir, so we can test things like empty...
2002-02-28 Eric AndersenPatch from David Schleef to check for proper 16-byte...
2002-02-26 Eric AndersenAdd an md5crypt test
2002-02-26 Eric AndersenDoh! Tests were not being compiled with warnings and...
2002-02-23 Eric AndersenTest for libcrypt (which is partly broken ATM)
2002-02-21 Eric AndersenUpdate string tests per glibc 2.2.5's string tester...
2002-02-20 Eric AndersenAdd a test from Stefan Soucek for pthread_cond_timedwai...
2002-02-13 Eric AndersenSeveral test suite updates. The testatexit, teston_exi...
2002-02-04 Eric AndersenFix headers
2002-02-04 Eric AndersenFixup arch substitution
2002-01-11 Eric AndersenBuild glibc test apps static when told to.
2002-01-11 Eric Andersenglibc test apps failed to be static when told to be
2002-01-02 Eric AndersenNew and improved!
2002-01-02 Eric AndersenCleaned up test that doesn't need manual intervention.
2002-01-02 Eric AndersenAdd a test for a sigchld bug
2001-12-19 Eric AndersenUpdate my email address. I am no longer [email protected]
2001-11-30 Eric AndersenAlways use --uclibc-use-build-dir
2001-11-26 David Schleeflibhowdy.so needs to be compiled with -fPIC
2001-11-26 David SchleefDisable ldso directory if DODYNAMIC isn't true, in...
2001-11-26 David SchleefFix dependencies
2001-11-26 David Schleefstrsignal() is a GNU extension
2001-11-12 David SchleefFix common C ambiguity.
2001-11-10 David SchleefAdded .cvsignore
2001-10-12 Eric AndersenBeef up the fork test, checking for proper SIGCHLD...
2001-10-02 Eric AndersenAdd in some math lib tests
2001-09-27 Eric AndersenScrub up a few test things
2001-09-21 Eric AndersenFix the vfork test so it actually works this time.
2001-09-21 Eric AndersenAdd in a simple vfork test
2001-08-29 Eric AndersenMinor update
2001-08-14 Eric AndersenDon't use --uclibc-use-build-dir for the tests unless...
2001-08-14 Eric AndersenProper support for tests spannint multiple .o files
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-13 David SchleefAdd test for proper realloc() behavior.
2001-07-12 Eric AndersenUse uClibc's ldd, not the system one which is probably...
2001-07-04 David McCulloughAdded stpcpy and strcasestr along with some code to...
2001-07-03 Eric Andersenignore generated stuff
2001-07-03 Eric AndersenScrub up the tests a bit, and force everybody to use the
2001-06-29 Eric AndersenAdd a dlopen test
2001-06-15 Eric AndersenMake all the uClibc tests use the --uclibc-use-build...
2001-06-12 Eric AndersenDefault to testing shared libs.
2001-06-07 Eric AndersenAdd in a test for outb (that currently fails)
2001-05-29 Eric AndersenComment out broken test
2001-05-25 David SchleefFixing flak from the directory rearrangement
2001-05-25 David SchleefAdded -Wall
2001-05-25 David SchleefRandom quick-and-dirty evil malloc checker.
2001-05-25 David SchleefThe mmap syscall has 6 arguments, which has various...
2001-05-25 David SchleefTest to check for proper stat mangling.
2001-05-25 David Schleeftermios test program, since I'm having difficulty on...
2001-05-11 Eric AndersenFix a couple silly bugs in this test
2001-05-11 Eric AndersenFix the 'make clean' target
2001-05-08 Eric AndersenAdd in a qsort, alphasort, scandir test from Jon Nelson...
2001-05-04 Eric AndersenFixup ppc to powerpc
2001-04-27 Eric AndersenJust use 'ls -l' since ls -sh lacks sufficient granularity
2001-04-27 Eric AndersenIgnore strerror
2001-04-26 Eric AndersenIgnore generated binary
2001-04-23 Eric AndersenFix up compiler name
2001-03-19 Eric AndersenDebug should be off by default
2001-03-16 Eric AndersenAdd in a setjmp test from David Schleef
2001-02-23 Eric AndersenForgot to increment i
2001-02-19 Manuel Novoa III Fix problems with test wrapper and test compiler selection.
2001-02-09 Eric AndersenAdd in a silly test to check that argc, argv, and envir...
2001-01-23 Eric AndersenOops. Should be LDFLAGS, not CFLAGS twice
2001-01-20 Eric AndersenReworked all test suite makefiles (man did they need...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-12-13 Eric AndersenHandle fork and vfork on a per architecture basis...
2000-11-22 Eric AndersenAdd in an additional test for memcmp suggested by Mathi...
2000-11-17 Eric AndersenSome cleanups from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-17 Eric AndersenTurn off debug noise
2000-11-16 Eric AndersenFix it so files are not stripped when debugging (doh...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-30 Eric AndersenHeader file cleanup
2000-10-27 Eric AndersenMore random fixes and additions.
2000-10-27 Eric AndersenIgnore leftovers...
2000-10-26 Eric AndersenAdd in a fork test. Fix select so it works.
2000-10-26 Eric AndersenFix makefile bugs
2000-10-26 Eric AndersenLink vs libgcc to include needed stuff.
2000-10-23 Eric AndersenRevert Makefie changes.
2000-10-23 Eric AndersenLink w libcc.
2000-10-20 Eric Andersenignore more stuff
2000-10-18 Eric AndersenMore updates. Implement strsignal. Add pwd_grp tests
2000-10-18 Eric AndersenSignal test. One test written and already found a...
2000-10-17 Eric AndersenNaming fix
2000-10-17 Eric AndersenMore stuff
2000-10-17 Eric AndersenIgnore more junk
2000-10-17 Eric AndersenClean up after ourselves
2000-10-17 Eric AndersenUpdate excludes
2000-10-17 Eric AndersenMore updates
2000-10-12 Eric AndersenMakefile update
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-11 Eric AndersenTest cleanup
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenForgot to ignore this
2000-10-05 Eric AndersenMajor update to string handling. strcmp and friends...
next
This page took 0.08446 seconds and 7 git commands to generate.