Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-09 | fix a couple misleading/wrong signal descriptions in strsignal | Rich Felker | 1 | -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-09 | add realtime signals to strsignal | Rich Felker | 1 | -3/+19 | |
the name format RTnn/RTnnn was chosen to minimized bloat while uniquely identifying the signal. | |||||
2013-07-09 | fix off-by-one array bound in strsignal | Rich Felker | 1 | -1/+1 | |
2011-02-26 | fix missing prototype for strsignal | Rich Felker | 1 | -0/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+98 | |