This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-11-19 Father ChrysostomosFix pp_goto crash with orphaned GV
2011-11-19 Father Chrysostomosutil.c:get_db_sub: correct comment
2011-11-19 Father Chrysostomosperldelta for GV scalar localisation
2011-11-19 Father ChrysostomosCopy magic during localisation even for GVs
2011-11-19 Father ChrysostomosTest length() warning with pad vars
2011-11-19 Father Chrysostomosperldiag: Rewrap ‘length() used on %s’
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-18 Nicholas ClarkTweak the cBOOL() macro to avoid problems with the...
2011-11-18 Father ChrysostomosFix threaded build
2011-11-18 Father Chrysostomosperldelta: fix for $DB::sub with bad subname
2011-11-18 Paul GreenUpdate several test cases to not generate failures...
2011-11-18 Father ChrysostomosMake sure $DB::sub is callable
2011-11-18 Father ChrysostomosRemove redundant check in pp_hot.c:pp_entersub
2011-11-18 Chris 'BinGOs... Update IO-Compress to CPAN version 2.042
2011-11-18 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.042
2011-11-18 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.042
2011-11-18 Nicholas ClarkSeparate the build and non-build functionality of pod...
2011-11-18 Nicholas ClarkNote the changes to pod/buildtoc in the perldelta.
2011-11-18 Nicholas ClarkIn buildtoc, refactor to de-duplicate code and variables.
2011-11-18 Nicholas ClarkRefactor pod_rules.pl and buildtoc to use new functions...
2011-11-18 Nicholas ClarkPorting/pod_rules.pl should not warn about files that...
2011-11-18 Nicholas ClarkAdd Porting/new-perldelta.pl, which automates adding...
2011-11-18 Nicholas ClarkFlag to get_pod_metadata() whether generated files...
2011-11-18 Nicholas ClarkRefactor pod_lib.pl's get_pod_metadata() to remove...
2011-11-18 Nicholas ClarkRename t/porting/buildtoc.t to pod_rules.t to reflect...
2011-11-18 Nicholas ClarkCreate Porting/pod_rules.pl, with all non perltoc.pod...
2011-11-18 Nicholas ClarkIn pod_lib.pl's get_pod_metadata(), generate lookup...
2011-11-18 Nicholas ClarkExtract from buildtoc the code that processes pod.lst...
2011-11-18 Nicholas ClarkIn buildtoc, refactor the code that reads pod.lst,...
2011-11-18 Nicholas Clarkbuildtoc --showfiles should report the correct pathnames.
2011-11-18 Nicholas Clarkbuildtoc --showfiles should only list the files to...
2011-11-18 Nicholas ClarkIn buildtoc, don't use File::Spec when initialising...
2011-11-18 Nicholas ClarkIn buildtoc, refactor the open ... or my_die pattern...
2011-11-18 Nicholas ClarkIn buildtoc, make %Readmepods lexical, and $delta_targe...
2011-11-18 Nicholas ClarkIn buildtoc, eliminate abs_from_top() as it now runs...
2011-11-18 Nicholas ClarkIn pod/buildtoc, chdir to the top level of the source...
2011-11-17 Father ChrysostomosLocalise $/ properly in UCD.pm
2011-11-17 Paul JohnsonDetect whether ccache is available to bisect.
2011-11-17 Zeframturn off buggy optimisations in one HP compiler
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-17 Father Chrysostomosarybase.xs: Don’t use arybase::[
2011-11-17 Father Chrysostomosarybase.xs: Check that $[ is in the main stash
2011-11-17 Father ChrysostomosAdd can_isa_ok.t to MANIFEST
2011-11-17 Michael G.... Add class_ok() and object_ok() to t/test.pl.
2011-11-17 Michael G.... Patch t/test.pl so isa_ok() works with objects.
2011-11-17 Reini UrbanSun cc and CC do not support gcc attributes.
2011-11-17 Reini UrbanDetect SunOS CC workshop c++ compiler
2011-11-17 Father Chrysostomosperldelta for #70151
2011-11-17 Father ChrysostomosDocument S_doeval’s calling convention
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-11-17 Father Chrysostomosperldelta for PL_curcop localisation
2011-11-17 Father ChrysostomosLocalise PL_curcop for BEGIN blocks
2011-11-17 Father ChrysostomosCombine two blocks in pp_ctl.c:S_doeval
2011-11-17 Father Chrysostomoseval.t: add bug number
2011-11-17 Father Chrysostomoseval.t: typos
2011-11-17 Nicholas ClarkAdd --check-shebang to bisect-runner.pl, to avoid mista...
2011-11-17 Nicholas ClarkNote in Porting/bisect.pl that its documentation is...
2011-11-17 Nicholas ClarkFix fatal bug in bisect-runner.pl for some 5.004 revisions.
2011-11-17 Brian FraserUnused variable in in sv_eq
2011-11-17 PerloverFix misprint in doc of UNIVERSAL
2011-11-16 Zeframavoid some test-time warnings
2011-11-16 Zefram\x-ify non-ASCII chars in C string literal
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-15 H.Merijn Brand$Config{locincpath} might be empty
2011-11-15 Karl Williamsonperldelta additions
2011-11-15 Father Chrysostomosfeature.pm: Avoid repetition; save memory
2011-11-15 Father ChrysostomosAdd 5.16 feature bundle
2011-11-15 Father Chrysostomosperldelta up to 7c5c3d9b
2011-11-15 Father ChrysostomosMove a pp_entereval comment where it belongs.
2011-11-14 Tony CookInternals::SvREFCNT() now treats reference counts as...
2011-11-14 Tony Cook[rt #103222] make Internals::SvREFCNT set/get consistent
2011-11-14 Tony Cookmatch the definition of S_mro_gather_and_rename to...
2011-11-13 Nicholas ClarkIn Perl_lex_start(), don't read the byte before SvPVX().
2011-11-13 Craig A. BerryUpdate string copying in vms/vms.c
2011-11-12 Chris 'BinGOs... Update CGI to CPAN version 3.58
2011-11-12 Karl Williamsonmktables: nits in comment and pod
2011-11-12 Karl Williamsonmktables: Remove support for deprecated properties
2011-11-12 Karl Williamsonperlunicode: Update reference to Unicode standard
2011-11-12 Karl Williamsonutf8.c: typo in comment
2011-11-12 Karl Williamsonpp.c: Make sure variable is initialized
2011-11-12 Karl WilliamsonAdd new mktables generated files to makefiles
2011-11-12 Tony Cookignore some newer build generated files
2011-11-11 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9112
2011-11-11 Karl Williamsonregexec.c: Bypass unneeded step
2011-11-11 Karl Williamsonregcomp.c: Bypass unneeded step
2011-11-11 Karl WilliamsonUse new/revised case-changing functions in pp.c
2011-11-11 Karl Williamsonutf8.c: Skip extra function calls
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Remove macro no-longer called
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonembed.fnc: Make _to_upper_title_latin1() avail to pp.c
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Add compiler hint
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonutf8.c: Add compiler hint
2011-11-11 Karl Williamsonutf8.c: Add and revise comments
next