summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort
Commit message (Collapse)AuthorAgeFilesLines
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-2/+0
|
* Upgrade to textutils 2.1 sortache2003-08-303-109/+176
|
* We HAVE_STPCPY now.obrien2002-10-201-2/+2
|
* Activate new GNU sort from contribache2002-06-0819-4468/+1299
|
* Get decimal point from localeache2002-04-081-0/+41
|
* Revive GNU sortache2002-04-0817-0/+4482
|
* Boot this into the Attic. We now have (Net)BSD sort.markm2002-03-2917-4461/+0
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+1
|
* Create temporary filenames securely, don't just number them sequentially.kris2000-11-111-9/+11
| | | | Audited by: eivind, freebsd-audit
* Make style match the surrounding style. Use memset() instead of bzero()green2000-07-311-1/+1
| | | | | | because it's standard (bah, show me a real system without bzero()...) Noted by: bde
* Fix a bug in keyed sorting due to malloc abuse.kris2000-07-311-0/+3
| | | | Submitted by: green
* Use braces to avoid potentially ambiguous else clause.imp1999-04-251-1/+1
| | | | | | main's return type is int not void. Reviewed by: obrien and chuckr
* use minimum length for strcoll tooache1999-02-141-4/+19
|
* remove collating optimization - not work with substituted charactersache1999-02-131-37/+2
|
* use strcoll() where it is easy to sort german ss and similar properlyache1999-02-131-21/+7
|
* Open temporary files with O_EXCL.guido1998-03-061-1/+1
| | | | Obtained from:bugtraq
* Add (unsigned char) cast to ctype macrosache1997-10-231-16/+16
|
* Uncomment static from collate_range_cmp, no more in locale.hache1996-10-311-1/+1
|
* Replace collate_range_cmp call by its code (GNU version)ache1996-10-311-0/+16
|
* Convert to newly aded collate compare functionache1996-08-121-25/+1
|
* Increase performance using pre-calculated collate tableache1996-06-101-15/+42
|
* Follow alphabetical order more closely, now ISO8859-1 charactersache1996-06-091-1/+14
| | | | sorted properly too.
* Compare 8bit alpha characters alphabetically using strcoll()ache1996-06-091-4/+66
|
* Merged in FreeBSD changes.nate1996-02-1211-648/+905
|
* This commit was generated by cvs2svn to compensate for changes in r14049,nate1996-02-124-0/+230
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sort from GNU textutils 1.14nate1996-02-1214-585/+1192
| |
| * This commit was manufactured by cvs2svn to create branch 'gnu'.cvs2svn1993-11-087-0/+1175
| |
* | Add setlocale LC_CTYPEache1995-10-282-17/+25
| | | | | | | | Fix ctype functions for 8bit charsets
* | Fix compilation warnings.pst1995-08-231-1/+1
| |
* | Remove trailing whitespace.rgrimes1995-05-301-1/+1
| |
* | Changed a SORT 1L to a SORT 1.ats1994-12-111-1/+1
| |
* | Punt duplicate declaration of sys_errlist[].jkh1994-08-091-1/+0
| | | | | | | | Submitted by: jkh
* | Removed some extra cruft from the man page to make it look more 'BSD'ishnate1993-11-081-1/+1
| | | | | | | | and less 'GNU'ish
* | Updated to GNU textutils 1.9nate1993-11-0812-14/+1306
| |
* | #ifdef out an unecessary function prototype that conflicted with thenate1993-07-061-0/+2
| | | | | | | | system prototype. (Needed for gcc1)
* | This commit was generated by cvs2svn to compensate for changes in r57,nate1993-06-291-0/+5
|\ \ | |/ |/| | | which included commits to RCS files with non-trunk default branches.
| * GNU Textutils-1.6nate1993-06-291-0/+5
|
* GNU Textutils-1.6nate1993-06-295-0/+2603
OpenPOWER on IntegriCloud