Age | Commit message (Collapse) | Author | Lines |
2020年05月21日 | handle possibility that SIGEMT replaces SIGSTKFLT in strsignal | Rich Felker | -0/+10 |
|
presently all archs define SIGSTKFLT but this is not correct. change
strsignal as a prerequisite for fixing that.
|
2014年07月26日 | add support for LC_TIME and LC_MESSAGES translations | Rich Felker | -2/+3 |
|
for LC_MESSAGES, translation of strerror and similar literal message
functions is supported. for messages in other places (particularly the
dynamic linker) that use format strings, translation is not yet
supported. in order to make it possible and safe, such messages will
need to be refactored to separate the textual content from the format.
for LC_TIME, the day and month names and strftime-style format strings
provided by nl_langinfo are supported for translation. however there
may be limitations, as some of the original C-locale nl_langinfo
strings are non-unique and thus perhaps non-suitable as keys.
overall, the locale support activated by this commit should not be
seen as complete and polished but as a basis for beginning to test
locale functionality and implement locales.
|
2013年07月09日 | fix a couple misleading/wrong signal descriptions in strsignal | Rich Felker | -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 | -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 |
|
2011年02月26日 | fix missing prototype for strsignal | Rich Felker | -0/+1 |
|
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+98 |
|