OpenBSD CVS

src/usr.bin/sort/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / sort

Current tag: OPENBSD_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] TEST/        
[TXT] Makefile  1.3   17 years  millert   Work around gcc optimization bug on sh (landisk). From otto@
[TXT] sort.1  1.31   16 years  millert   Fix up the -s description, with help from tom@
[TXT] sort.c  1.36   16 years  jmc   sort usage();
[TXT] sort.h  1.7   16 years  millert   Add a -s option to make the radix sort be a stable sort. Based on a diff from E...
[TXT] append.c (in the Attic) [Hide]  1.9   19 years  deraadt   ansi; khalek@linuxgamers.net
[TXT] extern.h (in the Attic) [Hide]  1.7   20 years  deraadt   protos
[TXT] fields.c (in the Attic) [Hide]  1.13   16 years  millert   Fix the processing of numbers containing zeroes in -n (numeric) mode. Incororat...
[TXT] files.c (in the Attic) [Hide]  1.12   18 years  jaredy   Properly initialize 'end' in seq(), fixing a crash on input with long lines when...
[TXT] fsort.c (in the Attic) [Hide]  1.19   16 years  millert   Add a -s option to make the radix sort be a stable sort. Based on a diff from E...
[TXT] fsort.h (in the Attic) [Hide]  1.10   17 years  millert   Use separate buffers in fsort.c and msort.c. Fixes a problem with buffer corrup...
[TXT] init.c (in the Attic) [Hide]  1.11   16 years  kili   Use an int, not a size_t, to store the return value of snprintf(). This gives t...
[TXT] msort.c (in the Attic) [Hide]  1.21   16 years  millert   Add a -s option to make the radix sort be a stable sort. Based on a diff from E...
[TXT] pathnames.h (in the Attic) [Hide]  1.2   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tmp.c (in the Attic) [Hide]  1.7   17 years  ray   Don't access buf[strlen(buf) - 1] for zero-length strings. OK jaredy@.