summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing headers.kevlo2013-07-172-0/+3
* Restore "all rights reserved" (spelled correctly). This was actually part of...eadler2013-06-178-0/+8
* Remove lines declaring "All rights reserved" or similar comments: theyeadler2013-06-169-9/+0
* Fix some bugs in the complex trig tests so that they test both doubledas2013-06-101-33/+68
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-032-0/+75
* Add more tests for log functions. A few are commented out because thedas2013-06-031-1/+114
* Factor out some common code from the libm tests. This is a bit messydas2013-06-0215-628/+412
* Fix some harmless bugs in a test.das2013-05-301-2/+2
* Basic tests for complex inverse trig and hyperbolic functions.das2013-05-302-1/+444
* Fix cexp regression tests that have an infinite real part. The signs of thetijl2013-05-281-12/+26
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-19/+25
* Add missing #includes, to keep Clang silent.ed2013-05-253-0/+3
* Add <uchar.h>.ed2013-05-213-1/+268
* popen(): Add 'e' mode character to set close-on-exec on the new fd.jilles2013-05-201-4/+4
* Add a test program for popen().jilles2013-05-202-1/+228
* wordexp(): Remove wrong IFS usage.jilles2013-04-011-0/+19
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+429
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-71/+71
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-311-27/+136
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-302-0/+153
* libc: Add a missing header to a test program.jilles2012-12-081-0/+1
* Non-void function should return a value.emaste2012-11-201-1/+1
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* nftw(): POSIX says directories causing loops should be silently skipped.jilles2012-08-092-1/+142
* Add some tests from PR 166463. Also make sure that all of the tests,das2012-04-071-7/+33
* libc: Add some tests for fmtmsg().jilles2012-02-212-1/+252
* Add .t files for tests, missed in prior checkins, so that prove(1) worksdas2012-01-143-0/+30
* Update the tests for arm and other ports where long double is the samedas2012-01-141-3/+3
* Fix a test that doesn't work on architectures where long double is nodas2012-01-141-0/+2
* Spelling fixes for tools/uqs2011-12-301-1/+1
* A regression test to ensure that arc4random returns different sequencesdas2011-11-152-1/+91
* Add regression tests for modf{,f,l}().das2011-10-211-26/+108
* Tests for complex trig and hyperbolic functions.das2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitdas2011-10-211-3/+63
* Add some tests for corner cases of log() in unusual rounding modes.das2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().das2011-10-151-1/+54
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-102-1/+91
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-051-8/+13
* Add some tests for cexp() and cexpf(). (I need to clean up all ofdas2011-03-073-1/+391
* Work around gcc constant folding bugs.das2010-12-061-1/+6
* signbit() returns nonzero for negative arguments, but we shouldn't assumedas2010-12-066-6/+8
* Fix some warnings.das2010-12-051-3/+3
* Add regression tests for logarithmic functions in the math library.das2010-12-053-1/+169
* Add some basic regression tests for nearbyint().das2010-12-033-1/+111
* Generate some tests for sh's case command from the fnmatch tests.jilles2010-05-092-1/+55
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.jilles2010-04-161-0/+1
* Add some tests for fnmatch(3).jilles2010-04-162-1/+336
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Add test-pidfile.c and increase warning level.des2009-11-121-2/+2
* Test cases for pidfile(3) - including two designed to catch issues arisingdes2009-11-121-0/+280
OpenPOWER on IntegriCloud