History log of /seL4-test-master/projects/musllibc/src/string/strsignal.c
Revision Date Author Comments
# c5b8f193 26-Jul-2014 Rich Felker <dalias@aerifal.cx>

add support for LC_TIME and LC_MESSAGES translations

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.


# c713d879 09-Jul-2013 Rich Felker <dalias@aerifal.cx>

fix a couple misleading/wrong signal descriptions in strsignal

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.


# c90fa2ac 09-Jul-2013 Rich Felker <dalias@aerifal.cx>

add realtime signals to strsignal

the name format RTnn/RTnnn was chosen to minimized bloat while
uniquely identifying the signal.


# 8599822e 09-Jul-2013 Rich Felker <dalias@aerifal.cx>

fix off-by-one array bound in strsignal


# 2a195dd3 26-Feb-2011 Rich Felker <dalias@aerifal.cx>

fix missing prototype for strsignal


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0