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