libc-test
2012-10-13 nszmath: add nextafter*, nextoward* and scalb to gen
2012-10-11 nszmath: fix util for fenv without rounding modes
2012-10-11 nszmath: add ilogb, fix f_fi tests
2012-10-11 nszldso: dlopen test
2012-10-09 nszmath: add fenv pragma, relax the error check, simplify...
2012-10-09 nszmath: add some float f(float,int) and some float f...
2012-10-08 nszthread: use unsigned (long) instead of size_t in tls_al...
2012-10-07 nszfix the nonbin hack in Makefile.inc
2012-10-07 nszupdate readme
2012-10-07 nszmath: use separate makefile
2012-10-07 nszmath: print file:line in the error msg, fix nearbyint...
2012-10-07 nszmath: fix test vectors for logb
2012-10-07 nszmath: fix mpfr code for ld80 long double functions
2012-10-07 nszfix math test gen script
2012-10-07 nszadd generated math tests
2012-10-07 nszinclude config.mak
2012-10-07 nsznew test framework (one main per test)
2012-05-06 nszfnmatch: fix "[/b" test
2012-05-06 nszmath += nextafter, nextafterl tests
2012-05-05 nszmath += nextafter bench and test
2012-05-05 nszmath: separate fenvutil.c for printing except/round...
2012-04-16 nszsnprintf: add %lf tests
2012-04-12 nszstrtod: add two simple benchmarks
2012-04-12 nszremove core limit setting
2012-04-12 nszmath: add float-store test
2012-04-11 nszstrtod: cosmetic fix
2012-04-11 nszadd some random numbers to the strtod test
2012-04-11 nszstrtod: add zero test
2012-04-11 nszimprove strtod overflow tests
2012-04-11 nszstrtod test numbers near overflow
2012-04-10 nszadd subnormal strtod tests
2012-04-10 nszconfig.mak change should imply recompile (dependency...
2012-03-29 nszmath/modf fixes
2012-03-29 nszbenchmark filter
2012-03-28 nszadd math/modf benchmark
2012-03-28 nszadd setrlimit to test run
2012-03-28 nszmakefile fixes (-D_GNU_SOURCE, print build fail)
2012-03-28 nszminor math/sanity.c test fix
2012-03-28 nszadd math/modf.c test
2012-03-27 nszadd math/classify test
2012-03-27 nszclean up compiler warnings
2012-03-27 nszuse dprintf(1,..) instead of buffered stderr
2012-03-27 nszset min benchmark time threshold to 200ms
2012-03-27 nszremove dummy foo test
2012-03-27 nszupdate readme, add dist/config.mak
2012-03-27 nszadd tests: math, udiv, stdio/memstream
2012-03-27 nszbuild system updates, port libc-testsuit changes
2011-09-22 nszstrtoul test fix, infrastructure changes
2011-08-08 nszinclude makefile.conf later, reset_timer in strstr...
2011-08-08 nszuse _POSIX_C_SOURCE in cflags, use CLOCK_REALTIME in...
2011-08-05 nsztime, string, spawn tests from libc-testsuit
2011-08-05 nszutf8 bench from libc-bench
2011-08-05 nszstring bench from libc-bench
2011-08-05 nszregex bench from libc-bench
2011-08-04 nszpthread bench from libc-bench
2011-08-04 nszadd timeout in pthread, ldflags hack, nicer error forma...
2011-08-04 nszadd remaining tests from libc-testsuit
2011-08-04 nszbasename,dirname test fix (feature test macro)
2011-08-04 nszqsort test and bench
2011-08-04 nszmalloc bench fix (use fixed array size)
2011-08-04 nszpthread thest from libc-testsuit
2011-08-03 nszpopen from libc-testsuit
2011-08-03 nszmbc from libc-testsuit
2011-08-03 nszfscanf test from libc-testsuit
2011-08-03 nszfnmatch test from libc-testsuit
2011-07-29 nszfix div bench in foo
2011-07-29 nszadd div bench to foo
2011-07-29 nszreadme fix
2011-07-29 nszbench: pass N as argument, update readme
2011-07-29 nszreadme update
2011-07-29 nszstdio and malloc bench
2011-07-29 nszforking bench, renames
2011-07-29 nszbench: renames, env: setenv(0,..) test
2011-07-28 nszbench: use CLOCK_MONOTONIC
2011-07-28 nszbench: fix nextN
2011-07-28 nszbench: fix nextN
2011-07-28 nszuse int in dummy test
2011-07-28 nszchange dummy test to not fail
2011-07-28 nszexperimental benchmar support
2011-07-28 nszmake error__ extern and all global state static in...
2011-07-27 nszfork each test so they are isolated
2011-07-27 nszinitial commit