summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-3/+3
* Lint supportAndy Lester2005-06-161-2/+5
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-21/+55
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-101-2/+2
* n_a no moreNicholas Clark2005-06-081-6/+3
* More SvPV consting.Nicholas Clark2005-06-071-4/+4
* universal.c warnings hushedAndy Lester2005-05-231-19/+16
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-11/+15
* SvPVX_const() - Patch #1Steve Peters2005-05-201-2/+2
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-6/+6
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-13/+9
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* [perl #33809] optimize macro dXSARGS Sergey Skvortsov2005-05-031-2/+2
* XS() __attribute__Andy Lester2005-04-261-27/+0
* Symbian port of PerlJarkko Hietaniemi2005-04-211-3/+3
* Down with C++ reserved namesNicholas Clark2005-04-051-3/+3