summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* Unused 'cv'Jerry D. Hedden2009-07-031-0/+1
* Integrate version.pm-0.77 into bleadperlJohn Peacock2009-06-301-9/+41
* Remove declaration of XS_Internals_inc_sub_generationRafael Garcia-Suarez2009-04-151-1/+0
* get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it hasNicholas Clark2009-03-301-3/+3
* Following change 34356, which decoupled get_isa_hash() fromNicholas Clark2009-03-301-0/+35
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-2/+2
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2009-03-291-13/+13
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-1/+1
* Eliminate (HV *) casts in u*.c.Nicholas Clark2009-03-291-4/+4
* Create a direct lookup hash for ->isa() lookup, by retaining theNicholas Clark2009-03-291-22/+19
* Abolish the warning "Can't locate package %"SVf" for the parents of %s"Nicholas Clark2009-03-291-8/+0
* Silence build warnings in universal.cJerry D. Hedden2009-03-291-1/+2
* Make the worst case error message for Perl_croak_xs_usage() consistentNicholas Clark2009-03-291-1/+1
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2009-03-291-70/+71
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+7
* In XS_re_regexp_pattern(), use newSVpvn_flags() to avoid calls toNicholas Clark2009-03-121-7/+5
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-3/+5
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-1/+1
* Move re::regexp_pattern to universal.cJerry D. Hedden2009-01-031-0/+95
* Integrate:Dave Mitchell2008-12-091-0/+1
* Integrate:Dave Mitchell2008-12-061-13/+10
* Integrate:Robin Barker2008-11-031-3/+3
* Integrate:Nicholas Clark2008-10-261-1/+1
* Integrate:Nicholas Clark2008-09-231-1/+1
* Integrate:Nicholas Clark2008-09-231-8/+3
* Integrate:Nicholas Clark2008-01-301-12/+12
* Integrate:Nicholas Clark2008-01-301-9/+8
* use newSVpvs() on the constant string "isa", rather than newSVpv().Nicholas Clark2007-10-181-1/+1
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-281-8/+8
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-33/+8
* Make symbols short enough for VMS after #31341.Craig A. Berry2007-06-081-6/+6
* Silence compiler warningsJerry D. Hedden2007-06-071-0/+12
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-160/+332
* Remove unused parms in S_isa_lookupAndy Lester2007-05-091-6/+3
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-1/+1
* Re: mro status, etcBrandon Black2007-04-301-1/+1
* Eliminate Internals::inc_sub_generation, which nothing now calls.Nicholas Clark2007-04-211-14/+0
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-3/+3
* Nit to S_isa_lookup by Brandon BlackRafael Garcia-Suarez2007-04-201-1/+1
* Put the "Can't locate package..." warnings in the "syntax"Rafael Garcia-Suarez2007-04-191-1/+1
* Re: new C3 MRO patchBrandon Black2007-04-191-71/+19
* Typo in croak messageH.Merijn Brand2007-04-141-1/+1
* Fix the error message "Can't call method "DOES" on unblessedRafael Garcia-Suarez2007-03-311-1/+7
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-4/+4
* Don't use PL_na.Rafael Garcia-Suarez2007-03-231-1/+1
* Fix error message for re::regnames_iterinit()Rafael Garcia-Suarez2007-03-221-2/+2
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-98/+56
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-33/+18
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-0/+297
* Compilation warnings fixes by Jerry D. HeddenRafael Garcia-Suarez2007-03-031-0/+26