summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* First appeared in 5.0, not in 4.4ache2001-09-171-1/+1
* mdoc(7) police:ru2001-08-071-3/+4
* Remove whitespace at EOL.dd2001-07-1510-34/+34
* mdoc(7) police: fixed bugs in rev. 1.19, split section headers names.ru2001-07-041-5/+5
* Return "" if reallocf() failsache2001-06-251-1/+2
* Describe success return valueache2001-06-251-0/+6
* Add transition period hack allowing old locale names return proper codeset tooache2001-06-251-4/+31
* Handle "ASCII" and "US-ASCII" aliasesache2001-06-101-1/+2
* add nl_langinfo(3)phantom2001-05-031-2/+2
* Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-currentphantom2001-05-031-25/+0
* add manpage for nl_langinfo(3)phantom2001-05-031-0/+90
* Include <unistd.h> so that read(2) and write(2) don't cause warnings.deischen2001-04-101-1/+2
* mdoc(7) police: LIBRARY should be before SYNOPSIS.ru2001-03-291-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* Implement D_MD_ORDER (local extension) to get month/day order from localeache2001-03-191-0/+3
* Use our standard .c rcsid format.obrien2001-03-051-1/+2
* Fix copyright breakage in rev 1.2.obrien2001-03-051-0/+7
* Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX forache2001-03-031-1/+1
* Actually implement T_FMT_AMPMache2001-03-021-1/+1
* Removed duplicate $FreeBSD$.ru2001-03-021-2/+0
* Fix setlocale() to conform to the ISO C and POSIX standards.ru2001-03-021-2/+2
* s/fstat/_fstat/deischen2001-03-011-1/+1
* .St -ansiC -> .St -isoCru2001-02-2617-17/+17
* Fix visibility of empty variable -- it should be static.phantom2001-02-241-1/+1
* cleanup commentariesphantom2001-02-191-10/+14
* Deal properly with "0"ache2001-02-191-1/+5
* CRNCYSTR: determine '.' tooache2001-02-171-9/+15
* Implement CRNCYSTRache2001-02-171-3/+20
* Return {YES,NO}STR from localeache2001-02-131-2/+2
* catch up to __part_load_locale() interface changephantom2001-02-133-18/+13
* add additional function parameter: bufsize_min. it's possiblephantom2001-02-132-4/+7
* Make comparsions more clear (per style(9))phantom2001-02-123-4/+4
* Assume that "" passed as parameter also means "no grouping"phantom2001-02-121-3/+4
* o Fix build of libc broken in revision 1.2. offsetof() requires therwatson2001-02-121-0/+2
* Don't use hardcoded struct size, use offsetof() instead (make size calculationsphantom2001-02-111-5/+7
* Don't try to convert grouping strings in case if C or POSIX localephantom2001-02-112-2/+2
* make it possible to specify grouping number from range 0..CHAR_MAX,phantom2001-02-101-3/+9
* Use "namespace.h" and "un-namespace.h"phantom2001-02-101-0/+2
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,phantom2001-02-105-15/+84
* As temporary workaround for missing *grouping fields parser always return "noache2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outache2001-02-103-7/+7
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)ache2001-02-103-3/+7
* Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,ache2001-02-102-4/+2
* NOTE: according to SUSV2 and other implementations, numeric elements inache2001-02-102-4/+8
* Implement CODESETache2001-02-091-3/+12
* Back out attempt to implement CRNCYSTR - require additional prefixes accordingache2001-02-091-1/+4
* Explicitly mark deprecated entries.ache2001-02-091-12/+9
* add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.cphantom2001-02-081-1/+2
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butphantom2001-02-081-0/+130
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICphantom2001-02-082-79/+65
OpenPOWER on IntegriCloud