summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-413/+0
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-241-6/+6
* XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-231-0/+413
* [perl #37694] segfault with PerlIO::get_layers()Peter Dintelmann2005-11-171-1/+1
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-6/+6
* Use the return value from sprintf().Nicholas Clark2005-11-041-2/+2
* Etta James presents: More constingAndy Lester2005-10-311-115/+83
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-6/+3
* was Re: perldoc segfaulting in XS_UNIVERSAL_VERSIONJohn Peacock2005-07-131-1/+1
* Use sv_setpvn where we know the length.Nicholas Clark2005-06-301-1/+1
* We know the length, so use sv_setpvn rather than sv_setpv.Nicholas Clark2005-06-301-4/+6