summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* const-eight.diffAndy Lester2005-04-041-26/+48
* Third consting batchAndy Lester2005-03-241-5/+5
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+11
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-1/+1
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+4
* Check for definedness of sv before calling sv_derived_from()Marcus Holland-Moritz2004-07-011-1/+1
* 's to bring bleadperl up to version-0.39John Peacock2004-04-141-3/+3
* Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to...David Dyck2004-04-091-1/+5
* Bleadperl to version 0.37John Peacock2004-04-071-4/+4
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-031-18/+63