summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort
Commit message (Collapse)AuthorAgeFilesLines
* - Remove GNU sort and the WITH_GNU_SORT knobgabor2012-10-135-1571/+0
|
* - Switch to BSD sort as default sort. GNU sort will still be installed asgabor2012-06-271-1/+1
| | | | | | | | | "gnusort". Most of the BSD sort development work was done by Oleg Moskalenko <oleg.moskalenko@citrix.com>. - GNU grep can be set to default by setting WITH_GNU_GREP. It will cause BSD sort to be installed as "bsdsort". Portbuild tested by: linimon
* - Hook up BSD sort to the build. By default, it will be installed asgabor2012-05-111-0/+11
| | | | | | "bsdsort" and GNU sort will be the default "sort". When WITH_BSD_SORT is set, BSD sort will be the default "sort" and GNU sort will be installed as "gnusort".
* Add strndup(3) prototype to string.h.kib2008-12-081-1/+1
| | | | | | | | | | | This change was erronously ommitted from the r185690, and attempt to simply add the prototype to string.h has revealed that several contributed programs defined local prototypes for strndup(), controlled by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to #define HAVE_STRNDUP 1. Next import of the corresponding program would regenerate config.h, overriding the changes in this commit. No objections from: kan
* Go back to fondling FILE internals.jhb2008-05-051-1/+1
|
* Unbreak build: gnu sort has been configured to grope inside structmarcel2008-05-031-1/+1
| | | | | | | __sFILE. It's opaque now, so add a function that returns the pending output bytes. Pointy hat: jhb
* style.Makefile(5)obrien2007-10-121-2/+2
|
* Update version strings to better reflect reality.tjr2004-08-121-3/+3
|
* Hook xalloc-die.c up to the build.tjr2004-08-121-0/+1
|
* Hook strnlen.c up to the build - the i18n patch uses it.tjr2004-07-021-0/+1
|
* Update build infrastructure for sort from GNU coreutils 5.2.1.tjr2004-07-024-147/+286
|
* 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