summaryrefslogtreecommitdiff
path: root/locale.c
Commit message (Expand)AuthorAgeFilesLines
* s/safefree()/Safefree() in a few placesDavid Mitchell2019-04-171-2/+2
* fix leak when $LANG unsetDavid Mitchell2019-04-161-11/+8
* fix locale leaks on utf8 stringsDavid Mitchell2019-04-161-0/+2
* fix locale.c under -DPERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-04-021-0/+1
* perlapi: Add weasel word to make stmt accurateKarl Williamson2019-03-271-1/+1
* PATCH: [perl #133959] Free BSD broken testsKarl Williamson2019-03-271-1/+1
* locale.c: White-space, comment onlyKarl Williamson2019-03-211-45/+60
* locale.c: Don't try to recreate the LC_ALL C localeKarl Williamson2019-03-211-0/+23
* Add, improve some debugging stmts for -DL (locales)Karl Williamson2019-03-211-1/+5
* Properly handle systems with crippled localesKarl Williamson2019-03-041-2/+5
* locale.c: Tighten turkish locale tests on C99 platformsKarl Williamson2019-03-041-0/+12
* locale.c: Fix grammar in commentKarl Williamson2019-03-041-1/+1
* PERL_GLOBAL_STRUCT_PRIVATE: fix some const stringsDavid Mitchell2019-02-191-1/+1
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+2
* locale.c: Fix compilation errorKarl Williamson2019-02-061-4/+3
* locale.c: Add detection of Turkic UTF-8 localesKarl Williamson2019-02-051-1/+24
* Add variable for if the current UTF-8 locale is TurkicKarl Williamson2019-02-051-0/+2
* locale.c: Failure to build if not allowing LC_COLLATEKarl Williamson2018-11-291-1/+1
* locale.c: Don't use numeric unless LC_NUMERICKarl Williamson2018-11-291-0/+4
* locale.c: Fix wrong scope of #if'sKarl Williamson2018-11-291-2/+5
* Rename local variable to prevent confusion with globalJames E Keenan2018-11-261-3/+3
* use a buffer for is_cur_LC_category_utf8Nicolas R2018-09-271-5/+17
* locale.c: Fix conditional compilationFrancois Perrad2018-07-161-2/+3
* Fix to compile under -DNO_LOCALEKarl Williamson2018-07-011-20/+53
* locale.c: Reorder some debugging statementsKarl Williamson2018-04-181-12/+14
* locale.c: Really silence compiler warningKarl Williamson2018-03-211-1/+1
* locale.c: Add detail to debugging statementKarl Williamson2018-03-191-1/+1
* locale.c: Fix memory leakKarl Williamson2018-03-191-50/+56
* locale.c: Clarify warning messageKarl Williamson2018-03-161-4/+8
* locale.c: Handle and edge caseKarl Williamson2018-03-161-1/+11
* locale.c: Silence Win32 compiler warningKarl Williamson2018-03-141-2/+2
* locale.c: Add savepv() to setlocale() returnsKarl Williamson2018-03-131-7/+14
* perlapi/Perl_setlocale: ClarifyKarl Williamson2018-03-121-3/+3
* Fix comments/pod for LC_NUMERIC not always CKarl Williamson2018-03-121-12/+18
* Don't use duplocale() unless is presentKarl Williamson2018-03-121-2/+5
* locale.c: Reduce too-large indentKarl Williamson2018-03-121-1/+1
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-121-8/+170
* Don't create locale object unless threadedKarl Williamson2018-03-121-12/+24
* Langinfo: Implement CODESET on WindowsKarl Williamson2018-03-121-8/+66
* perlapi: Clarifications to Perl_langinfoKarl Williamson2018-03-121-2/+8
* Actually make I18N::Langinfo avail on all platformsKarl Williamson2018-03-121-63/+5
* Change enum names for new locale function parametersKarl Williamson2018-03-121-91/+82
* locale.c: Add missing STATICKarl Williamson2018-03-081-1/+1
* locale.c: Fix bug in parsing a localeKarl Williamson2018-03-031-6/+11
* locale.c: Check return codeKarl Williamson2018-03-031-2/+9
* locale.c: Replace an 'if' by an assertKarl Williamson2018-03-031-4/+4
* locale.c: Increase debug buffer sizeKarl Williamson2018-03-031-1/+1
* locale.c: Rmv spurious SafefreeKarl Williamson2018-03-031-1/+0
* locale.c: Remove redundant SAVE_ERRNOKarl Williamson2018-03-031-1/+0
* Reword warning for deviations from UTF-8 localesKarl Williamson2018-03-021-3/+2