summaryrefslogtreecommitdiff
path: root/lib/libc/locale/lmessages.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-15/+50
* . style(9)Alexey Zelkin2003-06-261-1/+1
* Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard2003-06-131-1/+1
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-081-11/+12
* Style fixes in preparation of code rewrittingAndrey A. Chernov2002-08-071-4/+4
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Back out recent replacement of LC_MESSAGES file with directory.Alexey Zelkin2001-12-241-1/+1
* Slightly re-work locale messages storage scheme. Before this commitAlexey Zelkin2001-12-211-1/+1
* * Add my e-mail to copyrightsAlexey Zelkin2001-12-111-6/+8
* Fix visibility of empty variable -- it should be static.Alexey Zelkin2001-02-241-1/+1
* catch up to __part_load_locale() interface changeAlexey Zelkin2001-02-131-16/+9
* Make comparsions more clear (per style(9))Alexey Zelkin2001-02-121-2/+2
* o Fix build of libc broken in revision 1.2. offsetof() requires theRobert Watson2001-02-121-0/+2
* Don't use hardcoded struct size, use offsetof() instead (make size calculationsAlexey Zelkin2001-02-111-5/+7
* Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin2001-02-081-0/+90