libc-test
2012-11-12 Szabolcs Nagymath: in lgamma* only check signgam when it's specified
2012-11-12 Szabolcs Nagymath/gen: fix fma fenv flags on nan
2012-11-12 Szabolcs Nagymath: add special case test vectors
2012-11-11 Szabolcs Nagymath/gen: fix ilogb, logb and modf in mp, change intege...
2012-11-03 Szabolcs Nagyapi: add stdbool and stddef
2012-11-01 Szabolcs Nagymath: ldexp, modf, nearbyint, scalb are correctly rounded
2012-11-01 Szabolcs Nagymath: fdim is correctly rounded
2012-11-01 Szabolcs Nagymath: brief readme
2012-11-01 Szabolcs Nagymath: fpclassify test
2012-10-28 Szabolcs Nagygeneral: add sysv ipc shm test, fix ipc_msg and update...
2012-10-28 Szabolcs Nagygeneral: update the semaphore test
2012-10-26 Szabolcs Nagygeneral: fix snprintf and swprintf format tests
2012-10-25 Szabolcs Nagymath: do correctly rounded checks where it's appropriate
2012-10-24 Szabolcs Nagygeneral: simple sysv ipc sem test
2012-10-22 nszapi: add run target
2012-10-22 nszfix a printf format in ipc_msg
2012-10-22 nszgeneral: add memmem and strstr tests
2012-10-22 nszcleanup in ipc_msg test, update some string tests
2012-10-22 nszgeneral: don't stop on build failure
2012-10-22 nszgeneral: add ipc_msg test
2012-10-22 nszapi: use macro for fmtmsg and ndbm ifdef
2012-10-22 nszapi: declarative makefile
2012-10-22 nszreorganize makefile
2012-10-22 nszapi: redirect make errors to stdout
2012-10-22 nszapi: ifdef out fmtmsg.c and ndbm.c, fix stupid gcc...
2012-10-21 nszput everything back to one directory
2012-10-21 nszapi: ifdef out some posix options
2012-10-20 nszapi: fix unistd.h
2012-10-20 nszapi: fix some prototype checks
2012-10-20 nszapi: shorten function checks (and put each into a diffe...
2012-10-20 nszapi: add remaining functions
2012-10-19 nszapi: add stdarg .. sys/uio
2012-10-16 nszapi: add spawn, don't include headers into function...
2012-10-14 nszapi: fix limits.c
2012-10-14 nszapi: remove obsolete xsi functions from ctype, fix...
2012-10-14 nszapi: add sched.c .. signal.c
2012-10-14 nszapi: add monetary.c .. regex.c
2012-10-14 nszapi: add float limits locale math
2012-10-14 nszapi: add iso646, langinfo and libgen
2012-10-14 nszapi: posix header test
2012-10-13 nszcosmetic fixes
2012-10-13 nszmath: add jn and yn
2012-10-13 nszmath: add remquo and fma
2012-10-13 nszmath: add modf and sincos
2012-10-13 nszmath: fix float->int functions
2012-10-13 nszmath: fix float->int functions
2012-10-13 nszmath: add lrint, lround
2012-10-13 nszmath: fix nexttoward*
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
next