This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-12-08 Jan DuboisFix file permissions mangled by #0e5d25bf
2010-12-08 Jan DuboisMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-12-08 Jan DuboisUpgrade Win32 from CPAN (from 0.39 to 0.40)
2010-12-08 Father Chrysostomosperldelta for 558b442/[perl #66104]
2010-12-08 Brad GilbertModified unlink_all in t/test.pl to return the count...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/uni...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/run...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/re/qr.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/sysio.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/op...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/magic.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/goto.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/filetest.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/lib/deprecate.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/io/nargv.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/op...
2010-12-08 Father Chrysostomos[perl #19135] string eval turns off readonlyness on...
2010-12-08 Nicholas ClarkIn Storable.xs fix #80074, caused by the Perl stack...
2010-12-08 Karl Williamsonregexec.c: Fix locale and \s
2010-12-08 Karl Williamsonregexec.c: Add missing handlers for locale \d
2010-12-08 Karl Williamsonregcomp.sym: Correct DIGITL, NDIGITL entries
2010-12-08 Karl Williamsonregcomp.c: Add locale for \d
2010-12-08 Karl Williamsontoke.c: Fix EBCDIC problem
2010-12-08 Karl Williamsontoke.c: highlight problematic-mentioning comment
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 Jan DuboisMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
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-03 Jan DuboisMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
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
next