summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More assertion failures, found by auditing the code.Nicholas Clark2007-03-021-2/+2
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-6/+6
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-8/+8
* Re: [perl #37714] XSUB.h version check may fail due to localeJohn Peacock2006-09-181-1/+2
* A better version of change #28847Rafael Garcia-Suarez2006-09-171-0/+6
* Silence empty if-statement warning.Steve Peters2006-07-101-0/+2
* consting and localizing in universal.cAndy Lester2006-07-041-6/+7
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-0/+70
* [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gzJohn Peacock2006-06-091-8/+4
* Upgrade to version.pm 0.60Rafael Garcia-Suarez2006-05-221-5/+2
* [REPATCH universal.c] Make sv_derived_from Documentation Clearerchromatic2006-05-151-3/+3
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-5/+1
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-5/+10
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-1/+5
* Change the semantics of S_isa_lookupAndy Lester2006-03-191-10/+9
* unused context warningsAndy Lester2006-02-241-0/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-1/+1
* Fix file where internal XS functions are definedRafael Garcia-Suarez2006-02-031-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-4/+4
* sprinkle dVARJarkko Hietaniemi2006-01-061-4/+35
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-2/+2
* As what we're doing is generating subroutines, which are methods, weNicholas Clark2005-12-271-0/+14
* Speed up Perl_sv_derived_fromAndy Lester2005-12-231-11/+11
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-3/+3
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-1/+1
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-2/+2