aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/errstr.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-01-04avoid duplicated code.rsc1-19/+6
guarantee that EINTR is "interrupted".
2004-03-25Today's changes.rsc1-1/+2
More changes.
2003-11-23Various additions and fixes.rsc1-0/+13
2003-10-14Move werrstr into errstr, so that if you use werrstrrsc1-0/+12
you have to get this __errfmt instead of the one in libfmt that only does Unix error codes.
2003-09-30Initial revisionrsc1-0/+68