summaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Use our standard .c rcsid format.David E. O'Brien2001-03-051-1/+2
* Fix copyright breakage in rev 1.2.David E. O'Brien2001-03-051-0/+7
* Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX forAndrey A. Chernov2001-03-031-1/+1
* Actually implement T_FMT_AMPMAndrey A. Chernov2001-03-021-1/+1
* Removed duplicate $FreeBSD$.Ruslan Ermilov2001-03-021-2/+0
* Fix setlocale() to conform to the ISO C and POSIX standards.Ruslan Ermilov2001-03-021-2/+2
* s/fstat/_fstat/Daniel Eischen2001-03-011-1/+1
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-2617-17/+17
* Fix visibility of empty variable -- it should be static.Alexey Zelkin2001-02-241-1/+1
* cleanup commentariesAlexey Zelkin2001-02-191-10/+14
* Deal properly with "0"Andrey A. Chernov2001-02-191-1/+5
* CRNCYSTR: determine '.' tooAndrey A. Chernov2001-02-171-9/+15
* Implement CRNCYSTRAndrey A. Chernov2001-02-171-3/+20
* Return {YES,NO}STR from localeAndrey A. Chernov2001-02-131-2/+2
* catch up to __part_load_locale() interface changeAlexey Zelkin2001-02-133-18/+13
* add additional function parameter: bufsize_min. it's possibleAlexey Zelkin2001-02-132-4/+7
* Make comparsions more clear (per style(9))Alexey Zelkin2001-02-123-4/+4
* Assume that "" passed as parameter also means "no grouping"Alexey Zelkin2001-02-121-3/+4
* 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
* Don't try to convert grouping strings in case if C or POSIX localeAlexey Zelkin2001-02-112-2/+2
* make it possible to specify grouping number from range 0..CHAR_MAX,Alexey Zelkin2001-02-101-3/+9
* Use "namespace.h" and "un-namespace.h"Alexey Zelkin2001-02-101-0/+2
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-105-15/+84
* As temporary workaround for missing *grouping fields parser always return "noAndrey A. Chernov2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outAndrey A. Chernov2001-02-103-7/+7
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)Andrey A. Chernov2001-02-103-3/+7
* Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,Andrey A. Chernov2001-02-102-4/+2
* NOTE: according to SUSV2 and other implementations, numeric elements inAndrey A. Chernov2001-02-102-4/+8
* Implement CODESETAndrey A. Chernov2001-02-091-3/+12
* Back out attempt to implement CRNCYSTR - require additional prefixes accordingAndrey A. Chernov2001-02-091-1/+4
* Explicitly mark deprecated entries.Andrey A. Chernov2001-02-091-12/+9
* add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.cAlexey Zelkin2001-02-081-1/+2
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butAlexey Zelkin2001-02-081-0/+130
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICAlexey Zelkin2001-02-082-79/+65
* Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin2001-02-089-54/+637
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-015-6/+6
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-246-6/+11
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-2911-97/+97
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-5/+5
* Disallow '/' characters in LC_* environment variables which mightKris Kennaway2000-09-081-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aWarner Losh2000-09-041-1/+1
* fix commentAndrey A. Chernov2000-07-071-1/+1
* Describe agrument range correctly, according to multibyte(3)Andrey A. Chernov2000-07-032-23/+21
* Megre XPG4 code into libcAndrey A. Chernov2000-06-0310-52/+24
* mdoc related fixes:Alexey Zelkin2000-05-121-19/+22
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-2121-0/+42
* Add comment after localesAndrey A. Chernov2000-04-1212-24/+48
* Better wording according to multibyte(3)Andrey A. Chernov2000-04-1112-24/+96
* Back out valid argument domain change - sneak to this function by error.Andrey A. Chernov2000-03-281-4/+2