| Commit message (Expand) | Author | Age | Files | Lines |
* | gh17824: zero curlocales[] | Hugo van der Sanden | 2021-05-31 | 1 | -0/+3 |
* | locale.c: Use memzero, instead of memset(0) | Karl Williamson | 2021-04-15 | 1 | -1/+1 |
* | locale.c: Clarifying comments | Karl Williamson | 2021-04-15 | 1 | -27/+44 |
* | locale.c: Use %z modifier instead of cast | Karl Williamson | 2021-03-20 | 1 | -2/+2 |
* | locale.c: Add a branch prediction | Karl Williamson | 2021-03-12 | 1 | -1/+1 |
* | locale.c: Silence compiler warning | Karl Williamson | 2021-02-11 | 1 | -0/+5 |
* | locale.c: Remove dead code | Karl Williamson | 2021-02-09 | 1 | -131/+0 |
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 1 | -44/+44 |
* | locale.c: Work around a z/OS limitation/feature | Karl Williamson | 2020-12-12 | 1 | -1/+13 |
* | locale.c: Remove some unnecessary mutex locks | Karl Williamson | 2020-12-08 | 1 | -5/+0 |
* | locale.c: Unlock mutex before croaking | Karl Williamson | 2020-12-08 | 1 | -0/+2 |
* | Name individual locale locks | Karl Williamson | 2020-12-08 | 1 | -17/+15 |
* | Change name of mutex macro. | Karl Williamson | 2020-12-08 | 1 | -7/+7 |
* | locale.c: Add debugging info to panic message | Karl Williamson | 2020-12-08 | 1 | -2/+2 |
* | duplocale() is part of Posix 2008 locales | Karl Williamson | 2020-12-08 | 1 | -4/+2 |
* | locale.c: Fix typo in #ifdef | Karl Williamson | 2020-12-04 | 1 | -1/+1 |
* | locale.c: Move comment to better place | Karl Williamson | 2020-11-26 | 1 | -4/+5 |
* | autodoc.pl: Specify scn for single-purpose files | Karl Williamson | 2020-11-06 | 1 | -3/+0 |
* | Fix typos | Samanta Navarro | 2020-10-03 | 1 | -1/+1 |
* | Reorganize perlapi | Karl Williamson | 2020-09-04 | 1 | -1/+1 |
* | Remove use of dVAR in core | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -5/+0 |
* | Remove PERL_GLOBAL_STRUCT | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -6/+2 |
* | Add z/OS locale categories | Karl Williamson | 2020-07-17 | 1 | -1/+45 |
* | switch_category_locale_to_template: Fix use-after-free under -DLv | Dagfinn Ilmari Mannsåker | 2020-03-16 | 1 | -1/+1 |
* | Add thread safety to some environment accesses | Karl Williamson | 2020-03-11 | 1 | -26/+4 |
* | Fixup POSIX::mbtowc, wctomb | Karl Williamson | 2020-02-19 | 1 | -2/+8 |
* | POSIX::mblen() Make thread-safe; allow shift state control | Karl Williamson | 2020-02-19 | 1 | -0/+6 |
* | locale.c: Use proper #ifdef to enable behavior | Karl Williamson | 2019-11-30 | 1 | -3/+3 |
* | locale.c white space only | Karl Williamson | 2019-11-30 | 1 | -2/+2 |
* | PATCH: GH #17081: Workaround glibc bug with LC_MESSAGES | Karl Williamson | 2019-11-30 | 1 | -0/+21 |
* | (perl #133981) fix my stupid mistake | Tony Cook | 2019-09-05 | 1 | -2/+2 |
* | (perl #133981) fix for Win32 setlocale() abort | Tony Cook | 2019-09-03 | 1 | -1/+60 |
* | locale.c: Stop Coverity warning | Karl Williamson | 2019-08-06 | 1 | -5/+6 |
* | Fix "it it" typos | Dagfinn Ilmari Mannsåker | 2019-07-04 | 1 | -1/+1 |
* | PATCH: [perl #134098] no locales + debugging = no compile | Karl Williamson | 2019-05-24 | 1 | -1/+1 |
* | locale.c: Fix '%s' directive argument is null | Karl Williamson | 2019-05-24 | 1 | -0/+1 |
* | locale.c: Add some comments | Karl Williamson | 2019-05-24 | 1 | -4/+7 |
* | locale.c: remove unnecessary cast | Jerome Duval | 2019-05-24 | 1 | -3/+1 |
* | s/safefree()/Safefree() in a few places | David Mitchell | 2019-04-17 | 1 | -2/+2 |
* | fix leak when $LANG unset | David Mitchell | 2019-04-16 | 1 | -11/+8 |
* | fix locale leaks on utf8 strings | David Mitchell | 2019-04-16 | 1 | -0/+2 |
* | fix locale.c under -DPERL_GLOBAL_STRUCT_PRIVATE | David Mitchell | 2019-04-02 | 1 | -0/+1 |
* | perlapi: Add weasel word to make stmt accurate | Karl Williamson | 2019-03-27 | 1 | -1/+1 |
* | PATCH: [perl #133959] Free BSD broken tests | Karl Williamson | 2019-03-27 | 1 | -1/+1 |
* | locale.c: White-space, comment only | Karl Williamson | 2019-03-21 | 1 | -45/+60 |
* | locale.c: Don't try to recreate the LC_ALL C locale | Karl Williamson | 2019-03-21 | 1 | -0/+23 |
* | Add, improve some debugging stmts for -DL (locales) | Karl Williamson | 2019-03-21 | 1 | -1/+5 |
* | Properly handle systems with crippled locales | Karl Williamson | 2019-03-04 | 1 | -2/+5 |
* | locale.c: Tighten turkish locale tests on C99 platforms | Karl Williamson | 2019-03-04 | 1 | -0/+12 |
* | locale.c: Fix grammar in comment | Karl Williamson | 2019-03-04 | 1 | -1/+1 |