| Commit message (Expand) | Author | Age | Files | Lines |
* | Use SvGETMAGIC more often | Rick Delaney | 2005-08-23 | 1 | -16/+12 |
* | Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outs... | Dominic Dunlop | 2005-08-06 | 1 | -2/+2 |
* | Re: [PATCH] Faster ** | Piotr Fusik | 2005-07-19 | 1 | -56/+52 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -2/+2 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -7/+7 |
* | All tests pass (for me) with -DPERL_DONT_CREATE_GVSV | Nicholas Clark | 2005-06-29 | 1 | -1/+1 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -243/+206 |
* | Silence some bcc32 compiler warnings | Steve Hay | 2005-06-22 | 1 | -1/+1 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -4/+4 |
* | More SvPV consting, including some code cleanup and living dangerously | Nicholas Clark | 2005-06-10 | 1 | -14/+14 |
* | Allow a null length pointer to sv_pvn_force_flags. | Nicholas Clark | 2005-06-08 | 1 | -2/+1 |
* | One more SvPV_const | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -19/+19 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -17/+19 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -2/+1 |
* | make pp_split const | Nicholas Clark | 2005-06-07 | 1 | -5/+6 |
* | Lots of consting | Nicholas Clark | 2005-06-07 | 1 | -9/+9 |
* | Re: [perl #36130] chr(-1) should probably return undef | Jarkko Hietaniemi | 2005-06-07 | 1 | -1/+14 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -4/+4 |
* | Use newSVhek where we're generating SVs from package names | Nicholas Clark | 2005-06-03 | 1 | -3/+2 |
* | Goodbye xav_arylen. You won't be missed that much. | Nicholas Clark | 2005-05-29 | 1 | -6/+6 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -1/+2 |
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 1 | -2/+0 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -1/+1 |
* | SvPVX_const - patch #2 | Steve Peters | 2005-05-21 | 1 | -4/+4 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -15/+12 |
* | Perl_croak uses perl's printf, so can pass in SVs direct - no need for | Nicholas Clark | 2005-05-08 | 1 | -2/+1 |
* | Fix getting prototype of builtins mkdir and setpgrp. | Rafael Garcia-Suarez | 2005-05-03 | 1 | -3/+2 |
* | IEEE math for the masses | Steve Peters | 2005-05-03 | 1 | -0/+8 |
* | Silence a compilation warning on Win32 | Steve Hay | 2005-04-28 | 1 | -1/+1 |
* | Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), | Nicholas Clark | 2005-04-28 | 1 | -5/+2 |
* | A couple of warning fixes by Gisle | Rafael Garcia-Suarez | 2005-04-27 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -8/+8 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -4/+5 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -2/+2 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -3/+3 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -9/+9 |
* | Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) | Jarkko Hietaniemi | 2005-01-23 | 1 | -6/+14 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -6/+6 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -15/+37 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | replace NEWSV(), SvSetSV() with newSVsv() | Nicholas Clark | 2005-01-13 | 1 | -18/+9 |
* | Fix bug 32294 - index()/rindex() ignore UTF8 flag | Nicholas Clark | 2005-01-11 | 1 | -5/+70 |
* | Shorter source code in pp_gelem. (But it compiles to the same size) | Nicholas Clark | 2005-01-09 | 1 | -4/+2 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -19/+12 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 1 | -2/+2 |
* | Skip the switch statement entirely if the pointer is null, rather | Nicholas Clark | 2004-12-31 | 1 | -47/+50 |
* | [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails | Rick Delaney | 2004-11-04 | 1 | -4/+4 |