| Commit message (Expand) | Author | Age | Files | Lines |
* | locale.c: Add comment; move #if | Karl Williamson | 2015-01-13 | 1 | -3/+6 |
* | Move unlikely executed macro to function | Karl Williamson | 2015-01-13 | 1 | -0/+23 |
* | locale.c: Fix memory leak. | Karl Williamson | 2015-01-13 | 1 | -0/+1 |
* | Fix breakage of 780fcc9 | Karl Williamson | 2014-12-29 | 1 | -2/+7 |
* | Don't raise 'poorly supported' locale warning unnecessarily | Karl Williamson | 2014-12-29 | 1 | -11/+24 |
* | Stop errorneous warnings for C locale | Karl Williamson | 2014-12-11 | 1 | -1/+10 |
* | Change core to use is_invariant_string() | Karl Williamson | 2014-11-26 | 1 | -5/+5 |
* | locale.c: Account for setlocale using static storage | Karl Williamson | 2014-11-19 | 1 | -2/+9 |
* | Reinstate "Raise warnings for poorly supported locales" | Karl Williamson | 2014-11-14 | 1 | -0/+82 |
* | Revert "Raise warnings for poorly supported locales" | Karl Williamson | 2014-11-04 | 1 | -82/+0 |
* | Raise warnings for poorly supported locales | Karl Williamson | 2014-11-04 | 1 | -0/+82 |
* | fix type incompatibilities between format strings/args | Lukas Mai | 2014-10-26 | 1 | -1/+1 |
* | EBCDIC doesn't have real UTF-8 locales. | Karl Williamson | 2014-10-21 | 1 | -0/+3 |
* | Add and use macros for case-insensitive comparison | Karl Williamson | 2014-08-22 | 1 | -2/+2 |
* | Add sync_locale() | Karl Williamson | 2014-08-14 | 1 | -0/+35 |
* | locale.c: Clarify comment | Karl Williamson | 2014-08-13 | 1 | -1/+1 |
* | locale.c: Use PERL_UNUSED_RESULT | Karl Williamson | 2014-08-13 | 1 | -3/+1 |
* | Use grok_atou instead of atoi. | Jarkko Hietaniemi | 2014-07-22 | 1 | -1/+2 |
* | locale.c: Improve some comments | Karl Williamson | 2014-07-12 | 1 | -3/+6 |
* | locale.c: Fix some unused code for potential future use | Karl Williamson | 2014-07-12 | 1 | -33/+46 |
* | locale.c: Add new heuristic for finding if locale is UTF-8 | Karl Williamson | 2014-07-12 | 1 | -1/+93 |
* | locale.c: White-space only | Karl Williamson | 2014-07-12 | 1 | -12/+12 |
* | locale.c: Refactor UTF8ness of currency symbol code | Karl Williamson | 2014-07-12 | 1 | -26/+24 |
* | locale.c: Use ptr's value before freeing it, not after | Karl Williamson | 2014-07-12 | 1 | -1/+1 |
* | locale.c: Use safer code practice | Karl Williamson | 2014-07-12 | 1 | -5/+6 |
* | locale.c: Skip compiling fallback code on modern platforms | Karl Williamson | 2014-07-12 | 1 | -1/+5 |
* | locale.c: name should be last resort when deciding if locale is utf8 | Karl Williamson | 2014-07-12 | 1 | -73/+78 |
* | locale.c: Prepare for rearrangement of code blocks | Karl Williamson | 2014-07-12 | 1 | -7/+6 |
* | locale.c: Fix misplaced parenthesis | Karl Williamson | 2014-07-10 | 1 | -2/+2 |
* | locale.c: White-space only | Karl Williamson | 2014-07-09 | 1 | -8/+9 |
* | locale.c: Remove conditionals. | Karl Williamson | 2014-07-09 | 1 | -11/+10 |
* | locale.c: Keep better track of C/non-C locale | Karl Williamson | 2014-07-09 | 1 | -2/+2 |
* | locale.c: Make a common idiom into a macro | Karl Williamson | 2014-07-09 | 1 | -10/+18 |
* | Avoid unused warnings from locale-less systems. | Jarkko Hietaniemi | 2014-07-03 | 1 | -0/+6 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -11/+0 |
* | Put back an #if-0-ed chunk 7053d92 removed. | Jarkko Hietaniemi | 2014-06-13 | 1 | -0/+75 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -75/+0 |
* | locale.c: Fix uncomplemented 'if' test | Karl Williamson | 2014-06-07 | 1 | -1/+1 |
* | fix locale.c under -DPERL_GLOBAL_STRUCT | David Mitchell | 2014-06-07 | 1 | -0/+1 |
* | Use C locale for "$!" ouside 'use locale' scope | Karl Williamson | 2014-06-05 | 1 | -0/+33 |
* | Add parameters to "use locale" | Karl Williamson | 2014-06-05 | 1 | -0/+21 |
* | Allow dynamic lock of LC_NUMERIC | Karl Williamson | 2014-06-05 | 1 | -3/+6 |
* | Fix up LC_NUMERIC wrap macros | Karl Williamson | 2014-06-05 | 1 | -2/+2 |
* | Keep LC_NUMERIC in C locale, except for brief periods | Karl Williamson | 2014-06-05 | 1 | -0/+6 |
* | Set utf8 flag properly in localeconv | Karl Williamson | 2014-06-05 | 1 | -5/+5 |
* | Use system default locale only if there is one. | Jarkko Hietaniemi | 2014-05-29 | 1 | -4/+13 |
* | Leaked string in failure path. | Jarkko Hietaniemi | 2014-05-28 | 1 | -0/+1 |
* | g++ cleanups. | Jarkko Hietaniemi | 2014-05-28 | 1 | -1/+1 |
* | Fix for Coverity perl5 CID 45366: Use after free (USE_AFTER_FREE) pass_freed_... | Jarkko Hietaniemi | 2014-04-29 | 1 | -2/+2 |
* | locale.c: Change 'and' to '&&' | Karl Williamson | 2014-02-19 | 1 | -6/+6 |