This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-10-14 Karl Williamsonregen/mk_invlists.pl: Make list for multi-fold chars
2012-10-14 Karl Williamsonmktables: Add table for chars with multi-char fold
2012-10-14 Karl Williamsonregcomp.c: Rename a macro, fix-up comments
2012-10-13 Dominic HargreavesLink to 5.14.3 announcement
2012-10-13 Father ChrysostomosHandle cow $_ in @INC filter
2012-10-13 Father ChrysostomosAllow COW copies in aassign
2012-10-12 Dominic HargreavesAdd references to perl5143delta
2012-10-12 Dominic HargreavesAdd the 5.14.3 perldelta
2012-10-12 Dominic HargreavesAdd 5.14.3 to perlhist
2012-10-12 Dominic Hargreavesadd 5.14.3 epigraph
2012-10-12 Chris 'BinGOs... Update Module-CoreList Changes file
2012-10-12 Chris 'BinGOs... Add v5.14.3 data to Module::CoreList and bump to 2.74
2012-10-12 Father Chrysostomostoke.c: Rewrite bogus yylex comment
2012-10-12 Father Chrysostomosperlreapi.pod: Consistent spaces after dots
2012-10-12 Father Chrysostomosperlreapi.pod: Document RXf_MODIFIES_VARS
2012-10-12 Father Chrysostomosperlreapi.pod: Update RXf_SKIPWHITE section
2012-10-12 Father Chrysostomosperlreapi.pod: Update RXf_SPLIT section
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father Chrysostomosdefins.t: Suppress uninit warning
2012-10-12 Brad GilbertMove tests from t/op/while_readdir.t to t/op/defins.t
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-12 Father Chrysostomosperl5180delta: B::Generate is fixed
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-12 Father ChrysostomosDon’t taint return value of s///e based on replacement
2012-10-12 Father ChrysostomosRemove PMf_MAYBE_CONST
2012-10-12 Father Chrysostomos[perl #49190] Stringify repl repeatedly in s///g
2012-10-12 Father ChrysostomosRXf_MODIFIES_VARS
2012-10-12 Father ChrysostomosDefine RXf_SPLIT and RXf_SKIPWHITE as 0
2012-10-12 Father Chrysostomospp_hot.c:pp_subst: add comment
2012-10-12 Father ChrysostomosSimplify the fix for bug #41530
2012-10-12 Karl Williamsonperldelta for [perl #114982]
2012-10-12 Karl Williamsonregcomp.c: Use more precise definition of folding chars
2012-10-12 Karl Williamsonhandy.h: Add macro which returns if a char is folding
2012-10-12 Karl Williamsonregen/mk_PL_charclass.pl: Add bit for if character...
2012-10-12 Karl Williamsonregcomp.c: Optimize EXACTFish nodes without folds to...
2012-10-12 Karl Williamsonregexec.c: Fix EXACT node handling in regrepeat()
2012-10-11 Steve HayFix indentation after a19baa613c
2012-10-11 Daniel Draganstop Win32 VC miniperl from exporting functions
2012-10-10 Daniel Draganfix C++ builds broken by cdc4a174060
2012-10-10 Father Chrysostomos[perl #114658] Fix line numbers at the end of string...
2012-10-10 Steve HayAdd extern "C" to definitions of four win32_ functions
2012-10-10 David Mitchell[MERGE] revamp dist/B-Deparse/t/core.t
2012-10-10 David MitchellDeparse/t/core.t: add support for lex vars
2012-10-10 David Mitchelloverhaul dist/B-Deparse/t/core.t
2012-10-10 David Mitchellfix deparsing of select(F)
2012-10-10 David MitchellDeparse: handle system/exec prog arg,arg,,..
2012-10-10 David MitchellDeparse: grep($a) became grep($a,); ditto map
2012-10-10 David MitchellDeparse: handle some strong keywords better
2012-10-10 David MitchellDeparse crashed on argless sort()
2012-10-10 Father Chrysostomos[perl #115206] Don’t crash when vivifying $|
2012-10-10 Father ChrysostomosTest perl #4760
2012-10-10 Steve HayAdd $(EXTRACFLAGS) to $(CFLAGS) for MinGW/gcc build...
2012-10-10 Steve HayFix VC compilation of universal.c as C++ following...
2012-10-10 Steve HayMinor tidy-ups from 624a1c42c1
2012-10-10 Daniel Draganclean up vmem.h, remove unused instrumentation hooks
2012-10-10 Steve HayFixes to enable building win32 files as C++ with VC
2012-10-10 Daniel Draganadd const to Perl_boot_core_UNIVERSAL's xsub registrati...
2012-10-10 Father Chrysostomos[perl #26986] Skip subst const repl optimisation for...
2012-10-09 Daniel Draganhave embed.pl add PERL_CALLCONV_NO_RET to noreturn...
2012-10-09 Karl Williamsonperlreapi.pod: grammar and other nits
2012-10-09 Karl Williamsonregexec.c: White-space only; comment only; no code...
2012-10-09 Karl Williamsonregexec.c: Refactor slightly for clarity
2012-10-09 Karl Williamsonutf8.c: Remove an unnecessary conditional
2012-10-09 Karl WilliamsonPATCH: [perl #114982]: case-insensitive regex bug with...
2012-10-09 Karl WilliamsonAllow _swash_inversion_hash() to be called in regexec.c
2012-10-09 Karl Williamsonregex: Allow any single char to be SIMPLE
2012-10-09 Karl Williamsonregcomp.c: Slightly relax restriction of SIMPLE nodes
2012-10-09 Karl Williamsonregexec.c: Turn test into an assertion
2012-10-09 Karl Williamsonregexec.c: White-space only
2012-10-09 Karl Williamsonregexec.c: indent properly and reflow some comments...
2012-10-09 Karl Williamsonregcomp.c: Refactor join_exact() to handle all multi...
2012-10-09 Karl Williamsonregen/regcharclass.pl: Generate macros for multi-char...
2012-10-09 Karl WilliamsonAdd regen/regcharclass_multi_char_folds.pl
2012-10-09 Karl Williamsonregen/regcharclass.pl: Simplify regex
2012-10-09 Karl Williamsonregen/regcharclass.pl: Add ability for more complex...
2012-10-09 Karl Williamsonregcomp.c: min len is chars, not bytes
2012-10-09 Father Chrysostomos[perl #114658] perl5180delta: Mention B::Hooks::Parser
2012-10-09 Father Chrysostomos[perl #114632] perl5180delta: Mention B::Generate in...
2012-10-09 Father ChrysostomosBegin perl5180delta
2012-10-09 Peter MartiniClarify that in-place editing actually creates a new...
2012-10-09 Daniel Draganremove redundant calls in S_minus_v in perl.c
2012-10-08 Ruslan Zakirovuse HVhek_KEYCANONICAL in hv_delete
2012-10-08 Ruslan Zakirovthere is no obvious reason not to set flags
2012-10-08 Ruslan Zakirovno need to get shared hash value here
2012-10-08 Ruslan Zakirovuse && rather than &
2012-10-08 SmylersNo colon at end of subheading
2012-10-07 Daniel DraganMerge 2 gv_fetch* calls in Perl_newXS_len_flags
2012-10-07 Craig A. BerryPerl_sv_mortalcopy expects a return value.
2012-10-07 Aaron CraneAdd TODO tests for RT#115156
2012-10-07 Father ChrysostomosFix infinite loop with $tied =~ s/non-utf8/utf8/
2012-10-06 Karl Williamsonsv.c: perlapi pod grammar
2012-10-06 Karl Williamsonregexec.c: PATCH: [perl #114808]
2012-10-06 Aaron CraneFix spurious "uninitialized value" warning in regex...
2012-10-06 James E KeenanSilence an uninitialized value warning.
2012-10-05 Father Chrysostomos[perl #79824] Don’t cow for sv_mortalcopy call from XS
2012-10-05 Father ChrysostomosIncrease $PerlIO::encoding::VERSION to 0.16
2012-10-05 Father ChrysostomosMake PerlIO::encoding more resilient to buffer changes
2012-10-05 Steve HayRemove exports of dummy set[ug]id functions on Windows
2012-10-05 Steffen MuellerRevert to string evals: EBCDIC
2012-10-05 Steffen MuellerNote new Data::Dumper release in Porting/Maintainers.pl
next