summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Windows 95 Chainsaw MassacreJan Dubois2010-12-026-657/+118
* Fix some unreachable and return nits in vms/vms.c.Craig A. Berry2010-12-021-3/+1
* Fix some =/== nits in vms/vms.cCraig A. Berry2010-12-021-5/+4
* [perl #80098] Bleadperl breaks Attribute::LexicalFather Chrysostomos2010-12-022-9/+22
* Update Locale-Codes to CPAN version 3.15Chris 'BinGOs' Williams2010-12-0214-46/+80
* Fix C++ breakage introduced in d7ef4b73Tony Cook2010-12-021-3/+7
* Nit in perluniintro.podKarl Williamson2010-12-011-1/+1
* Nit in perlunicode.podKarl Williamson2010-12-011-3/+3
* Nit in perlre.podKarl Williamson2010-12-011-1/+1
* Document Unicode doc fixKarl Williamson2010-12-015-92/+105
* Nit in perlunicode.podKarl Williamson2010-12-011-1/+1
* re/fold_grind.t: Add tests for NREFFU, REFFUKarl Williamson2010-12-011-2/+22
* regcomp.c: Generate REFFU and NREFFUKarl Williamson2010-12-011-8/+26
* regexec.c: Handle REFFU and NREFFU; refactorKarl Williamson2010-12-011-43/+72
* re/fold_grind.t: Refactor to test utf8 patterns.Karl Williamson2010-12-011-11/+14
* regcomp.sym: Add REFFU and NREFFU nodesKarl Williamson2010-12-012-9/+27
* regcomp.sym: update commentKarl Williamson2010-12-011-1/+1
* regcomp.c: Use latin1 folding in synthetic start classKarl Williamson2010-12-011-15/+19
* regcomp.c: utf8 pattern defaults to Unicode semanticsKarl Williamson2010-12-012-1/+25
* regcomp.c: teach tries about EXACTFUKarl Williamson2010-12-011-7/+7
* regcomp.c: typo in commentKarl Williamson2010-12-011-1/+1
* re/reg_fold.t: use array size for test countsKarl Williamson2010-12-011-8/+1
* regcomp.c: Remove duplicate statementKarl Williamson2010-12-011-1/+0
* [perl #64792] Document $? in perlfunc/exitFather Chrysostomos2010-12-011-1/+2
* Upgrade if from version 0.06 to 0.0601Florian Ragwitz2010-12-014-3/+11
* Fix compiler warning in hv.c on MSWin32Jerry D. Hedden2010-12-011-1/+1
* Fix uninit compiler warning in mro.cJerry D. Hedden2010-12-011-1/+1
* perldelta up to 6b7c6d959Father Chrysostomos2010-12-011-1/+6
* perldelta for [perl #68654]Father Chrysostomos2010-12-011-0/+8
* ++substr $mro'VERSION, -1Father Chrysostomos2010-12-011-1/+1
* [perl #68654] next::method doesn't see UNIVERSALFather Chrysostomos2010-12-012-1/+31
* Make next_edgecases.t easier to deal withFather Chrysostomos2010-12-011-1/+3
* Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker.Nicholas Clark2010-12-012-3/+3
* Update Maintainers.pl for the CPAN'd version of Module-CoreListChris 'BinGOs' Williams2010-12-011-1/+1
* Fix B test failure introduced in 6b7c6d9Florian Ragwitz2010-12-011-4/+4
* perldelta up to 779bcb7dFather Chrysostomos2010-11-301-4/+12
* Skip t/io/eintr.t on Cygwin, too - hangsJerry D. Hedden2010-11-301-1/+1
* Fix memory leak in hfreeentriesFather Chrysostomos2010-11-301-16/+25
* perldelta for mg_findext and sv_unmagicextFlorian Ragwitz2010-11-301-1/+7
* Suppress warning from t/op/attrs.tFather Chrysostomos2010-11-301-2/+2
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-306-13/+24
* Restore building Encode's subextensions for a static build.Nicholas Clark2010-11-301-1/+1
* In S_scan_const(), use my_snprintf() instead of my_sprintf().Nicholas Clark2010-11-301-2/+4
* Use ' to avoid interpolationFather Chrysostomos2010-11-301-1/+1
* [perl #79152] super-linear cache can prevent a valid matchNick Cleaton2010-11-302-7/+15
* Spelling: reminder -> remainderPeter John Acklam2010-11-306-11/+11
* Update perlguts for sv_unmagicext and mg_findextFlorian Ragwitz2010-11-301-10/+23
* Add tests for sv_{,un}magicext and mg_findextFlorian Ragwitz2010-11-303-0/+61
* Add mg_findextFlorian Ragwitz2010-11-305-9/+42
* Add sv_unmagicextFlorian Ragwitz2010-11-305-14/+44