summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciessjg2013-03-111-0/+1
* Updated dependenciessjg2013-02-161-2/+0
* Sync with HEAD.obrien2013-02-082-46/+28
|\
| * - Remove forgotten commented out debug codegabor2013-01-271-15/+0
| * - Simplify and unify diagnostic and error message handlinggabor2013-01-271-12/+8
| * - Change the memory heuristics to an actually working onegabor2012-12-201-19/+15
| * - Use unsigned int for values obtained with sysctlbyname(). This fixesgabor2012-12-172-4/+9
* | Updated/new Makefile.dependsjg2012-11-081-1/+0
| |
| \
| \
| \
| \
| \
*-----. \ Sync from headsjg2012-11-0411-115/+109
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | - Portability changes for ARMgabor2012-11-019-70/+74
| * | | | More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
| * | | | Remove WARNS=6 lines.ed2012-10-181-2/+0
| * | | | - Remove GNU sort and the WITH_GNU_SORT knobgabor2012-10-131-8/+0
| * | | | Remove trailing whitespace.joel2012-09-091-2/+2
| |/ / /
| * | | - Change --nthreads parameter to --parallel for GNU compatibilitygabor2012-07-045-13/+21
| * | | - Switch to BSD sort as default sort. GNU sort will still be installed asgabor2012-06-271-1/+1
| * | | - Disable threaded sort by defaultgabor2012-06-271-2/+2
| |/ /
| * | - Remove the UNUSED_ARG macro and use __unused in argument listsgabor2012-06-082-17/+9
| * | In usr.bin/sort, use another method of silencing warnings about unuseddim2012-06-081-1/+1
| |/
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
|/
* mdoc: sort sections into conventional order.joel2012-05-261-21/+21
* - Only use multi-threading for large filesgabor2012-05-257-23/+90
* - Fix -o option that was broken by my clang compile fixgabor2012-05-171-3/+2
* - Eliminate initializations if global variables. Compilers are notgabor2012-05-145-17/+17
* - Update catalogsgabor2012-05-142-6/+18
* - Fix build with clanggabor2012-05-142-22/+19
* Add a BSD-licensed sort rewrite that was started by me and later completedgabor2012-05-1118-0/+7795
* Remove it in favour of GNU sortache2002-04-081-11/+0
* Use the new features of cdefs.h.obrien2002-04-061-1/+1
* Fix style.obrien2002-04-062-7/+2
* Remove old sort files to _actually_ build it from contrib sourcesache2002-04-0613-3384/+0
* Build a working version of sort(1) from contrib. Use netbsd.h as a hackdes2002-04-062-2/+11
* style(9) cosmetique of my changesache2002-04-061-18/+18
* Add note about double-character letters like "ss" into BUGS sectionache2002-04-051-0/+3
* Cast ctype macros char arg to u_char to prevent sign extensionache2002-04-041-6/+6
* For -n use decimal point from localeache2002-04-041-1/+5
* Remove __Pache2002-04-047-52/+49
* Implement collating sortache2002-04-041-9/+29
* Fix to handle REC_D > 127 and fold case sorting of high lettersache2002-04-031-33/+132
* Uncomment now implemented part of -d descriptionache2002-03-311-2/+2
* Remove \n from __COPYRIGHT to shut assembler warningache2002-03-311-1/+1
* Remove double SINGL_FLD and SEP_FLAG initializationache2002-03-271-1/+0
* Fix the case when high letters becomes missing from fold tablesache2002-03-251-4/+9
* Fix the case when record separator is 'Z' letterache2002-03-251-2/+6
* Remove double REC_D assignmentache2002-03-251-2/+2
* Make this compile on FreeBSD. Sort out VCS tags, fix warnings.markm2002-03-2410-21/+502
* Null one-line entry to resurrect this from the Attic. The real commitmarkm2002-03-221-0/+1
* This commit was generated by cvs2svn to compensate for changes in r92948,markm2002-03-2213-0/+2778
|\
| * Vendor import NETBSD's sort(1). This will be a replacement formarkm2002-03-2214-159/+3068
* | kill the undeadpeter1997-07-131-310/+0
|/
OpenPOWER on IntegriCloud