Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial import of FreeBSD sort. | 2015-03-17 | 1 | -334/+0 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | Properly initialize 'end' in seq(), fixing a crash | 2005-08-18 | 1 | -3/+3 | |
| | | | | | | on input with long lines when the -n flag is given. ok millert | ||||
* | ansi; khalek@linuxgamers.net | 2004-07-20 | 1 | -38/+13 | |
| | |||||
* | preferred spelling | 2003-11-15 | 1 | -3/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | 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. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | Bring in some recent fixup's from NetBSD. This allows lines longer than 65522 | 2001-02-04 | 1 | -53/+74 | |
| | | | | | to be properly sorted. Many other cleanup's done, and depreciate register. millert@ and deraadt@ ok. | ||||
* | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | 2000-06-30 | 1 | -4/+4 | |
| | | | | | | | | | constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | ||||
* | 64bit fixes. Some of these are a bit bogus as there were "long"s | 1997-06-30 | 1 | -9/+9 | |
| | | | | | meant to be file offsets for fseek(3). However, those values could never be > an int anyay so it is not a problem. | ||||
* | Cosmetic cleanup, mostly KNF. | 1997-06-16 | 1 | -18/+24 | |
| | |||||
* | Fix some err(3) usage and usage string. | 1997-01-22 | 1 | -4/+4 | |
| | |||||
* | Fix off-by-one differently--add an extra byte to buffer (ick). | 1997-01-22 | 1 | -3/+3 | |
| | | | | Don't dump core on empty file. | ||||
* | sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me. | 1997-01-20 | 1 | -0/+344 | |