summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-8/+4
* lvalue-subs returning elements of tied hashes/arraysTassilo von Parseval2005-07-201-1/+4
* change #25129 was overzealous in delaying the call to ckWARNDave Mitchell2005-07-171-2/+2
* more embed cleanupAndy Lester2005-07-151-1/+1
* More embed.fnc plowingAndy Lester2005-07-131-8/+4
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-4/+5
* Making my way thru embed.fncAndy Lester2005-07-101-4/+4
* missed one PAD_SET_CURDave Mitchell2005-07-021-1/+2
* All tests pass (for me) with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-2/+2
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-0/+1
* Silence yet more bcc32 compiler warningsSteve Hay2005-06-221-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-4/+0
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-7/+8
* More SvPV constingNicholas Clark2005-06-081-1/+1
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-4/+2
* A mising cast (given that rx->subbeg is only char *)Nicholas Clark2005-06-081-1/+1
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-9/+9
* More SvPV constingNicholas Clark2005-06-071-1/+1
* More SvPV constingNicholas Clark2005-06-071-1/+1
* More SvPV consting.Nicholas Clark2005-06-071-1/+1
* Lots of constingNicholas Clark2005-06-071-16/+18
* Unvoid SvUPGRADEAndy Lester2005-06-071-1/+1
* Abstract all access to the shared hash value through SvSHARED_HASH()Nicholas Clark2005-06-061-2/+2
* SvIsCOW_shared_hash is declared all the time, so use it.Nicholas Clark2005-06-061-4/+0
* Random constingAndy Lester2005-06-031-6/+4
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-6/+6
* Get the HEK once only in the hot code (class method calls)Nicholas Clark2005-05-271-5/+21
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-3/+1
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-2/+2
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-42/+37
* 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
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-1/+1
* Perl_croak uses perl's printf, so can pass in SVs direct - no need forNicholas Clark2005-05-081-2/+1
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-281-5/+2
* Symbian port of PerlJarkko Hietaniemi2005-04-211-9/+9
* extra code in pp_concat, Take 2Andy Lester2005-04-211-19/+19
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-5/+6
* SvPV_renew also calls SvLEN_setNicholas Clark2005-04-181-4/+2
* Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUENicholas Clark2005-04-181-2/+2
* Refactor the odd-one-out code before a Renew(SvPVX(...)...)Nicholas Clark2005-04-181-4/+3
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-4/+4
* Avoid taking a reference to SvIVX and putting that address on theNicholas Clark2005-04-111-3/+4
* Fix [perl #34892] Segfault on &DB::sub declared but not definedRafael Garcia-Suarez2005-04-101-2/+2
* Removing Y2K warningsAndy Lester2005-04-081-11/+0
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-2/+2
* Third consting batchAndy Lester2005-03-241-3/+3
* More const parmsAndy Lester2005-03-181-3/+3
* pad_push numero three-oAndy Lester2005-03-111-1/+1