summaryrefslogtreecommitdiff
path: root/src/string/strsignal.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-09fix a couple misleading/wrong signal descriptions in strsignalRich Felker1-2/+2
there are still several more that are misleading, but SIGFPE (integer division error misdescribed as floating point) and and SIGCHLD (possibly non-exit status change events described as exiting) were the worst offenders.
2013-07-09add realtime signals to strsignalRich Felker1-3/+19
the name format RTnn/RTnnn was chosen to minimized bloat while uniquely identifying the signal.
2013-07-09fix off-by-one array bound in strsignalRich Felker1-1/+1
2011-02-26fix missing prototype for strsignalRich Felker1-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+98