aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/errstr.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* avoid duplicated code.rsc2005-01-041-19/+6
| | | | guarantee that EINTR is "interrupted".
* Today's changes.rsc2004-03-251-1/+2
| | | | More changes.
* Various additions and fixes.rsc2003-11-231-0/+13
|
* Move werrstr into errstr, so that if you use werrstrrsc2003-10-141-0/+12
| | | | | you have to get this __errfmt instead of the one in libfmt that only does Unix error codes.
* Initial revisionrsc2003-09-301-0/+68