summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sort
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.3.0_cvscvs2svn2001-04-211-1/+1
| | | | | | | 'RELENG_4_3_0_RELEASE'. This commit was manufactured to restore the state of the 4.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Now that RELENG_4 has the new improved mkstemp() there's no need toKris Kennaway2001-03-051-1/+1
| | | | | | | use so many X's for the tempfile name Notes: svn path=/stable/4/; revision=73674
* MFC: Use secure temporary filesKris Kennaway2000-11-111-9/+11
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=68605
* MFC: Fix a bug in keyed sorting due to malloc abuse.John Baldwin2000-08-171-0/+3
| | | | Notes: svn path=/stable/4/; revision=64762
* 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
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov1997-10-231-14/+14
| | | | Notes: svn path=/head/; revision=30658
* 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-1211-646/+903
| | | | Notes: svn path=/head/; revision=14052
* This commit was generated by cvs2svn to compensate for changes in r14049,Nate Williams1996-02-124-0/+230
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=14050
| * Sort from GNU textutils 1.14vendor/misc-GNU/miscNate Williams1996-02-1215-0/+4046
| | | | Notes: svn path=/vendor/misc-GNU/dist3/; revision=14049
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-282-15/+23
| | | | | | | Fix ctype functions for 8bit charsets Notes: svn path=/head/; revision=11888
* Fix compilation warnings.Paul Traina1995-08-231-1/+1
| | | | Notes: svn path=/head/; revision=10182
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8858
* Changed a SORT 1L to a SORT 1.Andreas Schulz1994-12-111-1/+1
| | | | Notes: svn path=/head/; revision=5047
* Punt duplicate declaration of sys_errlist[].Jordan K. Hubbard1994-08-091-1/+0
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1981
* Removed some extra cruft from the man page to make it look more 'BSD'ishNate Williams1993-11-081-1/+1
| | | | | | | and less 'GNU'ish Notes: svn path=/head/; revision=732
* Updated to GNU textutils 1.9Nate Williams1993-11-0812-14/+1306
| | | | Notes: svn path=/head/; revision=730
* #ifdef out an unecessary function prototype that conflicted with theNate Williams1993-07-061-0/+2
| | | | | | | system prototype. (Needed for gcc1) Notes: svn path=/head/; revision=92
* GNU Textutils-1.6Nate Williams1993-06-296-0/+2608
Notes: svn path=/vendor/misc-GNU/dist2/; revision=57