This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-12-22 Karl WilliamsonInline savepv() and related functions
2022-12-22 Karl Williamsonharness: handle serial/parallel directories mixture
2022-12-22 Karl Williamsonharness: Initialize parallel job count to 1 if unspecified
2022-12-22 Yves Ortongv.c - rename amagic_find() to amagic_applies()
2022-12-21 Chris 'BinGOs... Bump Module-CoreList version
2022-12-21 Richard LeachPrepare Module::Corelist for 5.37.8
2022-12-21 Chris 'BinGOs... Shortest day or longest night?
2022-12-21 Nicolas Rirc-notifications: use literal blocks
2022-12-21 Nicolas Rirc-notifications: advertise merged and closed PRs
2022-12-21 Nicolas Rirc-notifications: split notifications
2022-12-21 Nicolas Rirc-notifications: update notify-irc
2022-12-20 Richard LeachBump the perl version in various places for 5.37.8
2022-12-20 Richard LeachNew perldelta for 5.37.8
2022-12-20 Richard LeachUpdate release_schedule.pod for 5.37.7
2022-12-20 Richard LeachUpdate epigraphs.pod for 5.37.7
2022-12-20 Richard LeachAdd new release to perlhist v5.37.7
2022-12-20 Richard LeachUpdate t/porting/customized.dat for 5.37.7
2022-12-20 Richard LeachUpdate perldelta.pod for 5.37.7
2022-12-20 Richard LeachUpdate Module::CoreList for 5.37.7
2022-12-20 Karl WilliamsonAddress GH #20571
2022-12-20 Karl WilliamsonFix broken API: sync_locale()
2022-12-20 Karl WilliamsonAdd testing global locale switching; Todo #20565
2022-12-20 Karl WilliamsonAPI-test:locale.t: Look for a comma radix locale
2022-12-20 Karl Williamsonlocale.c: Clarifications
2022-12-19 Paul "LeoNerd... Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for...
2022-12-19 Karl Williamsonlocale.c: No locales imples no UTF-8 ones
2022-12-19 James E Keenanperldelta for 3 upgraded CPAN modules
2022-12-19 Leon TimmermansUpdate experimental to CPAN version 0.030
2022-12-18 Karl Williamsonharness: When run in ASAP mode, intermix comp/run/cmd
2022-12-18 Karl Williamsonharness: Run more parallel tests by execution time...
2022-12-18 Karl Williamsonharness: Extract code into a function
2022-12-18 Karl Williamsonharness: Move comments
2022-12-18 Karl Williamsonharness: Improve handling of serial execution exceptions
2022-12-18 Karl Williamsonharness: Move ARGV, ENV processing earlier
2022-12-18 Karl Williamsonharness: Simplify
2022-12-18 Karl Williamsonharness: Change tabs to spaces
2022-12-18 Karl Williamsonharness: Don't strip off '../' in path
2022-12-18 Karl Williamsonharness: Assign names to $_
2022-12-18 Karl Williamsonharness: Assign name to $2
2022-12-18 Karl Williamsonharness: There is a .pl test file: cpan/Term-Cap/test.pl
2022-12-18 Karl Williamsonharness: Extract sort into function
2022-12-18 Craig A. BerryRemove dead VMS code in Cwd::_backtick_pwd
2022-12-18 Yves Ortonregcomp_internal.h - remove typedef
2022-12-17 Craig A. BerryUse VMS absolute path to test tainting
2022-12-17 Scott Baker<> to readline documentation updates
2022-12-17 Paul "LeoNerd... Detect forbidden flow at compiletime of `defer` or...
2022-12-17 Paul "LeoNerd... Add `forbid_outofblock_ops()` to op.c
2022-12-17 Paul "LeoNerd... File/Glob.xs: Idempotent setting of PL_opfreehook ...
2022-12-16 Paul "LeoNerd... Add proto.h as linguist-generated to .gitattributes
2022-12-16 Paul "LeoNerd... Define five new operator precedence levels
2022-12-16 Paul "LeoNerd... Add comment to infix operator precedence enum about...
2022-12-16 Eric HermanAdded function amagic_find(sv, method, flags)
2022-12-16 Paul "LeoNerd... Document the meaning of the OPf_SPECIAL flag on the...
2022-12-15 Yves Ortonperldelta.pod - add note about regex engine decomposition
2022-12-14 Paul "LeoNerd... Write an apidoc fragment for wrap_infix_plugin()
2022-12-14 Paul "LeoNerd... Token type `pval` should be a void * pointer
2022-12-13 Bart Van AsscheDo not cast away constness
2022-12-10 Karl Williamsonmakedef.pl: Properly define a hash element
2022-12-10 Karl Williamsonmakedef.pl: Add 'use warnings'
2022-12-10 Karl Williamsonmakedef.pl: Create $define{WIN32} etc
2022-12-10 Karl Williamsonmakedef.pl: Consistently use constant
2022-12-10 Tsuyoshi WatanabeFix warning "implicit declaration of function '_setjmpe...
2022-12-09 Yves Orton.github - switch to v3 actions
2022-12-09 Yves Ortonpod/ - document $INC and INCDIR
2022-12-09 Yves Ortonpp_ctl.c - move logic closer to where it is used
2022-12-09 Yves Ortonpp_ctl.c - add support for an INCDIR hook
2022-12-09 Yves Ortonpp_ctl.c - handle objects in @INC a bit more gracefully
2022-12-09 Yves Ortonpp_ctl.c - support $INC in require_file @INC hook
2022-12-09 Yves Ortonpp_ctl.c - require_file: truthful errors and tests...
2022-12-09 Yves Ortonpp_ctl.c - eval INC hooks, and rethrow errors with...
2022-12-09 Yves Ortonpp_ctl.c - refetch @INC from *INC after hook
2022-12-09 Yves Ortonpp_ctl.c - make ENTER debug data a bit more clear
2022-12-09 Yves Ortonpp_ctl.c - rename vars to something more descriptive...
2022-12-09 Yves Ortont/ - INC hardening tests
2022-12-09 Yves Ortonpodcheck.t - make error message less confusing
2022-12-09 Russ AllberyUpdate podlators to CPAN version 5.00
2022-12-09 Yves Ortonregcomp.c - decompose into smaller files
2022-12-09 Yves Ortonregex engine - cleanup internal tabs and ws (use -w...
2022-12-08 Paul "LeoNerd... Add some apidocs about the PL_infix_plugin variable
2022-12-08 Paul "LeoNerd... Define a PL_infix_plugin hook, of a similar style to...
2022-12-08 Paul "LeoNerd... Simplify a few callsites with the newPADxVOP() function
2022-12-08 Paul "LeoNerd... Define a newPADxVOP() convenience function
2022-12-07 Max MaischeinUpdate parent to CPAN version 2.39
2022-12-07 Karl Williamsonutf8_hop forwards Change continuation start behavior
2022-12-07 Karl WilliamsonAPItest: Generalize hop test for EBCDIC
2022-12-07 Karl Williamsonperlapi: Clarify utf8_hop backwards entries
2022-12-07 Karl Williamsonhandy.h: "base"' => "posix"
2022-12-07 Karl Williamsonlocale.c: Rewrite localeconv() handling
2022-12-07 Karl Williamsonlocale.c: Remove use of localeconv_l()
2022-12-07 Karl Williamsonlocale.c: Move 2 functions elsewhere in the code
2022-12-07 Karl Williamsonlocale.c: Prepare get_locale_string_utf8ness_i for...
2022-12-07 Karl Williamsonlocale.c: Reorder parameters to static function
2022-12-06 Graham Knopperlsub: normalize whitespace to use 4 space indents
2022-12-06 Karl Williamsonlocales: Add LC_NAME capabilities
2022-12-06 Yves Ortonsv.c - sv_2pv_flags: Fix double FETCH from tied overloa...
2022-12-05 Karl WilliamsonAvoid use of Vietnamese UTF-8 locale on Solaris
2022-12-05 Karl Williamsonloc_tools.pl: Add ability to skip known bad locales
2022-12-05 Karl Williamsonlocale.c: Use wrap_wsetlocale on Windows
2022-12-05 Karl Williamsonlocale.c: Add mutex lock around _wsetlocale() call
2022-12-05 James E Keenanpod2html: Group '*' and 'no*' switches in documentation
next