This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-09-23 Steve HayFix code-before-declaration problem in universal.c
2010-09-23 Father Chrysostomos[perl #70614] Seg. fault with eval/use/UNITCHECK/DESTRO...
2010-09-23 Jerry D. HeddenRemove unneeded 'use' from ext/XS-APItest/t/peep.t...
2010-09-23 Karl Williamsonregcomp.c: Convert some things to use cBOOL()
2010-09-23 Karl Williamsonre.pm: Change comment to use new (?^...)
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-23 Karl WilliamsonChange .t to use new (?^...)
2010-09-23 Karl WilliamsonChange comments, documentation for new (?^...)
2010-09-23 Karl WilliamsonChange to use mnemonic instead of char constant
2010-09-22 Karl Williamsonhandy.h: isASCII() extend to work on > 8 bit values
2010-09-22 Karl Williamsonhandy.h: Don't use isascii() as not in all libc's
2010-09-22 Karl Williamsonhandy.h: Fix-up documentation
2010-09-22 Karl Williamsonhandy.h: toUPPER is not a char class fcn
2010-09-22 Karl Williamsonautodoc.pl: Allow heading level documentation
2010-09-22 Father ChrysostomosAdd lib to @INC in t/base/rs.t
2010-09-22 Andy DoughertyRun perl regen.pl after removing regcurly from embed...
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.
2010-09-22 Nicholas ClarkRemove @extvars from embed.pl
2010-09-22 Jerry D. HeddenAdd missing newline to macro_to_ifndef in ExtUtils...
2010-09-22 Nicholas ClarkIn embed.pl, replace C<$ret .=> with C<$ret => when...
2010-09-22 Nicholas ClarkRemove &munge_c_files from embed.pl, as it has never...
2010-09-22 Nicholas ClarkEmit $_ to Perl_$_ for "nocontext" functions under...
2010-09-22 Nicholas ClarkIn embed.pl, refactor walk_table to simplify its arguments.
2010-09-22 Nicholas ClarkEnsure regen.pl and the scripts that it calls can be...
2010-09-22 Nicholas ClarkIn embed.pl's walk_table, the default filename of ...
2010-09-22 Nicholas ClarkProgrammatically generate the compatibility macros...
2010-09-22 Nicholas ClarkRemove from warnings.pl various long commented out...
2010-09-22 Florian RagwitzFix misinformation in perldebtut
2010-09-22 Florian RagwitzWe're going to embed two interpreters, not four
2010-09-22 Tony Cookmake sure perl doesn't touch stat.t between stats
2010-09-21 Father Chrysostomos‘criteria was’ -> ‘criteria were’
2010-09-21 Nicholas ClarkProgrammatically generate embed.h's *_nocontext excepti...
2010-09-21 Nicholas ClarkIn embed.pl, read embed.fnc into an array, rather than...
2010-09-21 Nicholas ClarkIn embed.pl, %vfuncs has been unused since PERL_OBJECT...
2010-09-21 Nicholas ClarkExtUtils::Constant::ProxySubs should use mro_method_cha...
2010-09-21 Nicholas ClarkAdd macro_to_ifndef to ExtUtils::Constant::Base, and...
2010-09-21 Nicholas ClarkTweak ExtUtils::Constant::ProxySubs to use hv_exists_ent().
2010-09-21 Nicholas ClarkRemove boilerplate and (un)conditional code from Makefi...
2010-09-21 Nicholas ClarkTweak XS::APItest to automatically add all functions...
2010-09-21 Nicholas ClarkEliminate PL_* accessor functions under ithreads.
2010-09-21 Father ChrysostomosClarify a perldelta entry
2010-09-21 Father Chrysostomosperldelta entries for the last two bug fixes
2010-09-21 Father ChrysostomosMention wide character warnings in perl5135delta.pod
2010-09-21 Father ChrysostomosFix pod syntax in perlsub
2010-09-21 Father Chrysostomos[perl #47365] Docs for \$ prototypes
2010-09-21 Michael G SchwernTest localization of English.pm’s $LIST_SEPARATOR ...
2010-09-21 Father ChrysostomosLet B::Deparse know about the [perl #20444] fix.
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-09-21 Father Chrysostomos[perl #19078] wrong match order inside replacement
2010-09-21 Tony Cookcompare stat results on a file that isn't touched elsewhere
2010-09-21 Jerry D. HeddenDon't process .patch in Configure
2010-09-21 Tony CookRestore Unicode-Normalize .gitignore to ignore build...
2010-09-20 Tony CookAdd two (SV *) casts to placate C++.
2010-09-20 Chris 'BinGOs... Update perldelta.pod with recent module updates
2010-09-20 Chris 'BinGOs... Update Unicode-Normalize to CPAN version 1.07
2010-09-20 Father ChrysostomosAdd missing bug numbers
2010-09-20 David Mitchellcall defout/stderr destructors last
2010-09-20 David Mitchellrun named IO destructors later
2010-09-20 Father Chrysostomos[perl #77930] cx_stack reallocation during sort
2010-09-20 David Mitchellporting/manifest.t fail gracefully under !git
2010-09-20 Steffen MuellerUpgrade PathTools to 3.33
2010-09-20 Father ChrysostomosDon’t use PL_op without checking it first.
2010-09-20 David Mitchellfix typo in newSVpvn_flags() docs
2010-09-20 David Mitchellfix PL_psig_pend freeing
2010-09-20 David Mitchell[perl #40388] perl_destruct() leaks PL_main_cv
2010-09-20 David Mitchell[perl #40389] perl_destruct() leaks PL_defstash
2010-09-20 David MitchellPL_ofsgv is ref counted, so inc when duping
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-20 Karl Williamsonregcomp.c: fix an improper indent
2010-09-20 Florian RagwitzUpgade NEXT from version 0.64 to 0.65
2010-09-20 Florian RagwitzUpgrade PathTools from version 3.31_02 to 3.32
2010-09-19 Florian RagwitzModule::CoreList 2.39 is on CPAN now
2010-09-19 Florian RagwitzRemove unnecessary XS-APItest test boilerplate
2010-09-19 Florian RagwitzAdd tests for PL_peepp/PL_rpeepp
2010-09-19 Steve HayUpdate release manager's guide regarding perldelta
2010-09-19 Steve HayPrepare perldelta for Perl 5.13.6
2010-09-19 Chris 'BinGOs... Removed the superfluous META.yml from Module-CoreList
2010-09-19 Steve HayUpdate Porting/epigraphs.pod for Perl 5.13.5
2010-09-19 Steve HayRecord another known problem in perldelta v5.13.5
2010-09-19 Steve HayRecord a known problem in perldelta
2010-09-19 Steve HayDon't use wildcards in Porting/exec-bit.txt
2010-09-19 Steve HayFinal update to perldelta.pod for Perl 5.13.5
2010-09-19 Steve HayRecord Perl 5.13.5 in perlhist
2010-09-19 Steve HayUpdate Module::CoreList for Perl 5.13.5
2010-09-19 Steve HayUpdate Changes for 5.13.5
2010-09-19 Steve HayBump version to 5.13.5
2010-09-19 Steve HayUpdate perldelta for 5.13.5
2010-09-19 Steve HayBump VERSIONs in XS-APItest and XS-APItest-KeywordRPN
2010-09-19 Steve HayBump VERSION in PerlIO-scalar
2010-09-19 Steve HayBump VERSION in threads-shared
2010-09-19 Steve HayUpdate perldelta for 5.13.5 tomorrow (err, later today)
2010-09-18 Steve HayFix Porting/cmpVERSION.pl to work on Win32
2010-09-18 Florian RagwitzVarious perldelta tweaks
2010-09-18 Florian Ragwitzperldelta recent module upgrades
2010-09-18 Steve HayUpgrade Encode from 2.39 to 2.40
2010-09-18 Steve HayUpgrade B-Debug from 1.14 to 1.16
2010-09-18 Steve HaySilence compiler warnings
2010-09-18 Florian RagwitzUpdate the perl distribution's abstract
2010-09-17 Florian RagwitzFix inconsistency in perlpod
next