summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Tests for pthread functions.Eric S. Raymond1-1/+78
2010-12-21All SuS functions up to just before pthread*.Eric S. Raymond1-1/+93
2010-12-21Sus functions through l* are listed.Eric S. Raymond1-1/+135
2010-12-21All SuS entry points through h are liated.Eric S. Raymond1-4/+74
2010-12-21Be rigorous and list SuS entry points.Eric S. Raymond3-92/+258
2010-12-20More tests.Eric S. Raymond3-2/+14
2010-12-20Many more tests. All regressions pass.Eric S. Raymond2-4/+29
2010-12-20More tests mostly in stdio.h functions.Eric S. Raymond4-4/+35
2010-12-20Maintain a stack of includes so we can special-case S_SPLINT_S.Eric S. Raymond3-7/+15
2010-12-20Ready to ship 0.4 point release.0.4Eric S. Raymond3-8/+34
2010-12-20More tests, mostly in stdio.h.Eric S. Raymond3-5/+17
2010-12-20Tests for ctime(), fclose(), fchmod(), fchown().Eric S. Raymond7-4/+72
2010-12-13Add many more requirements.Eric S. Raymond2-1/+25
2010-12-13D<stdlib> depenency for random-number functions.Eric S. Raymond3-7/+18
2010-12-13Comment out some SuS requirements that aren't.Eric S. Raymond1-4/+3
2010-12-13Fixed clock() test, added crypt() test and several requirements.Eric S. Raymond4-3/+31
2010-12-13Improved progress messages.Eric S. Raymond2-81/+88
2010-12-12Tests for close() and closedir(), and new header dependencies.Eric S. Raymond5-4/+46
2010-12-12Tests for the clock_gettime(), clock_settime(), and clock_getres() functions.Eric S. Raymond6-4/+49
2010-12-12Tests for chroot(), clearerr(), and clock().Eric S. Raymond5-5/+51
2010-12-12Add tests for chdir(2), chown(2), chmod(2). Fix some earlier ones.Eric S. Raymond9-5/+59
2010-12-12Tests for cfsetispeed(3), cfsetospeed(3).Eric S. Raymond4-1/+35
2010-12-12Test for cfgetospeeed(3).Eric S. Raymond3-1/+18
2010-12-12Add test for cfgetispeed(3).Eric S. Raymond3-28/+46
2010-12-12Single Point of Truth cleanup.Eric S. Raymond34-110/+10
2010-12-12Tests for nl_types catalog funcriuons, cbrt(3), ceil(3).Eric S. Raymond9-3/+98
2010-12-12Add test for calloc(3),. fix test for bzero(3).Eric S. Raymond3-3/+23
2010-12-12Tests for bzero(3) and btowc(3).Eric S. Raymond5-5/+46
2010-12-12Test for bsort(3); fix test for bsd_signal(3).Eric S. Raymond4-4/+66
2010-12-12Hand off regression testing to a local submakefile.Eric S. Raymond2-89/+84
2010-12-12Add test for bsd_signal.Eric S. Raymond2-1/+23
2010-12-12Test directory can own its own machineryEric S. Raymond1-0/+17
2010-12-11Tests for brk(2) and sbrk(2).Eric S. Raymond4-27/+64
2010-12-11Tests for bcmp(3) and bcopy(3).Eric S. Raymond4-1/+37
2010-12-11Explain the depedency table better.Eric S. Raymond1-2/+6
2010-12-11Test for basename(3).Eric S. Raymond3-16/+35
2010-12-11Detect some required headers not present.Eric S. Raymond4-16/+24
2010-12-10Defer regexp compilation, we might be able to add missing-require detection.Eric S. Raymond1-2/+2
2010-12-10Tests for atoi(3), atof(3), atol(3).Eric S. Raymond4-4/+50
2010-12-10Tests for atan2(3), atexit(3), atof(3).Eric S. Raymond7-3/+50
2010-12-10Tests for atan(3) and atanh(3).Eric S. Raymond5-5/+45
2010-12-10Tests for alarm(), asin(), asinh().Eric S. Raymond5-5/+70
2010-12-10Don're register requires more than once.Eric S. Raymond2-15/+4
2010-12-10Yet more tests ans some belated checkins.Eric S. Raymond5-1/+71
2010-12-10Make the script clean up after itself better.Eric S. Raymond4-2/+7
2010-12-10Test for access() needing <unistd.h>.Eric S. Raymond4-2/+28
2010-12-09Clearer progress messages and two more tests.Eric S. Raymond4-10/+28
2010-12-09Added regression test with abort(3) and <stdlib.h>.Eric S. Raymond2-3/+21
2010-12-09Add the first requirement from POSIX.Eric S. Raymond5-1/+37
2010-12-09Better-qualified umask regexp.Eric S. Raymond2-2/+2