Age | Commit message (Expand) | Author |
2006-02-14 | typo in comment; from ray lai | Jason McIntyre |
2005-10-28 | sort is part of posix so document it as such. more importantly list our | David Gwynne |
2005-10-04 | clarify behaviour of -u option; | Jason McIntyre |
2005-10-04 | document that -k may be specified multiple times, | Jason McIntyre |
2005-10-04 | remove ellipsis from -k in usage(); | Jason McIntyre |
2005-10-04 | remove ellipsis following -k in synopsis; my last commit put this | Jason McIntyre |
2005-09-28 | sort options and sync usage(); | Jason McIntyre |
2005-09-27 | add a -z option that allows you to split records on the nul character | David Gwynne |
2005-08-18 | Properly initialize 'end' in seq(), fixing a crash | Jared Yanovich |
2005-04-11 | remove silly optimization which should eventually save | Moritz Jodeit |
2005-04-11 | also handle snprintf returning -1, trivial | Theo de Raadt |
2004-09-14 | match foo[] between files, instead of foo[] in one, and *foo in another | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-03-17 | do not init SINGL_FLD, SEP_FLAG twice; from robert nagy | Michael Shalayeff |
2004-03-15 | only copy extra incomplete crec data if there is any, fixes occasional | Nikolay Sturm |
2003-11-15 | preferred spelling | Ted Unangst |
2003-09-25 | don't run out of bounds. fixes david's crash during regress. | Ted Unangst |
2003-07-14 | - .Cm Fl -> .Fl | Jason McIntyre |
2003-06-26 | protos | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-06 | Rewrite fixit() to use snprintf() and strtol() with bounds and error | Todd C. Miller |
2003-03-31 | Sync positional arguments equivalence's description with reality. | Thierry Deval |
2003-03-30 | Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers. | Todd C. Miller |
2002-11-09 | more SEE ALSO fixes. | Federico G. Schwindt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-10 | Typo. | Aaron Campbell |
2002-01-24 | fix the history refs | Michael Shalayeff |
2002-01-04 | Align the pointers when splitting up a mallocated area. | Artur Grabowski |
2001-11-17 | Repair brain-damaged struct sigaction initialization. | Todd C. Miller |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |
2001-03-20 | Prevent "sort -f /dev/null" from segfaulting. | Todd C. Miller |
2001-02-04 | Bring in some recent fixup's from NetBSD. This allows lines longer than 65522 | Eric Jackson |
2001-01-19 | mark remaining signal races which are difficult to fix, and fix a few partially | Theo de Raadt |
2001-01-12 | moved stests to src/regress/usr.bin/sort which is more appropriate | Todd C. Miller |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-18 | - Section shuffling. | Aaron Campbell |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
2000-01-05 | clarify; suggestions from austin@canuck.com | Paul Janzen |
1999-11-30 | Using mkstemp to create permanent files is possible, but then | Marc Espie |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-06-01 | s/line/record/; phil@athenaeum.jellybaby.net | Aaron Campbell |
1999-05-24 | Dynamically allocate memory for structures whose sizes are based on the | Todd C. Miller |