summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Nits in the pp_defined code spotted by Jarkko.Steve Peters2005-11-061-1/+1
* Kill warnings and add a panic to pp_defined() in case the wrong opSteve Peters2005-11-051-6/+7
* dorassign doesn't need --SP;Nicholas Clark2005-11-051-1/+2
* pp_print didn't extend the stack before pushing its return valueDave Mitchell2005-11-051-2/+2
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-051-12/+12
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-041-14/+33
* sort/multicall patchRobin Houston2005-11-021-0/+6
* Fixed threaded builds following change 25916Steve Hay2005-10-311-1/+1
* is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed formRafael Garcia-Suarez2005-10-311-1/+1
* Etta James presents: More constingAndy Lester2005-10-311-6/+6
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-2/+2
* gcc complains when it sees variables declaredSteve Peters2005-10-141-2/+2
* 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