summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* MFC various fixes to the tools/regression/ tests.jmmv2014-04-145-126/+43
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).jilles2013-09-062-0/+123
* libc/stdio: Run mkostemp test using prove.jilles2013-09-061-0/+10
* libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream.jilles2013-09-063-3/+18
* fnmatch(): Add test for r254091 (pattern with single backslash).jilles2013-08-111-0/+4
* Add mkostemp() and mkostemps().jilles2013-08-092-3/+167
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-0/+12
* 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
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-032-0/+75
* 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
* 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
* Spelling fixes for tools/uqs2011-12-301-1/+1
* A regression test to ensure that arc4random returns different sequencesdas2011-11-152-1/+91
* 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
* 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
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-231-0/+42
* Regression tests for r197752 (handling of empty/NULL buffers).das2009-10-041-1/+20
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-adviseddas2009-04-061-2/+2
* Tests for getdelim().das2009-02-282-1/+169
* Add a file containing tests for simple format specifiers.das2009-02-282-1/+157
* Tests for wcscasecmp(), wcsnlen(), and stpncpy().das2009-02-284-1/+269
* Test wprintf() in addition to printf().das2009-01-311-3/+19
* Regression tests for bugs in gdtoa.das2008-09-031-11/+17
* Regression tests for fmtcheck(3).das2008-08-022-1/+103
* Add some regression tests for printf() with positional arguments.das2008-06-292-1/+133
* Regression test for a recently fixed strtod bug.das2008-06-211-1/+11
* Updates for changes in the way printf() handles hex floating pointdas2008-04-121-5/+5
* Fix an amusing typo that has prevented this from compiling since 2004.das2007-12-161-7/+7
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)das2007-12-091-4/+0
* Make sure we set the locale to "C" when testing thousands' separatordas2007-12-031-2/+2
OpenPOWER on IntegriCloud