aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sort.c
Commit message (Collapse)AuthorAgeFilesLines
* sort: rename kcmp to keycmpDan Cross2025-07-241-6/+6
| | | | | Fixes: #648 Fixes: #655
* sort: use noted(NDFLT) in note handlerRuss Cox2008-06-011-2/+1
| | | | | | | | | | There are many more random notes flying around here in Unix-land than there were on Plan 9. For example, some shells implement "cat file | sort" with cat as the child of sort, so that when cat exits, sort gets a "sys: child" note. noted(NDFLT) knows which signals aren't really important and can be ignored, and which need to kill the program.
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* bigger chunkingrsc2005-01-181-1/+1
|
* Many small edits.rsc2005-01-131-1/+1
|
* new utilities.rsc2003-11-231-0/+1767
the .C files compile but are renamed to avoid building automatically.