aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sort/sort.c
Commit message (Collapse)AuthorAgeFilesLines
* Activate new GNU sort from contribAndrey A. Chernov2002-06-081-2190/+0
| | | | Notes: svn path=/head/; revision=98047
* Get decimal point from localeAndrey A. Chernov2002-04-081-0/+41
| | | | Notes: svn path=/head/; revision=94243
* Revive GNU sortAndrey A. Chernov2002-04-081-0/+2149
| | | | Notes: svn path=/head/; revision=94208
* Boot this into the Attic. We now have (Net)BSD sort.Mark Murray2002-03-291-2149/+0
| | | | Notes: svn path=/head/; revision=93374
* Create temporary filenames securely, don't just number them sequentially.Kris Kennaway2000-11-111-9/+11
| | | | | | | Audited by: eivind, freebsd-audit Notes: svn path=/head/; revision=68594
* Make style match the surrounding style. Use memset() instead of bzero()Brian Feldman2000-07-311-1/+1
| | | | | | | | | because it's standard (bah, show me a real system without bzero()...) Noted by: bde Notes: svn path=/head/; revision=64074
* Fix a bug in keyed sorting due to malloc abuse.Kris Kennaway2000-07-311-0/+3
| | | | | | | Submitted by: green Notes: svn path=/head/; revision=64072
* Use braces to avoid potentially ambiguous else clause.Warner Losh1999-04-251-1/+1
| | | | | | | | | main's return type is int not void. Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46077
* use minimum length for strcoll tooAndrey A. Chernov1999-02-141-4/+19
| | | | Notes: svn path=/head/; revision=43988
* remove collating optimization - not work with substituted charactersAndrey A. Chernov1999-02-131-37/+2
| | | | Notes: svn path=/head/; revision=43969
* use strcoll() where it is easy to sort german ss and similar properlyAndrey A. Chernov1999-02-131-21/+7
| | | | Notes: svn path=/head/; revision=43966
* Open temporary files with O_EXCL.Guido van Rooij1998-03-061-1/+1
| | | | | | | Obtained from:bugtraq Notes: svn path=/head/; revision=34136
* Uncomment static from collate_range_cmp, no more in locale.hAndrey A. Chernov1996-10-311-1/+1
| | | | Notes: svn path=/head/; revision=19290
* Replace collate_range_cmp call by its code (GNU version)Andrey A. Chernov1996-10-311-0/+16
| | | | Notes: svn path=/head/; revision=19283
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-25/+1
| | | | Notes: svn path=/head/; revision=17555
* Increase performance using pre-calculated collate tableAndrey A. Chernov1996-06-101-15/+42
| | | | Notes: svn path=/head/; revision=16272
* Follow alphabetical order more closely, now ISO8859-1 charactersAndrey A. Chernov1996-06-091-1/+14
| | | | | | | sorted properly too. Notes: svn path=/head/; revision=16261
* Compare 8bit alpha characters alphabetically using strcoll()Andrey A. Chernov1996-06-091-4/+66
| | | | Notes: svn path=/head/; revision=16257
* Merged in FreeBSD changes.Nate Williams1996-02-121-373/+622
| | | | Notes: svn path=/head/; revision=14052
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-281-0/+6
| | | | | | | Fix ctype functions for 8bit charsets Notes: svn path=/head/; revision=11888
* Updated to GNU textutils 1.9Nate Williams1993-11-081-8/+63
| | | | Notes: svn path=/head/; revision=730
* GNU Textutils-1.6Nate Williams1993-06-291-0/+1774
Notes: svn path=/vendor/misc-GNU/dist2/; revision=57