| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r270180: | Enji Cooper | 2014-08-27 | 12 | -1448/+0 |
| * | MFC r269534: | Enji Cooper | 2014-08-21 | 3 | -233/+0 |
| * | MFC various fixes to the tools/regression/ tests. | Julio Merino | 2014-04-14 | 5 | -126/+43 |
| * | don't assert on bad args, instead return an error.. | John-Mark Gurney | 2013-10-07 | 3 | -1/+604 |
| * | libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). | Jilles Tjoelker | 2013-09-06 | 2 | -0/+123 |
| * | libc/stdio: Run mkostemp test using prove. | Jilles Tjoelker | 2013-09-06 | 1 | -0/+10 |
| * | libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. | Jilles Tjoelker | 2013-09-06 | 3 | -3/+18 |
| * | fnmatch(): Add test for r254091 (pattern with single backslash). | Jilles Tjoelker | 2013-08-11 | 1 | -0/+4 |
| * | Add mkostemp() and mkostemps(). | Jilles Tjoelker | 2013-08-09 | 2 | -3/+167 |
| * | wordexp(): Fix syntax validation for backslashes in single-quotes. | Jilles Tjoelker | 2013-07-23 | 1 | -0/+12 |
| * | Add missing headers. | Kevin Lo | 2013-07-17 | 2 | -0/+3 |
| * | Restore "all rights reserved" (spelled correctly). This was actually part of... | Eitan Adler | 2013-06-17 | 8 | -0/+8 |
| * | Remove lines declaring "All rights reserved" or similar comments: they | Eitan Adler | 2013-06-16 | 9 | -9/+0 |
| * | Fix some bugs in the complex trig tests so that they test both double | David Schultz | 2013-06-10 | 1 | -33/+68 |
| * | Add libiconv based versions of *c16*() and *c32*(). | Ed Schouten | 2013-06-03 | 2 | -0/+75 |
| * | Add more tests for log functions. A few are commented out because the | David Schultz | 2013-06-03 | 1 | -1/+114 |
| * | Factor out some common code from the libm tests. This is a bit messy | David Schultz | 2013-06-02 | 15 | -628/+412 |
| * | Fix some harmless bugs in a test. | David Schultz | 2013-05-30 | 1 | -2/+2 |
| * | Basic tests for complex inverse trig and hyperbolic functions. | David Schultz | 2013-05-30 | 2 | -1/+444 |
| * | Fix cexp regression tests that have an infinite real part. The signs of the | Tijl Coosemans | 2013-05-28 | 1 | -12/+26 |
| * | Fix some regressions caused by the switch from gcc to clang. The fixes | David Schultz | 2013-05-27 | 1 | -19/+25 |
| * | Add missing #includes, to keep Clang silent. | Ed Schouten | 2013-05-25 | 3 | -0/+3 |
| * | Add <uchar.h>. | Ed Schouten | 2013-05-21 | 3 | -1/+268 |
| * | popen(): Add 'e' mode character to set close-on-exec on the new fd. | Jilles Tjoelker | 2013-05-20 | 1 | -4/+4 |
| * | Add a test program for popen(). | Jilles Tjoelker | 2013-05-20 | 2 | -1/+228 |
| * | wordexp(): Remove wrong IFS usage. | Jilles Tjoelker | 2013-04-01 | 1 | -0/+19 |
| * | Add an implementation of open_memstream() and open_wmemstream(). These | John Baldwin | 2013-02-27 | 5 | -1/+429 |
| * | - Fix more style(9)-related issues (copyright header, spaces after function | Pietro Cerutti | 2013-02-01 | 1 | -71/+71 |
| * | - Remove underscores from the internal structure name, as it doesn't collide | Pietro Cerutti | 2013-01-31 | 1 | -27/+136 |
| * | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | Pietro Cerutti | 2013-01-30 | 2 | -0/+153 |
| * | libc: Add a missing header to a test program. | Jilles Tjoelker | 2012-12-08 | 1 | -0/+1 |
| * | Non-void function should return a value. | Ed Maste | 2012-11-20 | 1 | -1/+1 |
| * | remove duplicate semicolons where possible. | Eitan Adler | 2012-10-22 | 1 | -1/+1 |
| * | nftw(): POSIX says directories causing loops should be silently skipped. | Jilles Tjoelker | 2012-08-09 | 2 | -1/+142 |
| * | Add some tests from PR 166463. Also make sure that all of the tests, | David Schultz | 2012-04-07 | 1 | -7/+33 |
| * | libc: Add some tests for fmtmsg(). | Jilles Tjoelker | 2012-02-21 | 2 | -1/+252 |
| * | Add .t files for tests, missed in prior checkins, so that prove(1) works | David Schultz | 2012-01-14 | 3 | -0/+30 |
| * | Update the tests for arm and other ports where long double is the same | David Schultz | 2012-01-14 | 1 | -3/+3 |
| * | Fix a test that doesn't work on architectures where long double is no | David Schultz | 2012-01-14 | 1 | -0/+2 |
| * | Spelling fixes for tools/ | Ulrich Spörlein | 2011-12-30 | 1 | -1/+1 |
| * | A regression test to ensure that arc4random returns different sequences | David Schultz | 2011-11-15 | 2 | -1/+91 |
| * | Add regression tests for modf{,f,l}(). | David Schultz | 2011-10-21 | 1 | -26/+108 |
| * | Tests for complex trig and hyperbolic functions. | David Schultz | 2011-10-21 | 3 | -1/+552 |
| * | Tests for cancellation in fma(). Also include more tests for 128-bit | David Schultz | 2011-10-21 | 1 | -3/+63 |
| * | Add some tests for corner cases of log() in unusual rounding modes. | David Schultz | 2011-10-15 | 1 | -2/+29 |
| * | Add some tests for double-rounding bugs in fma(). | David Schultz | 2011-10-15 | 1 | -1/+54 |
| * | posix_spawn: If an error is detected in the child process, reap the zombie. | Jilles Tjoelker | 2011-07-10 | 2 | -1/+91 |
| * | Allow strerror(0) and strerror_r(0, ...). | Jilles Tjoelker | 2011-04-05 | 1 | -8/+13 |
| * | Add some tests for cexp() and cexpf(). (I need to clean up all of | David Schultz | 2011-03-07 | 3 | -1/+391 |
| * | Work around gcc constant folding bugs. | David Schultz | 2010-12-06 | 1 | -1/+6 |