Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all clang warnings in libc regress and cleanup some make files. | bluhm | 2017-07-27 | 1 | -2/+2 |
| | |||||
* | Add a second test, shortseek(), to make sure that seekdir() also works | schwarze | 2013-11-03 | 6 | -56/+189 |
| | | | | | | | | | correctly when moving the directory pointer by small distances. This is currently failing, i will send an updated libc/gen patch to fix this right afterwards. Move the functions createfiles() and delfiles() to utils.{h,c} for reuse. Minor cleanup in telldir.c. | ||||
* | Include more details in failure messages | guenther | 2013-08-20 | 1 | -7/+7 |
| | |||||
* | Use NFILES for starting point instead of hardcoded const | otto | 2006-04-01 | 1 | -2/+2 |
| | |||||
* | telldir/seekdir regress tesst. Fails on -current, since seekdir(x), | otto | 2006-03-25 | 2 | -0/+111 |
telldir() does not return x. This will we fixed. |