summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable PL_sawampersandFather Chrysostomos2012-11-278-0/+27
* Enable PERL_NEW_COPY_ON_WRITE by defaultFather Chrysostomos2012-11-271-0/+4
* Allow COW with magical and blessed scalars (among others)Father Chrysostomos2012-11-273-7/+11
* Min string length for COWFather Chrysostomos2012-11-272-9/+30
* New COW mechanismFather Chrysostomos2012-11-2714-77/+191
* Fix comment referencing pp_iterinit (should be pp_enteriter)Matthew Horsfall (alh)2012-11-271-1/+1
* regexec.c: White space only; no code changesKarl Williamson2012-11-261-4/+3
* Remove 3 unused interpreter variablesKarl Williamson2012-11-264-15/+0
* Consider /... a directory component with EFS on VMS.Craig A. Berry2012-11-262-5/+3
* Add Bob Ernst to AUTHORSFather Chrysostomos2012-11-251-0/+1
* Move a CAN_COW_MASK comment from sv.c to sv.hFather Chrysostomos2012-11-252-2/+2
* Missing dependency in XS::APItest’s MakefileFather Chrysostomos2012-11-251-0/+2
* Stop cv-to-glob assignment redef warnings from leakingFather Chrysostomos2012-11-252-3/+3
* Add descriptions to tests for exp.tBob Ernst2012-11-251-16/+16
* Add descriptions to tests for fh.tBob Ernst2012-11-251-8/+8
* Added descriptions to tests in reverse.tBob Ernst2012-11-251-26/+26
* Add descriptions to tests for int.tBob Ernst2012-11-251-13/+17
* Update Compress-Raw-Zlib to CPAN version 2.059Chris 'BinGOs' Williams2012-11-255-9/+18
* Update Compress-Raw-Bzip2 to CPAN version 2.059Chris 'BinGOs' Williams2012-11-256-8/+17
* Update Digest-SHA to CPAN version 5.74Chris 'BinGOs' Williams2012-11-2510-18/+27
* Bump Term::ReadLine version.Craig A. Berry2012-11-251-1/+1
* Add Sven Strickroth to AUTHORS.Craig A. Berry2012-11-251-0/+1
* Rational findConsole dispatch for Term::ReadLine.Craig A. Berry2012-11-251-11/+4
* (msys) perl readline creates sys$command files w/o STDIN connectedSven Strickroth2012-11-251-1/+1
* pp_hot.c: Comment typo, white-space onlyKarl Williamson2012-11-251-3/+1
* Remove "register" declarationsKarl Williamson2012-11-2462-423/+422
* perlhack: Add note to not use "register" declarationsKarl Williamson2012-11-241-0/+6
* RT-23180 - If we skip matching in pp_match for any reason, pos() must still b...Matthew Horsfall (alh)2012-11-243-7/+75
* Clarify reporting of .DIR extension on VMS.Craig A. Berry2012-11-241-2/+2
* Handle invalid directory spec with EFS in pathify_dirspec.Craig A. Berry2012-11-241-7/+20
* Increase $Module::CoreList::VERSION to 2.79Father Chrysostomos2012-11-241-1/+1
* Errno was added in 5.5, not in 5.5.4Alexandr Ciornii2012-11-242-2/+4
* Request is_utf8_char_slow() be inlinedKarl Williamson2012-11-243-3/+3
* regen/embed.pl: flag 'i' didn't work with 'n'Karl Williamson2012-11-241-1/+1
* Add "buzzhash16" - a random hash functionYves Orton2012-11-241-2/+55
* Stop sub decl redef warnings from leaking CVsFather Chrysostomos2012-11-242-1/+4
* perldiag: Correct wording of ‘Using just the first char...’Father Chrysostomos2012-11-241-1/+1
* perldiag: Add cat to ‘Using just the first char...’Father Chrysostomos2012-11-241-3/+3
* Increase $feature::VERSION to 1.32Father Chrysostomos2012-11-242-2/+2
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-249-36/+34
* op.c: Factor common ‘existing sub’ logic into static routineFather Chrysostomos2012-11-241-81/+61
* Warn by default for constant my sub redefinitionFather Chrysostomos2012-11-242-1/+20
* Prevent double frees with lexical constantsFather Chrysostomos2012-11-242-2/+9
* op.c:newATTRSUB: Change an if condition to an elseFather Chrysostomos2012-11-241-5/+1
* Stop ignored :lvalue warning from leaking CVsFather Chrysostomos2012-11-242-1/+11
* prevent memory exhaustion from hash attacksYves Orton2012-11-241-26/+6
* SvPVXtrue single eval->multiple evalDaniel Dragan2012-11-231-9/+11
* Stop toke.c:S_scan_const from leakingFather Chrysostomos2012-11-232-6/+10
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-238-73/+99
* sv.c:S_curse: move assertions to make them usefulFather Chrysostomos2012-11-231-2/+3