This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Fix typo
[perl5.git] / pod / perllocale.pod
2015-04-18 SHIRAKATA KentaroSmall typographical corrections to documentation.
2015-04-03 Karl Williamsonperllocale: Update for EBCDIC
2015-04-03 Karl Williamsonperllocale: Nit
2015-03-19 Karl Williamsonperllocale: Correctly document behavior
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-29 Karl Williamsonperllocale: Nits
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 Williamsonperllocale: Nits and clarifications
2014-11-04 Karl WilliamsonRaise warnings for poorly supported locales
2014-09-19 Karl Williamsonperllocale: Nit
2014-08-24 Karl Williamsonperlxs: Add text about dealing with locales, etc
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 WilliamsonKeep LC_NUMERIC in C locale, except for brief periods
2014-06-05 Karl Williamsonperllocale: Wrap some text in C<...>
2014-06-05 Karl WilliamsonExclude undefined hash elements from localeconv()
2014-06-05 Karl WilliamsonLocaleconv() should be independent of 'use locale'
2014-06-01 Karl Williamsonperllocale: Wrap some text in C<...>
2014-05-28 Matthew Horsfall... [perl #121976] - Fix typo in pod
2014-04-07 SHIRAKATA Kentaronitpicks
2014-04-05 Steve HayCorrect typo in commit b38d7779bd
2014-04-01 Karl WilliamsonPATCH: [perl #119499] "$!" with UTF-8 flag
2014-04-01 Karl WilliamsonPATCH: [perl 121317] Gconvert() obeys LC_NUMERIC withou...
2014-04-01 Karl Williamsonperllocale: Nits
2014-04-01 Karl Williamsonperllocale: Note that $^E acts the same as $!
2014-02-19 Karl WilliamsonMake taint checking regex compile time instead of runtime
2014-02-19 Karl Williamsonperllocale: Add note about ENVIRONMENT variable
2014-02-16 Karl Williamsonperllocale: Corrections and nits
2014-02-15 Karl WilliamsonDeprecate uses of POSIX::isfoo()
2014-02-15 Karl WilliamsonImprove fallback during locale initialization
2014-02-15 Karl WilliamsonEmulate POSIX locale setting on Windows
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-24 Karl Williamsonperllocale: Nit.
2014-01-22 Karl Williamsonperllocale: Nits, corrections
2013-12-17 Karl Williamsonperllocale: Note that LC_MESSAGES affects $^E
2013-12-05 Karl Williamsonperllocale: Add info about locale testing.
2013-12-05 Karl Williamsonperllocale: Nit, and clarification
2013-12-04 David Mitchellperllocale.pod: clarify tainting of $1 et al
2013-08-31 Karl WilliamsonMore changes to perllocale and POSIX.pod setlocale
2013-07-10 Karl Williamsonlocale documentation: Grammaar and appearance nits
2013-07-10 Karl WilliamsonPATCH: [perl #38193] embedded perl always calls setloca...
2013-07-10 Karl WilliamsonBetter document setlocale, "use locale" interactions
2013-07-08 Karl Williamsonperllocale.pod: Fix misstatements, and some nits
2013-07-06 Karl Williamsonlocale.c: Further checks for utf8ness of a locale
2013-06-18 Karl Williamsonperllocale: Update, clarify
2013-06-18 Karl WilliamsonDon't use locale definitions unless within scope
2013-06-18 Karl Williamsonperllocale: Nits
2013-05-20 Karl Williamsonperllocale: Update to mention fc(), \F
2013-04-23 Rafael Garcia-SuarezSpelling typo in perllocale
2012-07-25 Karl Williamsonperllocale: Mention that \n doesn't change for locales
2012-06-30 Father Chrysostomos[perl #113006] perllocale: change Spanish to traditiona...
2012-06-27 Brian Fraserperllocale: #109408
2012-06-17 Jesse Luehrstypo fix, reported by Joaquin Ferrero (RT#113616)
2012-01-21 Karl Williamsonperllocale: Correct various Perl version references
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2012-01-21 Karl Williamsonperllocale: Remove trailing blanks
2012-01-21 Karl Williamsonperllocale: Add caveat on UTF-8 locales
2011-12-14 Karl Williamsonperllocale: Don't mention /l modifier
2011-12-14 Karl Williamsonperllocale: Nits
2011-07-06 Karl Williamsonperllocale: de-emphasize /l
2011-04-19 Karl Williamsonperllocale: Mention /l
2011-04-19 Karl Williamsonperllocale: Corrections
2011-04-14 Tom Christiansenperllocale: Clean up recent additions
2011-04-13 Karl Williamsonperllocale: Update for 5.14
2011-02-16 ApocalypseFix bad pod links found by Test::Pod::LinkCheck
2010-10-27 Niko TyniLC_NUMERIC documentation updates + tests
2010-01-05 Tom ChristiansenPATCH: minor typo cleanup of pod/ directory
2009-09-13 Leon BrocardUse alternative URLs for links which are now broken...
2007-06-11 Rafael Garcia-SuarezDoc adjustments for the number localization and setloca...
2007-03-22 Rafael Garcia-SuarezMisc. L<> fixes in core docs : don't link to man pages;
2006-10-08 Rafael Garcia-SuarezClarifications on the usage of setlocale() and LC_NUMER...
2005-06-03 Andy LesterQuotes in pod/*.pod
2005-03-29 Offer KayeMake the spelling of whitespace (vs white-space and...
2002-05-09 Rafael Garcia-Suarezcmp() compares chars, not bytes.
2002-03-27 Jarkko HietaniemiMore URL "whitespacing".
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-04 Jarkko HietaniemiSpread the good word of "env".
2001-08-10 Jarkko HietaniemiDecommission Time::Piece; unnecessary Yet Another Time...
2001-07-08 Jarkko HietaniemiFix I18N::Langinfo nits noticed but Philip Newton.
2001-07-08 Jarkko HietaniemiAdd I18N::Langinfo, which is basically a wrapper around
2001-03-16 Michael Stevensthe uncontroversial doc patches
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-22 Robin Barker; was Re: Perlbug 20000322.006 status +update
2000-11-27 Jarkko HietaniemiAdjust the docs to agree with #7875.
2000-11-16 Vadim Konovalovperllocale.pod changes
2000-11-07 Stephen P. PotterPod updates
2000-10-20 Charles BaileySYN SYN
2000-08-29 Philip Newton[ID 20000829.023] [PATCH 6868] perlbug@perl.com --...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-25 Stephen P. Potter[ID 20000724.003] Documentation changes for perllocale.pod
2000-06-01 Gurusamy Sarathyfurther qualify references to "alphanumeric" (from...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathydoubled words in pods (from Simon Cozens
2000-03-13 Gurusamy Sarathyfixes for broken L<> links (from Wolfgang Laun
2000-03-03 Gurusamy Sarathywhitespace and readabiliti nits in the pods (from Micha...
next