This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document packWARN.?
[perl5.git] / locale.c
2020-09-04 Karl WilliamsonReorganize perlapi
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-18 Karl WilliamsonAdd z/OS locale categories
2020-03-16 Dagfinn Ilmari Man... switch_category_locale_to_template: Fix use-after-free...
2020-03-11 Karl WilliamsonAdd thread safety to some environment accesses
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2019-11-30 Karl Williamsonlocale.c: Use proper #ifdef to enable behavior
2019-11-30 Karl Williamsonlocale.c white space only
2019-11-30 Karl WilliamsonPATCH: GH #17081: Workaround glibc bug with LC_MESSAGES
2019-09-05 Tony Cook(perl #133981) fix my stupid mistake
2019-09-03 Tony Cook(perl #133981) fix for Win32 setlocale() abort
2019-08-07 Karl Williamsonlocale.c: Stop Coverity warning
2019-07-04 Dagfinn Ilmari Man... Fix "it it" typos
2019-05-24 Karl WilliamsonPATCH: [perl #134098] no locales + debugging = no compile
2019-05-24 Karl Williamsonlocale.c: Fix '%s' directive argument is null
2019-05-24 Karl Williamsonlocale.c: Add some comments
2019-05-24 Jerome Duvallocale.c: remove unnecessary cast
2019-04-17 David Mitchells/safefree()/Safefree() in a few places
2019-04-16 David Mitchellfix leak when $LANG unset
2019-04-16 David Mitchellfix locale leaks on utf8 strings
2019-04-02 David Mitchellfix locale.c under -DPERL_GLOBAL_STRUCT_PRIVATE
2019-03-27 Karl Williamsonperlapi: Add weasel word to make stmt accurate
2019-03-27 Karl WilliamsonPATCH: [perl #133959] Free BSD broken tests
2019-03-21 Karl Williamsonlocale.c: White-space, comment only
2019-03-21 Karl Williamsonlocale.c: Don't try to recreate the LC_ALL C locale
2019-03-21 Karl WilliamsonAdd, improve some debugging stmts for -DL (locales)
2019-03-04 Karl WilliamsonProperly handle systems with crippled locales
2019-03-04 Karl Williamsonlocale.c: Tighten turkish locale tests on C99 platforms
2019-03-04 Karl Williamsonlocale.c: Fix grammar in comment
2019-02-19 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: fix some const strings
2019-02-19 David Mitchelladd dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds
2019-02-06 Karl Williamsonlocale.c: Fix compilation error
2019-02-05 Karl Williamsonlocale.c: Add detection of Turkic UTF-8 locales
2019-02-05 Karl WilliamsonAdd variable for if the current UTF-8 locale is Turkic
2018-11-29 Karl Williamsonlocale.c: Failure to build if not allowing LC_COLLATE
2018-11-29 Karl Williamsonlocale.c: Don't use numeric unless LC_NUMERIC
2018-11-29 Karl Williamsonlocale.c: Fix wrong scope of #if's
2018-11-26 James E KeenanRename local variable to prevent confusion with global
2018-09-27 Nicolas Ruse a buffer for is_cur_LC_category_utf8
2018-07-16 Francois Perradlocale.c: Fix conditional compilation
2018-07-02 Karl WilliamsonFix to compile under -DNO_LOCALE
2018-04-18 Karl Williamsonlocale.c: Reorder some debugging statements
2018-03-21 Karl Williamsonlocale.c: Really silence compiler warning
2018-03-19 Karl Williamsonlocale.c: Add detail to debugging statement
2018-03-19 Karl Williamsonlocale.c: Fix memory leak
2018-03-16 Karl Williamsonlocale.c: Clarify warning message
2018-03-16 Karl Williamsonlocale.c: Handle and edge case
2018-03-14 Karl Williamsonlocale.c: Silence Win32 compiler warning
2018-03-13 Karl Williamsonlocale.c: Add savepv() to setlocale() returns
2018-03-12 Karl Williamsonperlapi/Perl_setlocale: Clarify
2018-03-12 Karl WilliamsonFix comments/pod for LC_NUMERIC not always C
2018-03-12 Karl WilliamsonDon't use duplocale() unless is present
2018-03-12 Karl Williamsonlocale.c: Reduce too-large indent
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-12 Karl WilliamsonDon't create locale object unless threaded
2018-03-12 Karl WilliamsonLanginfo: Implement CODESET on Windows
2018-03-12 Karl Williamsonperlapi: Clarifications to Perl_langinfo
2018-03-12 Karl WilliamsonActually make I18N::Langinfo avail on all platforms
2018-03-12 Karl WilliamsonChange enum names for new locale function parameters
2018-03-08 Karl Williamsonlocale.c: Add missing STATIC
2018-03-04 Karl Williamsonlocale.c: Fix bug in parsing a locale
2018-03-04 Karl Williamsonlocale.c: Check return code
2018-03-04 Karl Williamsonlocale.c: Replace an 'if' by an assert
2018-03-04 Karl Williamsonlocale.c: Increase debug buffer size
2018-03-04 Karl Williamsonlocale.c: Rmv spurious Safefree
2018-03-04 Karl Williamsonlocale.c: Remove redundant SAVE_ERRNO
2018-03-02 Karl WilliamsonReword warning for deviations from UTF-8 locales
2018-02-27 Karl Williamsonperlapi: Fix typo
2018-02-26 Karl WilliamsonFix Perl_langinfo currency symbol for non-nl_langinfo...
2018-02-25 Karl WilliamsonFix Perl_langinfo() for non-nl_langinfo() systems
2018-02-25 Karl Williamsonlocale.c: Silence compiler warning
2018-02-25 Karl Williamsonlocale.c: Save needed value before destroying it
2018-02-25 Karl Williamsonlocale.c: Let static fcn take a NULL argument
2018-02-25 Karl Williamsonlocale.c: Properly return LC_ALL locale names
2018-02-25 Karl Williamsonlocale.c: Fix dangling set of LC_NUMERIC to C
2018-02-25 Karl Williamsonperlapi: Clarify Perl_langinfo()
2018-02-25 Karl WilliamsonPerl_langinfo(): Need to save return under more circums...
2018-02-20 Karl Williamsonlocale.c: Add STATIC_ASSERT
2018-02-18 Karl WilliamsonFixes for Perl_langinfo()
2018-02-18 Karl WilliamsonAdd switch_to_globale_locale()
2018-02-18 Karl WilliamsonRevise sync_locale() for safe multi-threaded operation
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonMake new_numeric() static
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl Williamsonlocale.c: Add critical section
2018-02-18 Karl Williamsonlocale.c: Generalize errno handling
2018-02-18 Karl Williamsonlocale.c: Change some DEBUG_L to DEBUG_Lv
2018-02-18 Karl Williamsonlocale.c: Suppress some compiler warnings
2018-02-18 Karl Williamsonperlapi: Add a caution about Perl_langinfo()
2018-02-18 Karl Williamsonlocale.c: Add debugging info
2018-02-18 Karl WilliamsonAdd information to warning msgs
2018-02-18 Karl Williamsonlocale.c: Add comments, clarify others
2018-02-18 Karl Williamsonlocale.c: White-space only
2018-02-18 Karl Williamsonlocale.c: Check for anomalies in UTF-8 locales
2018-02-18 Karl Williamsonlocale.c: Rmv unnecessary locale toggle
2018-02-18 Karl WilliamsonUse proper #define to see if need PLnumeric underlying_obj
2018-02-06 Karl Williamsonlocale.c: Use same form of macro name
2018-01-31 Karl Williamsonlocale.c: Do savepv() ASAP
next