2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff |
2006-02-03 |
Steven Schubiger | s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger | Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark | gv_fetchpvn_flags ranks highly in the profile, and... |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet... |
blob | commitdiff | diff to current |
2006-01-23 |
Nicholas Clark | Revert change 26410, marking the test that was added... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay | Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-12 |
Rafael Garcia-Suarez | Don't warn when localizing $[ |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester | It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-06 |
Andy Lester | hv_fetchs() support |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-06 |
Andy Lester | performance tweaking op.c |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez | More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Introduce newSVpvs_share() macro. |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Silence compiler warning; ref change 26598 |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez | Since we no longer autovivify stashes (change #26370... |
blob | commitdiff | diff to current |
2005-12-27 |
Nicholas Clark | gv_fetch_flags in newATTRSUB can actually be const. |
blob | commitdiff | diff to current |
2005-12-26 |
Nicholas Clark | Don't try to store PL_sv_undef in pads. (For now) |
blob | commitdiff | diff to current |
2005-12-24 |
Nicholas Clark | Unless the peephole optimiser already knows that we... |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester | Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-22 |
Robin Houston | eliminate HINT_HH_FOR_EVAL |
blob | commitdiff | diff to current |
2005-12-22 |
Nicholas Clark | Add an optimisation to allow proxy constant subroutines... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | Get the "cv" from the "gv" once, and be more careful... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask... |
blob | commitdiff | diff to current |
2005-12-19 |
Dave Mitchell | [perl #8262] //g loops infinitely on tainted data |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston | Re: [PATCH] Make the 'sort' pragma lexically scoped |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston | latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-17 |
Nicholas Clark | Two it's => its grammar fixes. |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark | s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester | More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-12-01 |
Gisle Aas | Disable constant folding of sprintf |
blob | commitdiff | diff to current |
2005-12-01 |
Rafael Garcia-Suarez | Revert change #26110 (already reverted in maintperl... |
blob | commitdiff | diff to current |
2005-11-30 |
Rafael Garcia-Suarez | Revert change #22520 (optimise away my $foo = undef... |
blob | commitdiff | diff to current |
2005-11-19 |
Steve Peters | Cleaning up some warnings generated by "gcc -W" |
blob | commitdiff | diff to current |
2005-11-14 |
Nicholas Clark | Mark all places where perl needs to look at a possibly... |
blob | commitdiff | diff to current |
2005-11-13 |
Nicholas Clark | Integrate: |
blob | commitdiff | diff to current |
2005-11-09 |
Nicholas Clark | Simplify Perl_allocmy slightly, and cope better with... |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark | Eliminate some unnecessary strlen()s |
blob | commitdiff | diff to current |
2005-11-02 |
Robin Houston | sort/multicall patch |
blob | commitdiff | diff to current |
2005-11-01 |
Andy Lester | perlio.c consting |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester | Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark | Functions that die aren't exactly well used code. |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark | save_hints is a mathom. |
blob | commitdiff | diff to current |
2005-10-28 |
Steve Peters | Add a new file, mathoms.c, to hold old code kept around... |
blob | commitdiff | diff to current |
2005-10-24 |
Robin Houston | Re: do { EXPR for EXPR } |
blob | commitdiff | diff to current |
2005-10-19 |
Robin Houston | Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger... |
blob | commitdiff | diff to current |
2005-10-17 |
Steve Hay | Make some casts explicit to keep VC++ 7 happy |
blob | commitdiff | diff to current |
2005-10-15 |
Hugo van der Sanden | pre{inc,dec} is faster, even with integers |
blob | commitdiff | diff to current |
2005-10-13 |
Andy Lester | Stas' croak patch and then some |
blob | commitdiff | diff to current |
2005-09-27 |
Rafael Garcia-Suarez | Fix the overriding of CORE::do, just like change 25599 |
blob | commitdiff | diff to current |
2005-09-27 |
Rafael Garcia-Suarez | Micro-optimisation: use PL_globalstash instead of looki... |
blob | commitdiff | diff to current |
2005-09-26 |
Rafael Garcia-Suarez | CORE::require was always parsed as require(). |
blob | commitdiff | diff to current |
2005-09-01 |
Rafael Garcia-Suarez | Add the "no 6" / "no v6" syntax. |
blob | commitdiff | diff to current |
2005-08-31 |
Rafael Garcia-Suarez | Fix for [perl #37036] perl segfault at 'compile'-time |
blob | commitdiff | diff to current |
2005-08-08 |
Andy Lester | Post-OSCON NN/NULLOK-ing |
blob | commitdiff | diff to current |
2005-07-29 |
Andy Lester | More embed.fnc goodness |
blob | commitdiff | diff to current |
2005-07-18 |
Andy Lester | The continuing plod through embed.fnc |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester | more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Andy Lester | More embed.fnc plowing |
blob | commitdiff | diff to current |
2005-07-13 |
Dave Mitchell | make the expensive ckWARN() be called as late as possible |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester | Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie | Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-06-20 |
Rick Delaney | Re: [PATCH replacement] Re: [perl #36313] perl -e ... |
blob | commitdiff | diff to current |
2005-06-16 |
Salvador Fandiño | Subs with builtin attributes shouldn't be made constant |
blob | commitdiff | diff to current |
2005-06-15 |
Salvador FandiXXo | [perl #36297] builtin attrs on subrutine declarations |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark | With shared hash key scalars now accessing the hash... |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark | Move SvPV consting, remove an n_a, and correct one... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Nuke some more n_a, and convert S_gv_ename from char... |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester | Random cleanups #47 |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | Lots of consting |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester | Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | Use newSVhek where we're generating SVs from package... |
blob | commitdiff | diff to current |
2005-06-01 |
Stephen McCamant | Re: [patch] teach B::Concise to see XS code |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester | [PATCH] More embed.fnc strictures, plus consting and... |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark | Store the package name as a shared HEK. |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester | embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-05-21 |
Steve Peters | SvPVX_const - patch #2 |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark | Remove PMROOT and replace it with a small shell script... |
blob | commitdiff | diff to current |
2005-05-20 |
Andy Lester | Attribute configuration |
blob | commitdiff | diff to current |
2005-05-17 |
Jarkko Hietaniemi | perl 5.9.x (@ 24471): Symbian update |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez | Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez | Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | As we have the length of the string easily to hand... |
blob | commitdiff | diff to current |
2005-05-09 |
Andy Lester | attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-07 |
Andy Lester | GCC attributes! |
blob | commitdiff | diff to current |
2005-05-07 |
Dave Mitchell | while (my $x ...) { ...; redo } shouldn't undef $x. |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-19 |
Dave Mitchell | DEBUG_LEAKING_SCALARS could use the value of a freed... |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-14 |
bstrand@switchmana... | Fix for: |
blob | commitdiff | diff to current |
2005-04-12 |
Nicholas Clark | Don't PERL_HASH(SvUVX(...)...) as it's actually a set. |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #2 |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark | Down with C++ reserved names |
blob | commitdiff | diff to current |
2005-04-04 |
Andy Lester | const-eight.diff |
blob | commitdiff | diff to current |
2005-03-29 |
Steve Hay | Clean-up some warnings when compiling on Win32 with... |
blob | commitdiff | diff to current |
2005-03-29 |
Rafael Garcia-Suarez | Downconst external APIs |
blob | commitdiff | diff to current |
next |