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_2


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.29   16 years  jmc   convert to new .Dd format;
[TXT] sort.c  1.34   17 years  millert   Use separate buffers in fsort.c and msort.c. Fixes a problem with buffer corrup...
[TXT] sort.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.11   18 years  jmc   typo in comment; from ray lai
[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.18   17 years  millert   Use separate buffers in fsort.c and msort.c. Fixes a problem with buffer corrup...
[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.10   17 years  moritz   The scanf(3) family of functions can return EOF (-1) if an input failure occurs....
[TXT] msort.c (in the Attic) [Hide]  1.20   17 years  millert   Use separate buffers in fsort.c and msort.c. Fixes a problem with buffer corrup...
[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@.