summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/dir.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bogus length restriction on readlink. Use sizeof(buf) - 1 ratherimp1998-09-101-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 changeimp1998-09-091-1/+1
| | | | either came from OpenBSD, or was inspired by work done there.
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-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.rgrimes1995-05-301-56/+56
|
* file selector, helpline, helpfile and more, with my fixesache1995-02-151-0/+549
Submitted by: wmbfmk@urc.tue.nl
OpenPOWER on IntegriCloud