This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-12-08 Karl Williamsonuni/fold.t: Prevent [] from being optimized out
2010-12-08 Karl Williamsonregcomp.c: Revert to using regcomp.sym order
2010-12-08 Karl Williamsonregcomp.sym: Re-order for better grouping
2010-12-08 Karl Williamsonregcomp.sym: Remove misleading comments
2010-12-08 Father ChrysostomosAvoid setting PL_cv_has_eval unnecessarily
2010-12-08 Father Chrysostomos[perl #66104] Bugs in extended regexp features
2010-12-08 David LeadbeaterThe docs for SvRX and SvRXOK still refered to magic...
2010-12-07 Jan DuboisDon't advertise PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED
2010-12-07 Jan DuboisAlways build with crypt() support on Windows
2010-12-07 Nicholas ClarkUncomment and fix up tests at the end of Storable's...
2010-12-07 Chris 'BinGOs... Update ExtUtils-CBuilder to CPAN version 0.2800
2010-12-07 Florian RagwitzPerldelta for 22a3069
2010-12-07 Jan DuboisGet rid of PERL_MSVCRT_READFIX
2010-12-07 Jan DuboisRemove dead Windows code
2010-12-06 Zeframstopgap hack for $@ as unwinding reason indicator
2010-12-06 David GoldenClarify this is the Perl 5 interpreter for manpage...
2010-12-05 Karl Williamsonregcomp.c: Fix longjmp-related warnings
2010-12-05 Father ChrysostomosTo-do tests for abnormal exiting from (?{})
2010-12-05 Father ChrysostomosHideous to-do tests for (?{}) scoping issues
2010-12-04 Father ChrysostomosUn-TODO and un-SKIP the [perl #22354] tests
2010-12-04 Father ChrysostomosEmit warning for use re "/ul"
2010-12-04 Karl Williamsonregexec.c: Clean up initialized vars in switch
2010-12-04 Karl Williamsonregcomp.c: small efficiency, portability fix
2010-12-04 Karl Williamsonregcomp.c: small efficiency improvement
2010-12-04 Karl Williamsonregcomp.c: small efficiency gain
2010-12-04 Karl Williamsonregecomp, regexec: Use mnemonic character names
2010-12-04 Karl Williamsonutf8.h: Need to make sure macro result fits in byte
2010-12-04 Karl Williamsonutf8.h: Add whitespace for readability
2010-12-04 Karl Williamsonregcomp.c: Move code out of longjump area
2010-12-04 Peter J. Holzer[perl #80220] order of hash keys wrong in perlfunc.pod
2010-12-04 Father ChrysostomosAdd Peter Holzer to AUTHORS
2010-12-04 David Leadbeaterperldelta for Storable saving a code reference as UTF-8
2010-12-04 David LeadbeaterUp Storable version to 2.25
2010-12-04 David LeadbeaterUp Storable minor version
2010-12-04 David LeadbeaterMake Storable correctly store coderefs with UTF-8 flag
2010-12-04 Yves Ortonmake empty string regexp stringify to the same thing...
2010-12-04 Yves Ortonmake the jump point a little more obvious in a comment
2010-12-03 Nicholas ClarkRemove the Makefile command to touch perlmain.c after...
2010-12-03 Michael Breen[perl #71286] fallback/nomethod failures
2010-12-03 Florian RagwitzThis commit doesn't really need a delta entry
2010-12-03 Craig A. BerryRemove lots of unused, VMS-specific variables.
2010-12-03 Craig A. BerryFix K&R-style function declaration.
2010-12-03 Craig A. BerryRemove unused include file from vms/vms.c.
2010-12-03 Father ChrysostomosDocument the explicit * in tie *$handle
2010-12-03 Father Chrysostomosperldelta for the tie $handle changes
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-12-03 Father ChrysostomosFix up tests to work around tie $handle
2010-12-03 Father ChrysostomosRevert "[perl #77496] tied gets scalars and globs confused"
2010-12-03 Father ChrysostomosRevert "[perl #77688] tie $scalar can tie a handle"
2010-12-03 Father ChrysostomosRevert "Make untie check the FAKE flag on globs"
2010-12-02 Jan DuboisWindows 95 Chainsaw Massacre
2010-12-02 Craig A. BerryFix some unreachable and return nits in vms/vms.c.
2010-12-02 Craig A. BerryFix some =/== nits in vms/vms.c
2010-12-02 Father Chrysostomos[perl #80098] Bleadperl breaks Attribute::Lexical
2010-12-02 Chris 'BinGOs... Update Locale-Codes to CPAN version 3.15
2010-12-02 Tony CookFix C++ breakage introduced in d7ef4b73
2010-12-02 Karl WilliamsonNit in perluniintro.pod
2010-12-02 Karl WilliamsonNit in perlunicode.pod
2010-12-02 Karl WilliamsonNit in perlre.pod
2010-12-02 Karl WilliamsonDocument Unicode doc fix
2010-12-02 Karl WilliamsonNit in perlunicode.pod
2010-12-02 Karl Williamsonre/fold_grind.t: Add tests for NREFFU, REFFU
2010-12-02 Karl Williamsonregcomp.c: Generate REFFU and NREFFU
2010-12-02 Karl Williamsonregexec.c: Handle REFFU and NREFFU; refactor
2010-12-02 Karl Williamsonre/fold_grind.t: Refactor to test utf8 patterns.
2010-12-02 Karl Williamsonregcomp.sym: Add REFFU and NREFFU nodes
2010-12-02 Karl Williamsonregcomp.sym: update comment
2010-12-02 Karl Williamsonregcomp.c: Use latin1 folding in synthetic start class
2010-12-02 Karl Williamsonregcomp.c: utf8 pattern defaults to Unicode semantics
2010-12-02 Karl Williamsonregcomp.c: teach tries about EXACTFU
2010-12-02 Karl Williamsonregcomp.c: typo in comment
2010-12-02 Karl Williamsonre/reg_fold.t: use array size for test counts
2010-12-02 Karl Williamsonregcomp.c: Remove duplicate statement
2010-12-01 Father Chrysostomos[perl #64792] Document $? in perlfunc/exit
2010-12-01 Florian RagwitzUpgrade if from version 0.06 to 0.0601
2010-12-01 Jerry D. HeddenFix compiler warning in hv.c on MSWin32
2010-12-01 Jerry D. HeddenFix uninit compiler warning in mro.c
2010-12-01 Father Chrysostomosperldelta up to 6b7c6d959
2010-12-01 Father Chrysostomosperldelta for [perl #68654]
2010-12-01 Father Chrysostomos++substr $mro'VERSION, -1
2010-12-01 Father Chrysostomos[perl #68654] next::method doesn't see UNIVERSAL
2010-12-01 Father ChrysostomosMake next_edgecases.t easier to deal with
2010-12-01 Nicholas ClarkAvoid two compiler warnings in B::cstring, spotted...
2010-12-01 Chris 'BinGOs... Update Maintainers.pl for the CPAN'd version of Module...
2010-12-01 Florian RagwitzFix B test failure introduced in 6b7c6d9
2010-12-01 Father Chrysostomosperldelta up to 779bcb7d
2010-12-01 Jerry D. HeddenSkip t/io/eintr.t on Cygwin, too - hangs
2010-12-01 Father ChrysostomosFix memory leak in hfreeentries
2010-11-30 Florian Ragwitzperldelta for mg_findext and sv_unmagicext
2010-11-30 Father ChrysostomosSuppress warning from t/op/attrs.t
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-30 Nicholas ClarkRestore building Encode's subextensions for a static...
2010-11-30 Nicholas ClarkIn S_scan_const(), use my_snprintf() instead of my_spri...
2010-11-30 Father ChrysostomosUse ' to avoid interpolation
2010-11-30 Nick Cleaton[perl #79152] super-linear cache can prevent a valid...
2010-11-30 Peter John... Spelling: reminder -> remainder
2010-11-30 Florian RagwitzUpdate perlguts for sv_unmagicext and mg_findext
2010-11-30 Florian RagwitzAdd tests for sv_{,un}magicext and mg_findext
2010-11-30 Florian RagwitzAdd mg_findext
2010-11-30 Florian RagwitzAdd sv_unmagicext
next