This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2012-10-05 Colin KuskieRefactor Porting/Maintainers.pm to use Test::More inste...
2012-10-04 Father Chrysostomosbignum: Suppress warnings under 5.6
2012-10-04 Father Chrysostomosbignum overrides.t: Fix for 5.8
2012-10-04 Father Chrysostomosbigint: Fix new oct override for older Math::BigInt
2012-10-04 Father Chrysostomosbignum overrides.t: Skip some tests under 5.8
2012-10-04 Father ChrysostomosIncrease bignum versions to 0.31 after the preceding...
2012-10-04 Father ChrysostomosRewrite bignum’s hex and oct overrides
2012-10-04 Steffen MuellerData::Dumper: Promote dev version to stable release
2012-10-03 Yves Ortonregen/regcharclass.pl: improved optree generation
2012-10-03 Yves Ortonregen/regcharclass.pl: add comments and some minor...
2012-10-03 Father Chrysostomossubstr.t: Move two tests outside run_tests
2012-10-03 Steve Hayperldelta for 4ae07704fb
2012-10-03 Steve HayBump $ExtUtils::CBuilder::VERSION and add Changes entry...
2012-10-03 Steve HayAdd missing Changes entries for ExtUtils-CBuilder per...
2012-10-03 Eric BrineAllow a list of symbols to export to be passed to link...
2012-10-03 Father ChrysostomosFix uninit warnings under old cow
2012-10-03 Father ChrysostomosStop sv_force_normal from crashing on ro globs under...
2012-10-02 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-10-02 Father ChrysostomosRevert "Upgrade to threads::shared 1.42"
2012-10-02 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-10-02 Father Chrysostomosperly.c: Disarm the YYDEBUG defines in perly.h
2012-10-01 Father Chrysostomossubstr.t: Fix for substr_thr.t
2012-10-01 Father ChrysostomosOops; fix threaded build
2012-10-01 Father Chrysostomos[Merge] utf8 caches and overload; other bug fixes
2012-10-01 Father ChrysostomosMake sprintf "%1s" and "%.1s" call overloading once
2012-10-01 Father Chrysostomossprintf{2,}.t: Explain why we have two test files
2012-10-01 Father Chrysostomospp_sys.c: Simplify uses of sv_len_utf8
2012-10-01 Father Chrysostomospp_pack.c: Simplify sv length determination in one...
2012-10-01 Father ChrysostomosCall overloading once for utf8 ovld→substr assignment
2012-10-01 Father ChrysostomosMake substr assignment work with changing UTF8ness
2012-10-01 Father Chrysostomosmg.c:magic_setsubstr: rmv redundante null check
2012-10-01 Father ChrysostomosTest #7678
2012-10-01 Father ChrysostomosMake rvalue substr call overloading once on utf8 str
2012-10-01 Father Chrysostomossv.c: One less assignment in sv_pvutf8n_force
2012-10-01 Father ChrysostomosMake 4-arg substr call FETCH once when upgrading target
2012-10-01 Father ChrysostomosMake 4-arg substr check SvUTF8(target) after stringfying
2012-10-01 Father ChrysostomosRemove length magic on scalars
2012-10-01 Father ChrysostomosUpdate utf8.t tests
2012-10-01 Father Chrysostomossv.c: Don’t cache utf8 length on gmagical SVs
2012-10-01 Father Chrysostomospp_length should stringify before checking DO_UTF8
2012-10-01 Father ChrysostomosOnly cache utf8 offsets for PVs
2012-10-01 Father ChrysostomosMake substr = $utf8 call get-magic once
2012-10-01 Father ChrysostomosMake utf8::decode respect set-magic
2012-10-01 Father ChrysostomosMake utf8::encode respect magic
2012-10-01 Father Chrysostomossv.c:sv_pos_u2b: Don’t cache anything on magical SVs
2012-10-01 Father ChrysostomosMake magic_setsubstr check UTF8 flag after stringification
2012-10-01 Father ChrysostomosStop substr lvalues from being confused by changing...
2012-10-01 Father ChrysostomosStop pos from panicking when overloading changes UTF8ness
2012-10-01 Father ChrysostomosMake sv_len_utf8 return a character count as documented
2012-10-01 Father Chrysostomossv.c: Document that sv_len sets the UTF8 flag
2012-10-01 Father ChrysostomosDeprecate mg_length; make it return bytes
2012-10-01 Father ChrysostomosMake pos less volatile when UTF8-ness can change
2012-10-01 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-10-01 Father ChrysostomosAPItest.xs: Fix mem leak in lexsub test
2012-09-30 Yves OrtonFix [perl #115050] Double empty sub-regexp makes "panic!"
2012-09-30 Paul JohnsonSuggest cause of error requiring .pm file.
2012-09-30 Father ChrysostomosIncrease $warnings::VERSION to 1.15
2012-09-30 Father ChrysostomosIncrease $feature::VERSION to 1.31
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
2012-09-29 Yves OrtonMerge branch 'rt_115078' into blead
next