summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Remove stale tools/regression directory that should have been deletedngie2015-12-0525-2296/+0
* MFC r264737:ngie2015-11-255-1/+237
* MFC 281887:jhb2015-06-022-2/+2
* MFC r277453:ngie2015-01-231-15/+0
* MFC r267004,r274592:ngie2015-01-202-302/+11
* MFC discussed with: jilles, -developersngie2015-01-111-0/+47
* 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
* Add mkostemp() and mkostemps().jilles2013-08-092-3/+167
* 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
* 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
* 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
* Test wprintf() in addition to printf().das2009-01-311-3/+19
* Regression tests for bugs in gdtoa.das2008-09-031-11/+17
* 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
* 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
* Tests for rounding, and for the leading 0's bug.das2007-12-031-1/+13
* Remove the test that ensures that when the string "nan(...)" is converteddas2007-01-031-0/+8
* Fix cut-and-paste bugs in the regression tests.das2007-01-031-2/+2
* - Split tests into three rough categories.das2005-03-011-6/+98
* - Split the printfloat test into 11 individually wrapped and packageddas2005-03-012-8/+100
* Switch over to a different, more flexible test output protocol that'snik2004-11-116-3/+38
* Add a regression test for floating-point output in the Greek locale.keramida2004-10-131-0/+7
* Add regression tests for printf's %a/%A formats.das2004-01-191-1/+38
* Add regression tests for some of the bugs recently discovered in thedas2004-01-191-4/+15
* Work around a recently-introduced gcc bug. The compiler no longerdas2004-01-181-1/+1
* Add regression tests for floating point parsing in scanf(3).das2003-06-282-1/+181
* Add a dozen new tests with the general theme of getting trailingdas2003-04-191-0/+12
* Add a test case for printf("%5.0f", 0.001).das2003-04-141-0/+2
* Additional regression tests for grouping, parsing of '.*', and printingdas2003-04-071-0/+9
* Test for bug in revision 1.54 of vfprintf.c.tjr2003-04-061-0/+3
* Regression tests for printf()'s floating point formats.das2003-04-052-1/+168
* Add a test program for perror() that demonstrates two bugs in thetjr2002-12-192-0/+116
OpenPOWER on IntegriCloud