summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/files.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Properly initialize 'end' in seq(), fixing a crashjaredy2005-08-181-3/+3
* ansi; khalek@linuxgamers.netderaadt2004-07-201-38/+13
* preferred spellingtedu2003-11-151-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* Bring in some recent fixup's from NetBSD. This allows lines longer than 65522ericj2001-02-041-53/+74
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-4/+4
* 64bit fixes. Some of these are a bit bogus as there were "long"smillert1997-06-301-9/+9
* Cosmetic cleanup, mostly KNF.millert1997-06-161-18/+24
* Fix some err(3) usage and usage string.millert1997-01-221-4/+4
* Fix off-by-one differently--add an extra byte to buffer (ick).millert1997-01-221-3/+3
* sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.millert1997-01-201-0/+344