Age | Commit message (Expand) | Author |
2012-12-21 | the gcc bug seems to have been fixed... | Theo de Raadt |
2012-10-30 | fdopen(3) return a FILE * not an int, so compare against NULL. | Gleydson Soares |
2012-09-10 | The gcc-sh-register-allocator bug may never be fixed. When we move to | Theo de Raadt |
2011-01-01 | Stop enterfield() from writing beyond the end of the buffer. | Mark Kettenis |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-06-28 | move -H and -s to their own little section, since they did not belong in | Jason McIntyre |
2010-06-11 | various fixes from Daniel Dickman: | Jason McIntyre |
2010-05-27 | "Pa Ar" produces wonky output, and makes no sense; | Jason McIntyre |
2009-12-22 | implement -C (silent -c), required by POSIX.1-2008; | Ingo Schwarze |
2009-10-28 | Don't catch a signal if we inherited it as ignored. Instigated by | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-11-20 | KNF; only white space changes | Otto Moerbeek |
2008-10-01 | -s not specified by posix; from Daniel Dickman | Jason McIntyre |
2008-03-19 | Get rid of a useless variable. | Matthias Kilian |
2008-02-22 | Fix the processing of numbers containing zeroes in -n (numeric) | Todd C. Miller |
2007-09-01 | Use an int, not a size_t, to store the return value of snprintf(). | Matthias Kilian |
2007-08-22 | sort usage(); | Jason McIntyre |
2007-08-21 | Fix up the -s description, with help from tom@ | Todd C. Miller |
2007-08-21 | Add a -s option to make the radix sort be a stable sort. Based on | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-04-02 | The scanf(3) family of functions can return EOF (-1) if an input | Moritz Jodeit |
2007-03-13 | Work around gcc optimization bug on sh (landisk). From otto@ | Todd C. Miller |
2007-03-13 | Use separate buffers in fsort.c and msort.c. Fixes a problem with | Todd C. Miller |
2007-03-11 | some bug (in sort? or compiler) gets hit too late in the release cycle. | Theo de Raadt |
2007-03-07 | Use separate buffers in fsort.c and msort.c. Fixes a problem with | Todd C. Miller |
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai |
2006-11-16 | Fix undefined behavior (var = ++var). | Ray Lai |
2006-10-29 | Remove useless code that can cause a SEGV if a buffer is realloc()ed. | Todd C. Miller |
2006-10-28 | revert previous change; causes segfault when called from | Christian Weisgerber |
2006-10-18 | Remove useless code that can cause a SEGV if a buffer is realloc()ed. | Todd C. Miller |
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 |