aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sort/sort.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: use decimal point from localeAndrey A. Chernov2002-04-171-0/+41
* Now that RELENG_4 has the new improved mkstemp() there's no need toKris Kennaway2001-03-051-1/+1
* MFC: Use secure temporary filesKris Kennaway2000-11-111-9/+11
* MFC: Fix a bug in keyed sorting due to malloc abuse.John Baldwin2000-08-171-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
* 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-121-373/+622
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-281-0/+6
* Updated to GNU textutils 1.9Nate Williams1993-11-081-8/+63
* GNU Textutils-1.6Nate Williams1993-06-291-0/+1774