This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2024-01-08 Karl Williamsonlocale.c: Move handling of ERA langinfo item
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of AM/PM langinfo items
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of MON langinfo items
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of ABMON langinfo items
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of DAY langinfo items
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of ABDAY langinfo items
2024-01-08 Karl Williamsonlocale.c: Move handling of LC_MESSAGES langinfo items
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of some langinfo items
2024-01-08 Karl Williamsonlocale.c: Move check for unknown langinfo items
2024-01-08 Karl Williamsonlocale.c: Handle some ignored categories in langinfo...
2024-01-08 Karl Williamsonlocale.c: Effectively white-space, comments only
2024-01-08 Karl Williamsonlocale.c: Compile S_emulate_langinfo() under more Confi...
2024-01-08 Karl Williamsonlocale.c: Always compile save__to_buffer()
2024-01-08 Karl Williamsonlocale.c: Tighten circumstances some code is generated
2024-01-08 Karl Williamsonlocale.c: Move GCC DIAG IGNORE
2024-01-08 Karl Williamsonlocale.c: Refactor two nested switch() statements
2024-01-08 Karl Williamsonlocale.c: Split a function in two
2024-01-08 Karl Williamsonlocale.c: Recompute variable in 2nd part of function
2024-01-08 Karl Williamsonlocale.c: Move some functions to earlier in the file
2024-01-04 Karl Williamsonlocale.c: Remove PERL_UNUSED_ARG
2024-01-04 Karl Williamsonperl.h: #include locale_table.h even if NO_LOCALE
2024-01-04 Karl Williamson-DNO_LOCALE implies -DNO_LOCALE_COLLATE
2024-01-04 Karl Williamsonlocale.c: Skip a debug check if no LC_CTYPE
2024-01-04 Karl Williamsonlib/locale.t: Display thousands separator under debug
2024-01-04 Tony Cookallow some basic infrastructure to load with -Dusedefau...
2024-01-03 Tony Cookpp_backtick: remove RC_STACK wrapper and use the new...
2024-01-03 Karl Williamsonlocale.c: Adjust some #if, #else
2024-01-03 Karl Williamsonlocale.c: Reorder two more case: statements
2024-01-03 Karl Williamsonlocale.c: Reorder cases in a switch()
2024-01-03 David Mitchellperlguts: fix ref count in tie() example
2024-01-03 David Mitchell[MERGE] PERL_RC_STACK: add _IMM, unwrap, fix leaks
2024-01-03 David Mitchellmake rpp_popfree_2_NN() use rpp_free_2_()
2024-01-03 David MitchellOptimise rpp_replace_2_{1,IMM}_NN()
2024-01-03 David Mitchellmake RC-stack-aware: unwrap pp_bless()
2024-01-03 David Mitchellpp_subst(): consolidate some duplicated code
2024-01-03 David Mitchellmake RC-stack-aware: unwrap pp_subst, pp_substcont
2024-01-03 David Mitchellmake RC-stack-aware: unwrap pp_prtf, pp_sprintf
2024-01-03 David Mitchelluse rpp_foo_NN() and rpp_foo_IMM() widely
2024-01-03 David Mitchelladd _IMM variants to the rpp_foo() fns
2024-01-03 David MitchellResurrect immortals before checking for SvTEMP()
2024-01-03 David Mitchellfix minor leak under use feature 'module_true'
2024-01-03 David Mitchellfix obscure leak in sort { block } ...
2024-01-03 David Mitchellfix leak in list const folding under PERL_RC_STACK
2024-01-03 David Mitchellpp_sort: fix leak in PERL_RC_STACK inline sorting
2024-01-03 Karl Williamsonlocale.c: handle codesets GB18030, EUC-TW
2024-01-03 Karl Williamsonlocale.c: Minimize time spent with a toggled locale
2024-01-03 Karl Williamsonlocale.c: toggle LC_CTYPE in S_override
2024-01-03 Karl Williamsonlocale.c: toggling locales is a no-op if no locales
2024-01-03 Karl Williamsonlocale.c: C is the only locale under NO_LOCALE
2024-01-03 Karl Williamsonlocale.c: Be sure to toggle into dot radix locale
2024-01-03 Karl Williamsonlocale.c: This label is only used in WIN32
2024-01-03 Karl Williamsonlocale.c: Refactor an #ifdef
2024-01-03 Karl WilliamsonDefine setlocale_i() on unsafe threaded builds
2024-01-03 Karl Williamsonlocale.c: Add a debugging statement
2024-01-02 Karl Williamsonlocale.c: Change some -DLv statements to -DL
2024-01-02 Karl Williamsonlocale.c: Rmv duplicate strlen()
2024-01-02 Karl WilliamsonExperimentally enable glibc undocumented querylocale()
2024-01-02 Karl WilliamsonRevert "Experimentally enable glibc undocumented queryl...
2024-01-02 Karl WilliamsonHoist nl_item typedef definition
2024-01-02 Karl Williamsonlocale.c: Move three functions within file
2024-01-02 Karl Williamsonlocale.c: Change variable name
2024-01-02 Karl Williamsonlocale.c: Quit if strftime() returns EINVAL on Win32
2024-01-02 Karl Williamsonlocale.c: Remove obsolete comments
2024-01-02 Karl Williamsonlocale.c: Delete erroneous comment
2024-01-02 Mathias KendeFix an error in `perlvar`: `@+` may have *more* element...
2024-01-02 Philippe Bruhat... fix the source link in the RMG to point to an existing...
2024-01-02 Philippe Bruhat... Prepare Module::Corelist for 5.39.7
2024-01-02 Karl Williamsonlocale.c: Fix bug in getting langinfo(CRNCYSTR)
2024-01-02 Karl WilliamsonI18N-Langinfo/t/Langinfo.t: Use like()
2024-01-02 Karl WilliamsonFix tr/\N{latin1}...\N{above latin1}/
2024-01-02 Karl Williamsonop/tr.t: Suppress two warnings
2024-01-01 James E KeenanFile-Glob: exercise GLOB_MARK, GLOB_NOCHECK, etc.
2023-12-31 Karl Williamsonlocale.c: Move macro definition to before first use
2023-12-31 Karl WilliamsonRemove references to nl_langinfo_l(), add comment
2023-12-31 Karl Williamsonlocale.c: Move declaration to first uses
2023-12-31 Karl Williamsonlocale.c: Slightly change wording of DEBUG messages
2023-12-31 Karl Williamson-DNO_LOCALE implies -DNO_LOCALE_CTYPE, etc.
2023-12-31 Craig A. Berrypp_hot.c: Avoid DIE in void function S_aassign_uid
2023-12-31 James E KeenanDocument warning on previous declaration of 'field...
2023-12-30 Todd Rinaldocpan/Digest-MD5 - Update to version 2.59
2023-12-30 Karen Etheridgetag this annotation so it is easier to find it for...
2023-12-30 Karen Etheridges/\t/ /
2023-12-30 Philippe Bruhat... generate new perldelta for 5.39.7
2023-12-30 Philippe Bruhat... tick off release 5.39.6
2023-12-30 Philippe Bruhat... add epigraph for 5.39.6 release
2023-12-30 Philippe Bruhat... Remove a forgotten piece of template
2023-12-30 Philippe Bruhat... Merge branch 'release-5.39.6' into blead
2023-12-30 Peter John... cpan/bignum - Update to version 0.67
2023-12-30 Todd Rinaldocpan/autodie - Update to version 2.37
2023-12-30 James E KeenanFindBin: Update $VERSION
2023-12-30 Peter John... cpan/Math-BigInt-FastCalc - Update to version 0.5016
2023-12-30 Mathias KendeFix a wrong sigil used in a perlre example
2023-12-30 rwp0[POD] `diagnostics.pm`: Remove indirect syntax
2023-12-30 Karl Williamsonlocale.c: Avoid unnecessary malloc
2023-12-30 Philippe Bruhat... Add new release to perlhist v5.39.6
2023-12-30 Philippe Bruhat... Fix date math in Porting/cmpVERSION.pl
2023-12-29 Philippe Bruhat... finalize perldelta
2023-12-29 Philippe Bruhat... update Module::CoreList for 5.39.6
2023-12-29 Karl Williamsonperlapi: Combine, sv_insert, sv_insert_flags entries
2023-12-29 Philippe Bruhat... add missing perldelta entries for recent commits
next