summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] minor speed-up for pp_push()Tassilo von Parseval2005-10-261-4/+5
* gcc complains when it sees variables declaredSteve Peters2005-10-141-2/+2
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-16/+12
* Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outs...Dominic Dunlop2005-08-061-2/+2
* Re: [PATCH] Faster **Piotr Fusik2005-07-191-56/+52
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-7/+7
* All tests pass (for me) with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* Const Boy II: The LocalizingAndy Lester2005-06-231-243/+206
* Silence some bcc32 compiler warningsSteve Hay2005-06-221-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-4/+4
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-14/+14
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-081-2/+1
* One more SvPV_constNicholas Clark2005-06-081-1/+1
* More SvPV constingNicholas Clark2005-06-071-19/+19
* More SvPV constingNicholas Clark2005-06-071-17/+19
* More SvPV consting.Nicholas Clark2005-06-071-2/+1
* make pp_split constNicholas Clark2005-06-071-5/+6
* Lots of constingNicholas Clark2005-06-071-9/+9
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-071-1/+14
* Unvoid SvUPGRADEAndy Lester2005-06-071-4/+4
* Use newSVhek where we're generating SVs from package namesNicholas Clark2005-06-031-3/+2
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-6/+6
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-1/+2
* Updated lint infrastructureAndy Lester2005-05-261-2/+0
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+1
* SvPVX_const - patch #2Steve Peters2005-05-211-4/+4
* 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
* attributes-two.patch, the next batchAndy Lester2005-05-091-15/+12
* Perl_croak uses perl's printf, so can pass in SVs direct - no need forNicholas Clark2005-05-081-2/+1
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-031-3/+2
* IEEE math for the massesSteve Peters2005-05-031-0/+8
* Silence a compilation warning on Win32Steve Hay2005-04-281-1/+1
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-281-5/+2
* A couple of warning fixes by GisleRafael Garcia-Suarez2005-04-271-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-8/+8
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-4/+5
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-2/+2
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-3/+3
* Third consting batchAndy Lester2005-03-241-9/+9
* Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)Jarkko Hietaniemi2005-01-231-6/+14
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-6/+6
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-15/+37
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-131-18/+9
* Fix bug 32294 - index()/rindex() ignore UTF8 flagNicholas Clark2005-01-111-5/+70
* Shorter source code in pp_gelem. (But it compiles to the same size)Nicholas Clark2005-01-091-4/+2
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-19/+12
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-2/+2