This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-CoreList for 5.20.2
[perl5.git] / locale.c
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-13 Karl Williamsonlocale.c: Add comment; move #if
2015-01-13 Karl WilliamsonMove unlikely executed macro to function
2015-01-13 Karl Williamsonlocale.c: Fix memory leak.
2014-12-30 Karl WilliamsonFix breakage of 780fcc9
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-11 Karl WilliamsonStop errorneous warnings for C locale
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
2014-11-19 Karl Williamsonlocale.c: Account for setlocale using static storage
2014-11-14 Karl WilliamsonReinstate "Raise warnings for poorly supported locales"
2014-11-05 Karl WilliamsonRevert "Raise warnings for poorly supported locales"
2014-11-04 Karl WilliamsonRaise warnings for poorly supported locales
2014-10-26 Lukas Maifix type incompatibilities between format strings/args
2014-10-21 Karl WilliamsonEBCDIC doesn't have real UTF-8 locales.
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-14 Karl WilliamsonAdd sync_locale()
2014-08-13 Karl Williamsonlocale.c: Clarify comment
2014-08-13 Karl Williamsonlocale.c: Use PERL_UNUSED_RESULT
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-07-12 Karl Williamsonlocale.c: Improve some comments
2014-07-12 Karl Williamsonlocale.c: Fix some unused code for potential future use
2014-07-12 Karl Williamsonlocale.c: Add new heuristic for finding if locale is...
2014-07-12 Karl Williamsonlocale.c: White-space only
2014-07-12 Karl Williamsonlocale.c: Refactor UTF8ness of currency symbol code
2014-07-12 Karl Williamsonlocale.c: Use ptr's value before freeing it, not after
2014-07-12 Karl Williamsonlocale.c: Use safer code practice
2014-07-12 Karl Williamsonlocale.c: Skip compiling fallback code on modern platforms
2014-07-12 Karl Williamsonlocale.c: name should be last resort when deciding...
2014-07-12 Karl Williamsonlocale.c: Prepare for rearrangement of code blocks
2014-07-10 Karl Williamsonlocale.c: Fix misplaced parenthesis
2014-07-09 Karl Williamsonlocale.c: White-space only
2014-07-09 Karl Williamsonlocale.c: Remove conditionals.
2014-07-09 Karl Williamsonlocale.c: Keep better track of C/non-C locale
2014-07-09 Karl Williamsonlocale.c: Make a common idiom into a macro
2014-07-03 Jarkko HietaniemiAvoid unused warnings from locale-less systems.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-13 Jarkko HietaniemiPut back an #if-0-ed chunk 7053d92 removed.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-07 Karl Williamsonlocale.c: Fix uncomplemented 'if' test
2014-06-07 David Mitchellfix locale.c under -DPERL_GLOBAL_STRUCT
2014-06-05 Karl WilliamsonUse C locale for "$!" ouside 'use locale' scope
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl WilliamsonAllow dynamic lock of LC_NUMERIC
2014-06-05 Karl WilliamsonFix up LC_NUMERIC wrap macros
2014-06-05 Karl WilliamsonKeep LC_NUMERIC in C locale, except for brief periods
2014-06-05 Karl WilliamsonSet utf8 flag properly in localeconv
2014-05-29 Jarkko HietaniemiUse system default locale only if there is one.
2014-05-28 Jarkko HietaniemiLeaked string in failure path.
2014-05-28 Jarkko Hietaniemig++ cleanups.
2014-04-28 Jarkko HietaniemiFix for Coverity perl5 CID 45366: Use after free (USE_A...
2014-02-19 Karl Williamsonlocale.c: Change 'and' to '&&'
2014-02-19 Karl Williamsonlocale.c: Another POSIX emulation fix on Windows
2014-02-19 Karl Williamson.locale.c: Better emulate POSIX locale setting on Windows
2014-02-18 Karl Williamsonlocale.c: Fix initialization compile error for HP
2014-02-17 Karl Williamsonlocale.c: Remove vars unused on some platforms
2014-02-17 Karl Williamsonlocale.c: Handle case where LC_ALL isn't "all"
2014-02-15 Karl WilliamsonMake sure LC_MONETARY is initialized
2014-02-15 Karl WilliamsonInitialize LC_MESSAGES at start-up
2014-02-15 Karl Williamsonlocale.c: White-space, useless brace removal only
2014-02-15 Karl WilliamsonImprove fallback during locale initialization
2014-02-15 Karl Williamsonlocale.c: Add, move some comments, and a declaration
2014-02-15 Karl WilliamsonEmulate POSIX locale setting on Windows
2014-02-12 Karl Williamsonregexec.c, locale.c: Silence some compiler warnings
2014-02-04 Karl WilliamsonAdd -DL option to trace setlocale calls
2014-01-30 Karl Williamsonlocale.c: Fix failure to find UTF-8 locales
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-23 Karl Williamsonlocale.c: Silence Win32 compiler warning.
2014-01-22 Karl Williamsonlocale.c: White-space only
2014-01-22 Karl Williamsonlocale.c: Find utf8-8 locales reliably on C99 platforms
2014-01-04 Karl Williamsonlocale.c: Avoid writing libc static storage
2014-01-04 Karl Williamsonlocale.c: Add comments
2014-01-04 Karl Williamsonlocale.c: White-space only
2014-01-04 Karl Williamsonlocale.c: Always set state variables for a new locale
2013-12-03 Karl WilliamsonFix broken locale case-insensitive matching
2013-11-29 David Mitchellfix -Wsign-compare in core
2013-08-23 Karl WilliamsonPATCH: [perl #119443] Blead won't compile on wince
2013-08-12 Karl Williamsonlocale.c: Rmv unused variable
2013-08-12 Karl WilliamsonAssume UTF-8 locale if that string occurs anywhere...
2013-07-19 Karl Williamsonlocale.c: Add missing STATIC to fcn decl
2013-07-10 Karl WilliamsonPATCH: [perl #38193] embedded perl always calls setloca...
2013-07-07 Karl WilliamsonPATCH: [perl #118197] Cope with non-ASCII decimal separ...
2013-07-06 Karl Williamsonlocale.c: Further checks for utf8ness of a locale
2013-07-06 Karl Williamsonlocale.c: Extract out, fix, expand fcn to see if a...
2013-07-06 Karl Williamsonlocale.c: Compare apples to apples
2013-07-06 Karl Williamsonperl.h, locale.c: White space only
2013-07-06 Karl Williamsonlocale.c: Add comments
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-09-15 Nicholas ClarkDon't #include headers already included by perl.h
2011-09-09 Nicholas ClarkWhen probing strxfrm, consider a consistent return...
2011-09-09 Nicholas ClarkProvide more information in the message for "strxfrm...
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-06-05 Karl WilliamsonChange name of ibcmp to foldEQ
2009-08-27 Vincent Pitdelimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-04-26 Devin Heitmuellerstrxfrm() returns a size_t, not a ssize_t. See:
next