summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don’t leak when pushing on to read-only arrayFather Chrysostomos2012-11-022-1/+6
* Don't leak stderr from 'git describe' in cmpVERSIONHugo van der Sanden2012-11-021-1/+1
* Detect empty git tag in cmpVERSIONHugo van der Sanden2012-11-021-0/+7
* test.pl: allow for undefs in eq_hashHugo van der Sanden2012-11-021-1/+4
* Fix /a++(?{})+$code_block/Father Chrysostomos2012-11-012-3/+10
* Don’t leak with /(?{})$invalid_code_block/Father Chrysostomos2012-11-011-0/+3
* Free detritus when croaking with /(?{})$invalid/Father Chrysostomos2012-11-011-1/+14
* Stop run-time regexp blocks from leaking regexpsFather Chrysostomos2012-11-012-2/+9
* Stop / $looks_like_block/ from leakingFather Chrysostomos2012-11-012-1/+18
* add perl5.16.2 to perlhistRicardo Signes2012-11-011-0/+1
* add perl5162deltaRicardo Signes2012-11-014-0/+131
* add the 5.16.2 epigraphRicardo Signes2012-11-011-0/+23
* Initial (incomplete) patch to start restoring WinCE buildKonovalov, Vadim (Vadim)** CTR **2012-11-012-20/+72
* Remove __attribute__malloc__ from MYSWAP functionsSteve Hay2012-11-012-6/+3
* Win32 miniperl: delay loading for Winsock, and then remove itDaniel Dragan2012-10-316-6/+71
* Add the DynaLoader upgrade to perldeltaSteve Hay2012-10-311-0/+4
* Use correct type to avoid a cast added by fe1c5936a5Steve Hay2012-10-311-2/+2
* Bump DynaLoader's $VERSION after commit fe1c5936a5Steve Hay2012-10-311-1/+1
* consting in perl.c:S_Internals_V and Win32 DynaLoaderDaniel Dragan2012-10-314-6/+6
* Three spelling corrections.James E Keenan2012-10-301-3/+3
* utf8.c: Stop _core_swash_init from leakingFather Chrysostomos2012-10-301-2/+2
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-3016-169/+248
* regcomp.c: Really stop regexp-to-pv assignment from leakingFather Chrysostomos2012-10-301-1/+1
* Turn off OK flags when creating a regexp.Father Chrysostomos2012-10-302-2/+19
* sv.c: Drop PV when assigning over regexpFather Chrysostomos2012-10-301-2/+5
* Prune dead code in sv.c:sv_force_normal_flagsFather Chrysostomos2012-10-301-11/+4
* regcomp.c: Don’t point mother_re to regexp copyFather Chrysostomos2012-10-301-4/+3
* regcomp.c: Stop regexp-to-pv assignemnt from leakingFather Chrysostomos2012-10-281-0/+1
* sv.c: Fix code-before-declarationsFather Chrysostomos2012-10-281-2/+6
* Don’t crash with $tied[-1] when array is tied to non-objFather Chrysostomos2012-10-282-58/+44
* Don’t skip tied EXISTS for negative array indicesFather Chrysostomos2012-10-282-2/+15
* yyerror->yyerror_pvn in toke.c:S_new_constantDaniel Dragan2012-10-281-2/+5
* rmv a sv_2mortal and unused var in toke.c:Perl_yyerror_pvnDaniel Dragan2012-10-281-2/+1
* sv.c: Allow blessed cowsFather Chrysostomos2012-10-281-3/+1
* sv.c: Remove redundant Sv[INP]OK checks on fbm/regexpsFather Chrysostomos2012-10-281-18/+2
* sv.c: Remove redundant sv_force_normal calls from sv_2[iun]vFather Chrysostomos2012-10-281-0/+6
* sv.c: !SvLEN does not mean undefinedFather Chrysostomos2012-10-282-10/+28
* Stop regexp assignment from clobbering magicFather Chrysostomos2012-10-282-3/+11
* Fix assertion failure with $float = $regexp assignmentFather Chrysostomos2012-10-283-6/+10
* sv.c: No need to de-COW COWs on upgradeFather Chrysostomos2012-10-281-1/+1
* Don’t sv_force_normal in mg.c:S_save_magicFather Chrysostomos2012-10-281-7/+4
* Workaround for VAX compiler optimizer bug in Digest::SHA.Craig A. Berry2012-10-272-3/+15
* Fix use of non-existent bareword filehandle in t/TEST.Craig A. Berry2012-10-271-2/+2
* silence warning in toke.c charnames supportYves Orton2012-10-271-1/+1
* RT #115488 cxstack -1 at nested scan_heredocReini Urban2012-10-261-2/+4
* Allow cow with $magic = $hashkeyFather Chrysostomos2012-10-261-1/+1
* Make private variable static in regexec.c.Craig A. Berry2012-10-261-1/+1
* De-globalize regcomp inversion lists.Craig A. Berry2012-10-262-35/+172
* start to make ext/B work with 5.14.xDavid Mitchell2012-10-262-12/+19
* B.xs: move all B::*OP methods to B::OP::nextDavid Mitchell2012-10-261-221/+175