aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sort
Commit message (Expand)AuthorAgeFilesLines
* Add strndup(3) prototype to string.h.Konstantin Belousov2008-12-081-1/+1
* Go back to fondling FILE internals.John Baldwin2008-05-051-1/+1
* Unbreak build: gnu sort has been configured to grope inside structMarcel Moolenaar2008-05-031-1/+1
* style.Makefile(5)David E. O'Brien2007-10-121-2/+2
* Update version strings to better reflect reality.Tim J. Robbins2004-08-121-3/+3
* Hook xalloc-die.c up to the build.Tim J. Robbins2004-08-121-0/+1
* Hook strnlen.c up to the build - the i18n patch uses it.Tim J. Robbins2004-07-021-0/+1
* Update build infrastructure for sort from GNU coreutils 5.2.1.Tim J. Robbins2004-07-024-147/+286
* Remove getopt*.c, we already have compatible getopt_long() in libcAndrey A. Chernov2004-02-171-2/+0
* Upgrade to textutils 2.1 sortAndrey A. Chernov2003-08-303-109/+176
* We HAVE_STPCPY now.David E. O'Brien2002-10-201-2/+2
* Activate new GNU sort from contribAndrey A. Chernov2002-06-0819-4468/+1299
* Get decimal point from localeAndrey A. Chernov2002-04-081-0/+41
* Revive GNU sortAndrey A. Chernov2002-04-0817-0/+4482
* Boot this into the Attic. We now have (Net)BSD sort.Mark Murray2002-03-2917-4461/+0
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+1
* Create temporary filenames securely, don't just number them sequentially.Kris Kennaway2000-11-111-9/+11
* Make style match the surrounding style. Use memset() instead of bzero()Brian Feldman2000-07-311-1/+1
* Fix a bug in keyed sorting due to malloc abuse.Kris Kennaway2000-07-311-0/+3
* Use braces to avoid potentially ambiguous else clause.Warner Losh1999-04-251-1/+1
* use minimum length for strcoll tooAndrey A. Chernov1999-02-141-4/+19
* remove collating optimization - not work with substituted charactersAndrey A. Chernov1999-02-131-37/+2
* use strcoll() where it is easy to sort german ss and similar properlyAndrey A. Chernov1999-02-131-21/+7
* Open temporary files with O_EXCL.Guido van Rooij1998-03-061-1/+1
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov1997-10-231-16/+16
* Uncomment static from collate_range_cmp, no more in locale.hAndrey A. Chernov1996-10-311-1/+1
* Replace collate_range_cmp call by its code (GNU version)Andrey A. Chernov1996-10-311-0/+16
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-25/+1
* Increase performance using pre-calculated collate tableAndrey A. Chernov1996-06-101-15/+42
* Follow alphabetical order more closely, now ISO8859-1 charactersAndrey A. Chernov1996-06-091-1/+14
* Compare 8bit alpha characters alphabetically using strcoll()Andrey A. Chernov1996-06-091-4/+66
* Merged in FreeBSD changes.Nate Williams1996-02-1211-648/+905
* This commit was generated by cvs2svn to compensate for changes in r14049,Nate Williams1996-02-124-0/+230
|\
| * Sort from GNU textutils 1.14vendor/misc-GNU/miscNate Williams1996-02-1215-0/+4046
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-282-17/+25
* Fix compilation warnings.Paul Traina1995-08-231-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Changed a SORT 1L to a SORT 1.Andreas Schulz1994-12-111-1/+1
* Punt duplicate declaration of sys_errlist[].Jordan K. Hubbard1994-08-091-1/+0
* Removed some extra cruft from the man page to make it look more 'BSD'ishNate Williams1993-11-081-1/+1
* Updated to GNU textutils 1.9Nate Williams1993-11-0812-14/+1306
* #ifdef out an unecessary function prototype that conflicted with theNate Williams1993-07-061-0/+2
* GNU Textutils-1.6Nate Williams1993-06-296-0/+2608