| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | Prevent "use sort 'stable'" from reversing the order | Robin Houston | 2006-04-02 | 1 | -1/+1 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -16/+17 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -2/+2 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -2/+2 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -2/+2 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -2/+2 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -2/+2 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+9 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -1/+1 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -45/+36 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | Reverting change #26360 and #26361 since it appears that the bugs I | Steve Peters | 2005-12-15 | 1 | -1/+0 |
* | Again, FREETMPS not SAVETMPS! | Steve Peters | 2005-12-15 | 1 | -1/+1 |
* | Add a missing FREETMPS to match up with a SAVETMPS. This change | Steve Peters | 2005-12-15 | 1 | -0/+1 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -1/+1 |
* | Sort subs now in embed.fnc | Andy Lester | 2005-11-17 | 1 | -26/+16 |
* | Const & local: Special Victims Unit | Andy Lester | 2005-11-11 | 1 | -9/+9 |
* | Re: A surprising segfault | SADAHIRO Tomoyuki | 2005-11-05 | 1 | -0/+1 |
* | sort/multicall patch | Robin Houston | 2005-11-02 | 1 | -24/+39 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -6/+9 |
* | Typo in comment. | Abigail | 2005-10-12 | 1 | -1/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -2/+2 |
* | the PAD_SET_CUR macro expanded too much for AIX compilers | Dave Mitchell | 2005-07-01 | 1 | -1/+2 |
* | Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo | Salvador Fandiño | 2005-06-23 | 1 | -21/+9 |
* | More random cleanups | Andy Lester | 2005-06-20 | 1 | -83/+68 |
* | sort optimization | Salvador Fandiño | 2005-06-15 | 1 | -5/+12 |
* | More SvPV consting, including some code cleanup and living dangerously | Nicholas Clark | 2005-06-10 | 1 | -1/+1 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -4/+3 |
* | PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory | Salvador Fandiño | 2005-06-05 | 1 | -8/+31 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -5/+5 |
* | 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 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+4 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -2/+2 |
* | Down with C++ reserved names | Nicholas Clark | 2005-04-05 | 1 | -6/+6 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | 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 | -2/+1 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+11 |
* | Silence a compilation warning | Rafael Garcia-Suarez | 2005-01-06 | 1 | -1/+1 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+11 |
* | Optimise list context reverse sort to reverse as part of the sort op | Nicholas Clark | 2004-07-13 | 1 | -18/+23 |
* | A proper, working, stable optimisation for sort {$b cmp $a} | Nicholas Clark | 2004-07-13 | 1 | -10/+83 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |