Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bogus length restriction on readlink. Use sizeof(buf) - 1 rather | imp | 1998-09-10 | 1 | -1/+1 |
| | | | | | | | than the size of the directory name. Fix style bug which increased the number of lines > 80 characters by one. Pointed out by: bde | ||||
* | Use size of structure rather than hard coded 256 in readlink. This change | imp | 1998-09-09 | 1 | -1/+1 |
| | | | | either came from OpenBSD, or was inspired by work done there. | ||||
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -4/+4 |
| | | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -56/+56 |
| | |||||
* | file selector, helpline, helpfile and more, with my fixes | ache | 1995-02-15 | 1 | -0/+549 |
Submitted by: wmbfmk@urc.tue.nl |