summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/ldpart.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to locale code to properly use indirect pointers in order to preventjkh2003-06-131-1/+1
| | | | | | | memory leaks (fixes bugs earlier purported to be fixed). Submitted by: Ed Moy <emoy@apple.com> Obtained from: Apple Computer, Inc. MFC after: 2 weeks
* Rewrite locale loading procedures, so any load failure will not affectache2002-08-081-0/+4
| | | | | | | | currently cached data. It allows a number of nice things, like: removing fallback code from single locale loading, remove memory leak when LC_CTYPE data loaded again and again, efficient cache use, not only for setlocale(locale1); setlocale(locale1), but for setlocale(locale1); setlocale("C"); setlocale(locale1) too (i.e. data file loaded only once).
* style(9)'ifyphantom2001-12-201-6/+6
|
* * Add my e-mail to copyrightsphantom2001-12-111-1/+1
| | | | * style(9)'ify
* add additional function parameter: bufsize_min. it's possiblephantom2001-02-131-1/+1
| | | | | | to check two sizes per one function invocation now. Suggested by: ache
* Make FreeBSD locale support complete: add support for rest locale categoriesphantom2001-02-081-0/+35
LC_MONETARY, LC_NUMERIC and LC_MESSAGES. Remove stub functions since they don't need anymore. Reviewed by: silence on -i18n
OpenPOWER on IntegriCloud