summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/dir.c
Commit message (Collapse)AuthorAgeFilesLines
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-549/+0
| | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog
* 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