This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix op/taint.t failure on Windows with 64-bit gcc-4.8.0 from MinGW-w64
[perl5.git] / locale.c
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:
2006-04-17 Nicholas ClarkTurn on UTF8 cache assertions with -Ca
2006-04-11 Jarkko Hietaniemilocale.c: more Safefree() (Coverity finding)
2006-04-09 Jarkko HietaniemiRe: [PATCH] locale.c: Coverity finding
2006-02-24 Andy Lesterunused context warnings
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-07 Andy LesterConsting and localizing: Part LXVIII
2005-10-30 Nicholas Clarkinit_i18nl14n is a mathom.
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-23 Andy LesterPre-YAPC consting fun
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-25 Andy LesterConsting five
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-17 Jarkko HietaniemiDoc tweaks (and one code tweak) based on Philip Newton...
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-01-16 Jarkko HietaniemiMake the locale-induced UTF-8-ification of STD fhs
2002-11-19 Jarkko HietaniemiRe: [PATCH] UTF-8 enabling via locale (was: Re: Redhat...
2002-06-11 Philip NewtonDetype locale.c comment
2002-06-11 Jarkko HietaniemiMake UTF-8 locales effective only if PerlIO has been
2002-06-10 Jarkko HietaniemiNI-S doesn't need these comments :-) but I'm commenting...
2002-05-14 Jarkko Hietaniemireentr.h affects more C files than just reentr.c
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-03-24 Jarkko Hietaniemimicroperl tweaks.
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiIf it looks like UTF-8 (either nl_langinfo or locale...
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2001-06-14 Nick Ing-SimmonsIntegrate mainline
2001-06-13 Hugo van der Sandensplitting util.c