musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/string/strsignal.c
AgeCommit message (Collapse)AuthorLines
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
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 15:31:16 +0000

AltStyle によって変換されたページ (->オリジナル) /