This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2024-01-21 Graham Knopnew perldelta blead
2024-01-20 Max MaischeinAdd file existence test for Porting/makerel
2024-01-20 Max MaischeinClean up perldelta.pod
2024-01-20 Max MaischeinUpdate Module::CoreList for 5.39.8
2024-01-20 Max MaischeinBump the Perl version in various places for 5.39.8
2024-01-20 Max MaischeinTick off release 5.39.7
2024-01-20 Max MaischeinAdd 5.39.7 epigraph
2024-01-20 Max MaischeinNote Windows installation issues
2024-01-20 Max Maischeinautodie v2.37 removed the touch_me file
2024-01-20 Max MaischeinAdd new release to perlhist v5.39.7
2024-01-20 Max MaischeinUpdate Perldelta for 5.39.7
2024-01-20 Max MaischeinUpdate Module::CoreList for 5.39.7
2024-01-20 Max MaischeinBump the perl version in various places for 5.39.7
2024-01-19 Elvin Aslanov`README`: Bump copyright year
2024-01-19 Karl Williamsonnostdio.h: Properly indent #nested lines
2024-01-18 Karl WilliamsonChange some USE_ITHREADS to USE_THREADS
2024-01-18 Karl WilliamsonHandle Linux extra locale categories
2024-01-18 Karl WilliamsonAdd locale-related #macro for simplification
2024-01-18 Karl Williamsonlocale.c: Prepare for SV not always being PV
2024-01-18 Karl Williamsonnostdio.h: Fix comment
2024-01-18 Karl WilliamsonLanginfo: Improve pod about CRNCYSTR
2024-01-18 Karl WilliamsonAdd some locale tests to APItest
2024-01-17 Karl Williamsonlocale.c: Remove unnecessary Perl_form() call
2024-01-17 Karl WilliamsonLanginfo.t; Add comment
2024-01-17 Karl Williamsonlocale.c: Don't compile unreachable code
2024-01-17 Karl Williamsonlib/locale.t: Add more debug output
2024-01-17 Karl Williamsonlib/locale.t: Use a list for display item source
2024-01-17 Karl Williamsonlib/locale.t: Reorder a list
2024-01-16 Tony Cookwin32/GNUmakefile: enable warnings for gcc
2024-01-16 Karl Williamsonloc_tools: Generally return at least C locale
2024-01-16 David MitchellPerl_amagic_call(): don't assume non-NULL PL_op
2024-01-16 Karl Williamsonlocale.c: Use strtod over snprintf for radix determination
2024-01-16 Karl Williamsonlocale.c: Rmv extraneous statement
2024-01-16 Karl WilliamsonReturn C values if localeconv() not available
2024-01-16 Karl WilliamsonAdd API function sv_langinfo()
2024-01-15 Karl Williamsonperlapi: Emphasize that setpv() doesn't change the...
2024-01-15 Karl WilliamsonConfigure: Handle case of no localeconv() found
2024-01-15 Karl WilliamsonLanginfo.pm: Change list init indents; sort order
2024-01-15 Karl Williamsonlocale.c: White space only
2024-01-15 H.Merijn BrandUnmatched {} in C file generated by Configure issue...
2024-01-15 Karl Williamsonlocale.c: Skip an intermediate copy
2024-01-15 Karl Williamsonlocale.c: Avoid extra copying in langinfo
2024-01-15 Karl Williamsonlocale.c: Change to use SVs for buffers for langinfo()
2024-01-15 Karl Williamsonlocale.c: Add langinfo_i()
2024-01-15 Karl Williamsonlocale.c: Remove params from langinfo_c()
2024-01-15 Karl Williamsonlocale.c: Use same function interface throughout file
2024-01-15 Karl Williamsonlocale.c: Rename variable
2024-01-15 Karl Williamsonlocale.c: Rename static function
2024-01-15 Karl Williamsonlocale.c: Rename macro
2024-01-15 Karl Williamsonlocale.c: Use an SV instead of a PV in one place
2024-01-15 Karl Williamsonlocale.c: Change name and API of static function
2024-01-15 Karl Williamsonlocale.c: Add/clarify some comments
2024-01-15 Karl Williamsonlocale.c: Move a small block of code
2024-01-15 Karl Williamsonlocale.c: Indent a couple statements
2024-01-15 Karl Williamsonlocale.c: Refactor use of Perl_form
2024-01-15 Karl Williamsonlocale.c: Move some langinfo emulation code
2024-01-15 Karl WilliamsonS_my_langinfo_i: Always return both a buffer and a...
2024-01-13 Дилян Палаузовt/re/charset: spell the locale when setlocale() fails
2024-01-13 Karl Williamsondilyanpalauzov is now a Perl author
2024-01-12 rwp0[doc] Minor spelling issues in C file comments
2024-01-12 Max MaischeinUpdate Exporter version number to 0.78
2024-01-12 Max MaischeinCorrect Locale::Maketext version number in Maintainers...
2024-01-12 Max MaischeinUpdate IO version number in Porting/Maintainers.pl
2024-01-11 Max Maischeincpan/Math-BigInt-FastCalc - Update to version 0.5018
2024-01-11 Max Maischeincpan/Math-BigInt - Update to version 2.003002
2024-01-11 Max Maischeincpan/Pod-Checker - Update to version 1.76
2024-01-11 Karl Williamsonlocale.c: Change S_emulate_langinfo formal arg type
2024-01-11 Dagfinn Ilmari... Remove full stops from POD headings
2024-01-11 Karl Williamsonlocale.c Use macro to avoid conditionals
2024-01-11 Karl WilliamsonFix blead not compiling with -DNO_LOCALE
2024-01-10 Tony Cookperldelta for 11c545feea
2024-01-10 Tony CookXSUB.h: use Stack_off_t for AX and items
2024-01-10 Karl Williamsonperlapi: Rmv obsolete advice regarding Perl_langinfo
2024-01-10 Karl Williamsonlocale.c: Use macros to avoid some #ifdef's
2024-01-09 Max MaischeinRenée and Max swapped their release dates/versions
2024-01-09 David Mitchell[MERGE] handle/optimise some ops in void context
2024-01-09 David Mitchellpp_push, pp_unshift: don't push TARG in void cxt
2024-01-09 David Mitchellpp_undef(): optimise for void return
2024-01-09 David Mitchellpp_print() optimise for void return
2024-01-09 David Mitchellpp_sassign: make return more efficient.
2024-01-09 David MitchellOP_AELEMFASTLEX_STORE: only in void context
2024-01-09 David MitchellOP_PADSV_STORE: only in void context
2024-01-09 David MitchellGive OPpTARGET_MY ops real context
2024-01-09 David Mitchellset context in 'state' expressions
2024-01-09 David Mitchelladd Concise tests for state var assignment
2024-01-09 Karl Williamsonlocale.c: Add clarifying comment
2024-01-08 Karl Williamsonlocale.c: Can now call my_langinfo_i() in all circumstances
2024-01-08 Karl Williamsonlocale.c: Extract code into a separate function
2024-01-08 Karl Williamsonlocale.c: langinfo: Better handle unknown input item
2024-01-08 Karl Williamsonlocale.c: No strftime() implies empty formats
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of remaining TIME items
2024-01-08 Karl Williamsonlocale.c: Remove redundant handling of the AM_PM format
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of ERA format langinfo...
2024-01-08 Karl Williamsonlocale.c: Consolidate handling of ALT_DIGITS langinfo...
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
next