summaryrefslogtreecommitdiff
path: root/lib/libc/locale
AgeCommit message (Expand)Author
2001-10-28remove #if define(lint).yamt
2001-10-20Convert to using standard headers/types for values within here.jmc
2001-10-20Change the magic -3 for the invalid rune tojmc
2001-10-09- mblen and mbtowc shouldn't return -2.yamt
2001-10-02Include string.h to get memset prototype.erh
2001-09-28add a header used by wcstoul/wcstol.yamt
2001-09-28fix type in commentyamt
2001-09-27add wcstod/wcstol/wcstoul.yamt
2001-09-16Remove some boring whitespace and fix a section header.wiz
2001-06-22update commentsyamt
2001-06-21linted.yamt
2001-06-21sync with latest Citrus XPG4DL.yamt
2001-06-06Unbalanced quote in RETURN VALUES section header.uwe
2001-05-26C89/AMD1: mbsrtowcs() and wcsrtombs() are not to return the terminatingkleink
2001-05-26Make sure that we don't free() through an uninitialized pointer in errorkristerw
2001-04-17Need <limits.h> in _CTYPE_PRIVATE environments.kleink
2001-04-14isoC -> isoC90.kleink
2001-04-01Remove UTF-2. UTF-2 is superceded by UTF-8.tshiozak
2001-04-01Remove UTF-2. UTF-2 is superceded by UTF-8.tshiozak
2001-03-26fix a bit bug. this bug normally causes no problem.tshiozak
2001-03-26support nl_langinfo(CODESET).tshiozak
2001-02-20Note this conforms to ANSI C as well. Fixes standards/12157.jdolecek
2001-02-09Add casts to please lint. Reviewed by christos.wiz
2001-02-06de-lint.christos
2001-01-27Include string.h for mem*() prototypes.tsutsui
2001-01-26Include string.h for memset() prototype.tsutsui
2001-01-25make tags[] and flags[] constjdolecek
2001-01-25(finally!) enable multibyte LC_CTYPE locale support.itojun
2001-01-25split setlocale.c for smaller footprint (do not pull things in too much).itojun
2001-01-22declare (internal) encoding state for 'NONE' encoding, for futureitojun
2001-01-22move __mb_cur_max to dedicated *.o, so that we do not pull initojun
2001-01-21wording in commentitojun
2001-01-21have _CTYPE_SW1 to all isprint() chars. important for future curses multibyteitojun
2001-01-21comment; we do not set digit value (lowermost 8bit) at the momentitojun
2001-01-21check _B (old isprint && !isgraph) when we generate _CTYPE_R (isprint).itojun
2001-01-21workaround for PR 11993. when we read in old locale file,itojun
2001-01-20avoid exposure of libc internal symbols into public header (wctype.h).itojun
2001-01-03sprinkle in _DIAGASSERT() as appropriatelukem
2001-01-02C99: add new parameters int_p_cs_precedes, int_n_cs_precedes,kleink
2000-12-30put _RuneLocale pointer into mbstate_t for better thread safenessitojun
2000-12-30fix shlib function name for a.out caseitojun
2000-12-28sync citrus Id part with citrus repository.itojun
2000-12-28switch locale module API, from s{get,put}rune to wcrtomb/mbrtowc.itojun
2000-12-27re-enable citrus (rune)locale support.itojun
2000-12-26arg mistake to memsetitojun
2000-12-26convert old style LC_CTYPE ctype table into runelocale tableitojun
2000-12-26read in tolower/ctype table. do not mixup toupper/tolower.itojun
2000-12-25byte default, use (non-citrus) singlebyte locale. if we compileitojun
2000-12-25indentationitojun
2000-12-25return _INVALID_RUNE if wchar_t > 0xff, on sgetrune.itojun