Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-01 | sort: use noted(NDFLT) in note handler | Russ Cox | 1 | -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. | |||||
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+2 | |
2005-01-18 | bigger chunking | rsc | 1 | -1/+1 | |
2005-01-13 | Many small edits. | rsc | 1 | -1/+1 | |
2003-11-23 | new utilities. | rsc | 1 | -0/+1767 | |
the .C files compile but are renamed to avoid building automatically. |