NetBSD/usr.bin/sort
heas 2a3d05aa4e Do not step over the edge of the buffer (check for '\0'). This just happens
to not lose on i386 because another buffer appears immediately following.
Regress tests all passed.
2004-03-14 21:12:14 +00:00
..
Makefile
append.c fix some cases of use of unitialized variables 2004-02-15 11:52:12 +00:00
fields.c Do not step over the edge of the buffer (check for '\0'). This just happens 2004-03-14 21:12:14 +00:00
files.c fix some cases of use of unitialized variables 2004-02-15 11:52:12 +00:00
fsort.c fix -Wunitialized warnings 2004-02-15 11:54:17 +00:00
fsort.h
init.c insertcol() may insert up to two items to clist, so allocate memory accordingly 2004-02-18 20:44:36 +00:00
msort.c initialize malloc()ated memory 2004-02-17 19:09:36 +00:00
pathnames.h
sort.1
sort.c remove double initialisation of SINGL_FLD & SEP_FLAG 2004-03-14 21:09:30 +00:00
sort.h remove compile-time limit on number of -k options, allocate necessary 2004-02-15 14:22:55 +00:00
tmp.c