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_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] TEST/        
[TXT] Makefile  1.2   26 years  deraadt   $OpenBSD$
[TXT] sort.1  1.27   18 years  dlg   sort is part of posix so document it as such. more importantly list our extensio...
[TXT] sort.c  1.28   18 years  jmc   remove ellipsis from -k in usage();
[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.12   19 years  deraadt   match foo[] between files, instead of foo[] in one, and *foo in another
[TXT] fsort.h (in the Attic) [Hide]  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] init.c (in the Attic) [Hide]  1.8   19 years  deraadt   also handle snprintf returning -1, trivial
[TXT] msort.c (in the Attic) [Hide]  1.14   19 years  deraadt   ansi; khalek@linuxgamers.net
[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.6   20 years  deraadt   mostly ansi cleanup; pval ok