This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Use two spaces after sentences.
[perl5.git] / locale.c
2017-03-17 David Mitchelllocale.c: fix compiler warning
2017-02-14 Karl WilliamsonMake _byte_dump_string() usable in all of core
2017-02-08 Karl Williamsonlocale.c: Use only C89 legal C
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2017-01-10 Karl Williamsonlocale.c: Fix typo in comment
2017-01-10 Karl Williamsonlocale.c: -DL shouldn't affect other things
2016-12-24 Karl WilliamsonConvert some calls to test for malformations
2016-12-14 Karl Williamsonlocale.c: Silence compiler warning
2016-11-29 Karl WilliamsonChange name of PL_ variable
2016-11-29 Karl WilliamsonPATCH: [perl #129953] lib/locale.t failures on FREEBSD
2016-11-29 Karl Williamsonlocale.c: Add some comments
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-11 Karl Williamsonlocale.c: Add missing STATIC
2016-10-26 Karl Williamsonlocale.c: Silence compiler warning
2016-10-26 Karl Williamsonlocale.c: Use meaningful initialization msg
2016-10-26 Karl Williamsonlocale.c: Output warning if debugging and 'no warnings'
2016-10-19 Yves Ortonlocale.c: use new SvPVCLEAR and constant string friendl...
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-08-25 Karl Williamsonlocale.c: Use my_strlcat()
2016-08-14 Karl Williamsonlocale.c: Add missing '{'
2016-08-10 Karl WilliamsonAdd some error checking/debugging for locale
2016-08-03 Karl Williamsonlocale.c: Add some DEBUG statements
2016-08-03 Karl Williamsonlocale.c: Use %zu to print size_t values.
2016-08-03 Karl Williamsonlocale.c: Some systems include NUL in strxfrm() return
2016-08-03 Karl Williamsonlocale.c: White-space only
2016-08-03 Karl Williamsonlocale.c: Improve embedded NUL collation handling
2016-07-29 Karl Williamsonlocale.c: Revamp my_strerror() for thread-safeness
2016-07-19 Karl Williamsonlocale.c: Add some debugging statements
2016-07-14 Karl WilliamsonPATCH: [perl #128628] divide by 0 in locale.c
2016-05-25 David Mitchellfix locale.c under -DPERL_GLOBAL_STRUCT(_PRIVATE)
2016-05-24 David Mitchelllocale.c: don't use strcpy()
2016-05-24 Karl Williamsonlocale.c: Make locale collation predictions adaptive
2016-05-24 Karl Williamsonlocale.c: Not so aggressive collation memory use guess
2016-05-24 Karl Williamsonlocale.c: Add some debugging statements
2016-05-24 Karl Williamsonlocale.c: Minor cleanup
2016-05-24 Karl Williamsonlocale.c: Fix some debugging so will output during...
2016-05-24 Karl Williamsonmv function from locale.c to mathoms.c
2016-05-24 Karl WilliamsonDo better locale collation in UTF-8 locales
2016-05-24 Karl WilliamsonChange calculation of locale collation coefficients
2016-05-24 Karl Williamsonlocale.c: Change algorithm for strxfrm() trials
2016-05-24 Karl Williamsonlocale.c: Free over-allocated space early
2016-05-24 Karl Williamsonlocale.c: White-space only
2016-05-24 Karl WilliamsonChange mem_collxfrm() algorithm for embedded NULs
2016-05-24 Karl Williamsonlocale.c: Add, move, clarify comments
2016-05-24 Karl WilliamsonKeep track of if collation locale is UTF-8 or not
2016-05-24 Karl Williamsonlocale.c: Don't use special locale collation for C...
2016-05-09 Karl Williamsonlocale.c, sv.c: Add, fix some comments
2016-05-09 Karl Williamsonlocale.c: Some nano-optimizations
2016-05-09 Karl Williamsonlocale.c: Clarify a debugging statement
2016-04-09 Karl WilliamsonPATCH: [perl #127708] segfault in "$!" in threads
2016-03-17 Karl Williamsonlocale.c: Add comment
2016-03-04 Karl Williamsonlocale.c: Avoid a leak
2016-03-03 Karl Williamsonlocale.c: Silence HP-UX compiler warning
2016-02-09 Karl Williamsonlocale.c: Improve -DL debug info
2016-01-03 David Mitchellfix -DPERL_GLOBAL_STRUCT_PRIVATE builds
2015-09-09 Karl Williamsonlocale.c: Silence porting messages
2015-09-08 Karl WilliamsonAdd more -DL debugging info
2015-09-08 Karl WilliamsonAdd code for debugging locale initialization
2015-09-08 Karl Williamsonlocale.c: Add clarifying comments
2015-08-03 Daniel DraganSafefree(NULL) reduction
2015-06-02 Karl Williamsonlocale.c: White-space, comment only
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-07 Karl Williamsonlocale.c: Move statements properly within #if
2015-02-06 Karl Williamsonlocale.c: savepv() of getenv()
2015-02-06 Karl Williamsonlocale.c: Fix comment
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
next