| Age | Commit message (Expand) | Author |
| 2007-02-21 | <ctype.h> is unused. What's still needed is <sys/cdefs.h> (which is | hubertf |
| 2006-10-23 | fix check for field order to allow .0 form in "-k 1.2,1.0" | jdolecek |
| 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 |
| 2006-05-11 | char -> u_char in a couple of places to match other variables. | mrg |
| 2005-06-10 | Init some variables the compiler is complaining about and mark w. XXGCC as it | jmc |
| 2005-06-07 | Initialize a local variable to appease -Wuninitialized. | he |
| 2004-11-03 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-07-23 | Sync usage with man page. From Kouichirou Hiratsuka in PR 26278. | wiz |
| 2004-07-23 | Sort options in SYNOPSIS. From Kouichirou Hiratsuka in PR 26278. | wiz |
| 2004-03-14 | Do not step over the edge of the buffer (check for '\0'). This just happens | heas |
| 2004-03-14 | remove double initialisation of SINGL_FLD & SEP_FLAG | heas |
| 2004-02-18 | insertcol() may insert up to two items to clist, so allocate memory accordingly | jdolecek |
| 2004-02-17 | fix parsing of some +POS -POS variants, as pointed out by sort regression | jdolecek |
| 2004-02-17 | initialize malloc()ated memory | jdolecek |
| 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 | 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 |
| 2004-02-15 | rewrite fixit() to duplicate less code, and comment the contents better; | jdolecek |
| 2004-02-15 | make sure zero is recognized as regular number in number(), and thus sorted | jdolecek |
| 2004-02-15 | g/c redundant setfield() prototype | jdolecek |
| 2004-02-15 | fix -Wunitialized warnings | jdolecek |
| 2004-02-15 | fix some cases of use of unitialized variables | jdolecek |
| 2003-10-18 | KNF (mostly whitespace) | itojun |
| 2003-10-17 | Test the value returned by realloc() rather than anything else. | enami |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-08-07 | add TNF copyright | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-27 | Pa Ar -> Ar. | wiz |
| 2003-04-09 | rename local macro blancmange() to SKIP_BLANKS(), to clarify what | jdolecek |
| 2003-03-20 | this builds with WARNS=2 | jdolecek |
| 2003-03-20 | get rid of one memmove() (not very significant) | jdolecek |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2002-12-25 | make function merge() static in msort.c | jdolecek |
| 2002-12-24 | improve previous slightly - need >= (not just >) in CHECKFSTACK() | jdolecek |
| 2002-12-24 | max_o in struct tempfile needs to be off_t | jdolecek |
| 2002-12-24 | put contents of extern.h directly to sort.h, and g/c extern.h | jdolecek |
| 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 | make sure we don't attempt to write past end of fstack[], error out instead | jdolecek |
| 2002-12-24 | add extern definition for ncols and clist[] to sort.h, eliminate extra | jdolecek |
| 2002-12-24 | move fltab outside main and make it static, eliminate two memset()s | jdolecek |
| 2002-12-23 | simplify a bit (no need for separate 'char *path') | jdolecek |
| 2002-11-27 | Remove the statically initialized "sigaction" structure completely because | tron |