| Age | Commit message (Expand) | Author |
| 2017-01-10 | refactor includes, add <sys/stat.h> | christos |
| 2016-06-01 | Sort options and their descriptions. Sync usage more with man page. | wiz |
| 2016-06-01 | Add the posix -C option (-c but quieter). Fix -R to work properly when | kre |
| 2011-09-16 | Use __dead | joerg |
| 2010-12-18 | Add an 'l' style for sorting that sorts by the string length of the field. | christos |
| 2010-06-05 | fixit() needs to know the getopt options list to do its thing correctly. | dholland |
| 2010-02-05 | Don't touch past the end of allocated region. It results segmentation | enami |
| 2009-11-06 | Retire __SCCSID. It has only archeological value now. Also retire lint | joerg |
| 2009-09-26 | Move all the fopen() calls out of the record read routines into the callers. | dsl |
| 2009-09-10 | Save length of key instead of relying of the weight of the record sep. | dsl |
| 2009-09-05 | Include a local copy of the sradixsort() code from libc. | dsl |
| 2009-08-22 | Put radixsort() and sradixsort() the correct way around. | dsl |
| 2009-08-22 | Rework the way sort generates sort keys: | dsl |
| 2009-08-20 | Delete more unwanted/unused cruft. | dsl |
| 2009-08-18 | The code that attempted to sort large files by sorting each chunk by the | dsl |
| 2009-08-15 | Ansify. | dsl |
| 2009-04-13 | Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) | lukem |
| 2008-11-08 | Make -R accept numeric arguments so one can say -R '\0' to be used in | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2006-10-23 | when using -o into file which already exists, copy the permissions | jdolecek |
| 2006-10-23 | replace access(2) + /dev/ prefix check with lstat(2) and S_ISCHR()/S_ISBLK() | jdolecek |
| 2006-10-23 | use F_OK instead of 0 for second parameter of access(2) | jdolecek |
| 2004-07-23 | Sync usage with man page. From Kouichirou Hiratsuka in PR 26278. | wiz |
| 2004-03-14 | remove double initialisation of SINGL_FLD & SEP_FLAG | heas |
| 2004-02-17 | ftpos pointer was not updated when fldtab was reallocated; drop completely | jdolecek |
| 2004-02-17 | fldtab[] needs to have one extra element - this marks end of array | jdolecek |
| 2004-02-17 | use safer realloc idiom | itojun |
| 2004-02-17 | initialize fldtab | itojun |
| 2004-02-15 | remove compile-time limit on number of -k options, allocate necessary | jdolecek |
| 2003-08-07 | add TNF copyright | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-12-24 | g/c many_files(), too | jdolecek |
| 2002-12-24 | bump 'soft' limit for number of files to hard limit on startup; we | jdolecek |
| 2002-12-24 | move fltab outside main and make it static, eliminate two memset()s | jdolecek |
| 2002-11-27 | Remove the statically initialized "sigaction" structure completely because | tron |
| 2002-11-27 | Add braces in a statically initialized "sigaction" structure to fix a | tron |
| 2001-05-14 | disable the code which maxes nofiles limit, it should not be normally | jdolecek |
| 2001-04-30 | XXX | ross |
| 2001-02-22 | - use MAXPATHLEN (1024) instead of _POSIX_PATH_MAX (255) for the temporary | christos |
| 2001-02-21 | Fix problem when using sort >> foo | christos |
| 2001-02-19 | full -T support | jdolecek |
| 2001-02-19 | resurrect old ftmp() - it supports alternative directory for temporary | jdolecek |
| 2001-02-07 | use -R instead of -w, since that's what OpenBSD is using and there is no reason | jdolecek |
| 2001-02-07 | Since -T is used to select directory for temporary files in other sort | jdolecek |
| 2001-02-07 | use errx(), not err() within section for '-t' flag | jdolecek |
| 2001-01-13 | And make usage() test for NULL explicitly.. | soren |
| 2001-01-13 | usage() expects a NULL when there is no specific error message. | soren |
| 2001-01-13 | save couple of cycles and bytes by static initialization of sigaction act | jdolecek |
| 2001-01-12 | alltable[], itable[], dtable[] were moved to init.c, g/c from sort.[ch] | jdolecek |