summaryrefslogtreecommitdiff
path: root/locale.c
Commit message (Expand)AuthorAgeFilesLines
* switch_category_locale_to_template: Fix use-after-free under -DLvDagfinn Ilmari Mannsåker2020-03-161-1/+1
* Add thread safety to some environment accessesKarl Williamson2020-03-111-26/+4
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-191-2/+8
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-0/+6
* locale.c: Use proper #ifdef to enable behaviorKarl Williamson2019-11-301-3/+3
* locale.c white space onlyKarl Williamson2019-11-301-2/+2
* PATCH: GH #17081: Workaround glibc bug with LC_MESSAGESKarl Williamson2019-11-301-0/+21
* (perl #133981) fix my stupid mistakeTony Cook2019-09-051-2/+2
* (perl #133981) fix for Win32 setlocale() abortTony Cook2019-09-031-1/+60
* locale.c: Stop Coverity warningKarl Williamson2019-08-061-5/+6
* Fix "it it" typosDagfinn Ilmari Mannsåker2019-07-041-1/+1
* PATCH: [perl #134098] no locales + debugging = no compileKarl Williamson2019-05-241-1/+1
* locale.c: Fix '%s' directive argument is nullKarl Williamson2019-05-241-0/+1
* locale.c: Add some commentsKarl Williamson2019-05-241-4/+7
* locale.c: remove unnecessary castJerome Duval2019-05-241-3/+1
* 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