summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* refactor Perl_sv_add_backrefDavid Mitchell2010-08-011-23/+28
* DEBUG_LEAKING_SCALARS: add sv_debug_parentDavid Mitchell2010-08-014-8/+9
* Change spaces to tabs for t/op/tie_fetch_count.t in MANIFESTGeorge Greer2010-08-011-1/+1
* Add t/op/tie_fetch_count.t to MANIFESTFlorian Ragwitz2010-08-011-0/+1
* More release manager updates from 5.13.3 release notesDavid Golden2010-07-301-7/+24
* revert epigraphs.pod note in release manager's guideDavid Golden2010-07-301-3/+0
* Update release managers guide with notes from 5.13.3 releaseDavid Golden2010-07-301-6/+25
* Improve Porting/checkAUTHORS.plDavid Golden2010-07-302-40/+58
* checkAUTHORS.pl: add --who to list unique authorsDavid Golden2010-07-301-5/+16
* Make new tie test less noisyRafael Garcia-Suarez2010-07-301-2/+1
* Add new hdr op_reg_common to Makefile.SHKarl Williamson2010-07-301-1/+1
* Tests to check if FETCH of a tied variable isn't called moreAbigail2010-07-301-0/+174
* Peek.t: better identify failing testsDavid Mitchell2010-07-291-1/+3
* Dump didn't display CVf_ISXSUB flagDavid Mitchell2010-07-292-2/+3
* Perl_do_sv_dump didn't increase nesting for magicDavid Mitchell2010-07-291-1/+1
* Perl_do_sv_dump: alert when skipping elementsDavid Mitchell2010-07-291-22/+27
* expand the xhv_backreferences code notesDavid Mitchell2010-07-292-9/+17
* re-apply some xhv_backreferences notes and stuffDavid Mitchell2010-07-292-6/+7
* Revert "process xhv_backreferences early in S_hfreeentries"David Mitchell2010-07-295-20/+86
* Revert "make it an error to look for magic hv backref"David Mitchell2010-07-291-10/+8
* Hash assignment can zap weak references to the hashFather Chrysostomos (via RT)2010-07-291-1/+12
* Refactor common parts of op.h, regexp.h into new .hKarl Williamson2010-07-296-77/+108
* ext/B/defsubs_h.PL: teach to allow exprs with <<Karl Williamson2010-07-291-1/+5
* regcomp.pl: Teach to handle wider range of exprsKarl Williamson2010-07-291-7/+22
* ext/B/defsubs_h.PL: add explanatory commentKarl Williamson2010-07-291-0/+4
* defsubs_h.PL: Use correct variable in error msgKarl Williamson2010-07-291-1/+1
* regexp.h: Add some commentsKarl Williamson2010-07-291-1/+11
* op.h: Fix comments in #defines that cross linesKarl Williamson2010-07-291-9/+9
* Make srand() return "0 but true" for 0, for backwards compatible behaviour.Nicholas Clark2010-07-282-2/+27
* Add a test for srand's return valueRafael Garcia-Suarez2010-07-281-1/+5
* srand: change to return its seedKarl Williamson2010-07-285-28/+43
* remove misleading comment about CXINC; it's fineChip Salzenberg2010-07-271-1/+1
* Revert "Fix off-by-one: avoid allocating an extra context"Chip Salzenberg2010-07-272-3/+3
* Fix off-by-one: avoid allocating an extra contextChip Salzenberg2010-07-272-3/+3
* Bump $ExtUtils::ParseXS::VERSION to non-dev versionFlorian Ragwitz2010-07-271-1/+1
* Move ExtUtils::ParseXS from cpan/ to dist/Florian Ragwitz2010-07-2718-19/+19
* Document in perldelta Karl's work I just mergedRafael Garcia-Suarez2010-07-271-0/+6
* Merge remote branch 'khwilliamson/ncharnames' into bleadRafael Garcia-Suarez2010-07-276-179/+11794
|\
| * mktables: Move some CJK chars out of Name.pl tableKarl Williamson2010-07-131-15/+14
| * [perl 71764] Extend charnames to all of UnicodeKarl Williamson2010-07-134-25/+11410
| * charnames.pm: More refactoring for performanceKarl Williamson2010-07-131-32/+33
| * charnames.pm: refactor so complex re is used onceKarl Williamson2010-07-131-24/+27
| * charnames.pm: Change variable's nameKarl Williamson2010-07-131-8/+4
| * charnames.pm: expand tabsKarl Williamson2010-07-131-66/+66
| * mktables: remove wrong extra blank from outputKarl Williamson2010-07-131-1/+1
| * Yet another comment changeKarl Williamson2010-07-131-2/+2
| * charnames.t: Test that can have string "0x..."Karl Williamson2010-07-131-1/+1
| * t/lib/charnames/alias: Add explicit warnings setsKarl Williamson2010-07-131-0/+46
| * charnames: Change so :short syntax can have spacesKarl Williamson2010-07-132-11/+12
| * charnames: Fix scoping bugsKarl Williamson2010-07-133-93/+284