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_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] TEST/        
[TXT] Makefile  1.5   11 years  deraadt   the gcc bug seems to have been fixed... ok miod
[TXT] sort.1  1.39   13 years  jmc   add an EXIT STATUS section for /usr/bin;
[TXT] sort.c  1.40   11 years  gsoares   fdopen(3) return a FILE * not an int, so compare against NULL. no functional cha...
[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...