aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* MFC r292316:Enji Cooper2015-12-232-94/+0
* Remove stale tools/regression directory that should have been deletedEnji Cooper2015-12-0525-2296/+0
* MFC r291359,r291362:Enji Cooper2015-12-041-1/+4
* MFC r291363:Enji Cooper2015-12-049-583/+582
* MFC r291358:Enji Cooper2015-12-042-2/+2
* MFC r264737:Enji Cooper2015-11-255-1/+237
* MFC r290532,r290561,r290843,r290844,r290845:Enji Cooper2015-11-2333-2494/+0
* MFC r290563,r290868,r291038:Enji Cooper2015-11-238-459/+0
* MFC r290538:Enji Cooper2015-11-158-510/+0
* MFC r290539:Enji Cooper2015-11-156-436/+0
* MFC: r285543Christian Brueffer2015-07-221-0/+1
* MFC 281887:John Baldwin2015-06-022-2/+2
* MFC r280830: wordexp(): Add testcase for non-default IFS in environment.Jilles Tjoelker2015-04-191-0/+15
* MFC r277453:Enji Cooper2015-01-231-15/+0
* MFC r267004,r274592:Enji Cooper2015-01-202-302/+11
* MFC r274075,r274581,r274582,r274595:Enji Cooper2015-01-203-167/+2
* MFC discussed with: jilles, -developersEnji Cooper2015-01-111-0/+47
* MFC r264400,r265836:Enji Cooper2014-12-311-1/+1
* MFC various fixes to the tools/regression/ tests.Julio Merino2014-04-145-126/+43
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).Jilles Tjoelker2013-09-062-0/+123
* libc/stdio: Run mkostemp test using prove.Jilles Tjoelker2013-09-061-0/+10
* libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream.Jilles Tjoelker2013-09-063-3/+18
* fnmatch(): Add test for r254091 (pattern with single backslash).Jilles Tjoelker2013-08-111-0/+4
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-092-3/+167
* wordexp(): Fix syntax validation for backslashes in single-quotes.Jilles Tjoelker2013-07-231-0/+12
* Add missing headers.Kevin Lo2013-07-172-0/+3
* Restore "all rights reserved" (spelled correctly). This was actually part of...Eitan Adler2013-06-178-0/+8
* Remove lines declaring "All rights reserved" or similar comments: theyEitan Adler2013-06-169-9/+0
* Add libiconv based versions of *c16*() and *c32*().Ed Schouten2013-06-032-0/+75
* Add missing #includes, to keep Clang silent.Ed Schouten2013-05-253-0/+3
* Add <uchar.h>.Ed Schouten2013-05-213-1/+268
* popen(): Add 'e' mode character to set close-on-exec on the new fd.Jilles Tjoelker2013-05-201-4/+4
* Add a test program for popen().Jilles Tjoelker2013-05-202-1/+228
* wordexp(): Remove wrong IFS usage.Jilles Tjoelker2013-04-011-0/+19
* Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-275-1/+429
* - Fix more style(9)-related issues (copyright header, spaces after functionPietro Cerutti2013-02-011-71/+71
* - Remove underscores from the internal structure name, as it doesn't collidePietro Cerutti2013-01-311-27/+136
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti2013-01-302-0/+153
* libc: Add a missing header to a test program.Jilles Tjoelker2012-12-081-0/+1
* Non-void function should return a value.Ed Maste2012-11-201-1/+1
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* nftw(): POSIX says directories causing loops should be silently skipped.Jilles Tjoelker2012-08-092-1/+142
* libc: Add some tests for fmtmsg().Jilles Tjoelker2012-02-212-1/+252
* Add .t files for tests, missed in prior checkins, so that prove(1) worksDavid Schultz2012-01-143-0/+30
* Update the tests for arm and other ports where long double is the sameDavid Schultz2012-01-141-3/+3
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-1/+1
* A regression test to ensure that arc4random returns different sequencesDavid Schultz2011-11-152-1/+91
* posix_spawn: If an error is detected in the child process, reap the zombie.Jilles Tjoelker2011-07-102-1/+91
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-051-8/+13
* Generate some tests for sh's case command from the fnmatch tests.Jilles Tjoelker2010-05-092-1/+55