summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* sv.c:S_curse: remove unnecessary null checkFather Chrysostomos2012-11-231-1/+2
* svleak.t: To-do tests for fatal warnings and some syntax errsFather Chrysostomos2012-11-231-1/+50
* remove an EXTEND from XS_re_regexp_patternDaniel Dragan2012-11-231-4/+3
* SuperFastHash needs to define PERL_HASH_SEED_BYTES appropriately.Nicholas Clark2012-11-231-0/+1
* The size of PL_hash_seed depends on the chosen hash algorithm.Nicholas Clark2012-11-231-1/+1
* Update Unicode-Collate to CPAN version 0.94Chris 'BinGOs' Williams2012-11-2313-18/+5257
* av_exists: dont make a mortal never to use itbulk88 (via RT)2012-11-232-9/+13
* Fix typo in perl5120deltal.mai@web.de2012-11-231-1/+1
* Reduce scope of SP in Perl_eval_pvDaniel Dragan2012-11-231-4/+5
* Preserve the case of t/lib/vmsfspec.t.Craig A. Berry2012-11-221-2/+4
* podcheck.t: Was always giving failure under -regenKarl Williamson2012-11-221-1/+3
* Update with Module-CoreList-2.78Chris 'BinGOs' Williams2012-11-221-1/+1
* Skip the test for fork's undef return if ulimit -u doesn't work locally.Nicholas Clark2012-11-221-0/+6
* Bump $XS::Typemap::VERSION after previous commit.Nicholas Clark2012-11-221-1/+1
* Add additional tests for T_BOOL typemapSteffen Mueller2012-11-223-1/+14
* Better pass-through handling for tovmsspec.Craig A. Berry2012-11-211-24/+8
* previous patch forgot to bump the version on Locale::Maketext for CPANYves Orton2012-11-223-2/+5
* fix hash order dependency bug in Local-Maketext/t/09_compile.tYves Orton2012-11-221-5/+7
* Remove improper use of each() in B::walksymtable and fix ext/B/t/xref.tYves Orton2012-11-222-3/+5
* regmatch(): silence OpenWatcom compiler warningsDavid Mitchell2012-11-211-0/+6
* sv.c: Remove aTHX from croak_no_modify callFather Chrysostomos2012-11-211-1/+1
* Fix double free with stashes blessed into each otherFather Chrysostomos2012-11-212-2/+13
* refactor pp_stringify and pp_andDaniel Dragan2012-11-212-10/+22
* fix a hash order dependency in cpan/List-Util testsYves Orton2012-11-215-4/+9
* perlhack: better wordFather Chrysostomos2012-11-201-2/+2
* Add assertions to S_curse in sv.cFather Chrysostomos2012-11-201-0/+2
* scope.c: Remove XXX tmp comment from SAVEt_FREEOPFather Chrysostomos2012-11-201-1/+1
* Revert "Revert "8c34e50dc slowed down detruction with no DESTROY""Father Chrysostomos2012-11-202-6/+8
* [perl #115830] Fix crash by not copying DESTROY cacheFather Chrysostomos2012-11-201-0/+1
* sv.c: obsolete commentFather Chrysostomos2012-11-201-2/+0
* Mention do_curse in alloc section of sv.c apidocsFather Chrysostomos2012-11-201-3/+5
* Fix panic/crash with sort { $not_num } and fatal warningsFather Chrysostomos2012-11-202-6/+29
* perldiag: Correct entry about sort sub and single valuesFather Chrysostomos2012-11-201-2/+2
* bump version to 5.17.7Ricardo Signes2012-11-2020-131/+131
* add perldelta for 5.17.7Ricardo Signes2012-11-2010-215/+603
* wrap some very long lines in verbatim blocksRicardo Signes2012-11-201-2/+4
* use verbatim paragraphs for verse epigraphsRicardo Signes2012-11-201-94/+94
* add the v5.17.6 epigraphRicardo Signes2012-11-201-0/+14
* update perlhist and release schedulev5.17.6Ricardo Signes2012-11-202-2/+3
* update Module-CoreListRicardo Signes2012-11-205-3/+93
* clean up and finalize the perldeltaRicardo Signes2012-11-201-124/+30
* start cleaning up perldelta for 5.17.6Ricardo Signes2012-11-201-135/+5
* The MurmurHash3 code can use the existing perl.h #defines for endianness.Nicholas Clark2012-11-201-36/+2