| Commit message (Expand) | Author | Age | Files | Lines |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -4/+35 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -2/+2 |
* | As what we're doing is generating subroutines, which are methods, we | Nicholas Clark | 2005-12-27 | 1 | -0/+14 |
* | Speed up Perl_sv_derived_from | Andy Lester | 2005-12-23 | 1 | -11/+11 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -3/+3 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -1/+1 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-30 | 1 | -413/+0 |
* | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-24 | 1 | -6/+6 |
* | XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-23 | 1 | -0/+413 |
* | [perl #37694] segfault with PerlIO::get_layers() | Peter Dintelmann | 2005-11-17 | 1 | -1/+1 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -6/+6 |
* | Use the return value from sprintf(). | Nicholas Clark | 2005-11-04 | 1 | -2/+2 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -115/+83 |
* | Use SvGETMAGIC more often | Rick Delaney | 2005-08-23 | 1 | -6/+3 |
* | was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION | John Peacock | 2005-07-13 | 1 | -1/+1 |
* | Use sv_setpvn where we know the length. | Nicholas Clark | 2005-06-30 | 1 | -1/+1 |
* | We know the length, so use sv_setpvn rather than sv_setpv. | Nicholas Clark | 2005-06-30 | 1 | -4/+6 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -3/+3 |
* | Lint support | Andy Lester | 2005-06-16 | 1 | -2/+5 |
* | Bring bleadperl up to version.pm | John Peacock | 2005-06-13 | 1 | -21/+55 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -2/+2 |
* | n_a no more | Nicholas Clark | 2005-06-08 | 1 | -6/+3 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -4/+4 |
* | universal.c warnings hushed | Andy Lester | 2005-05-23 | 1 | -19/+16 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -11/+15 |
* | SvPVX_const() - Patch #1 | Steve Peters | 2005-05-20 | 1 | -2/+2 |
* | perl 5.9.x (@ 24471): Symbian update | Jarkko Hietaniemi | 2005-05-17 | 1 | -6/+6 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -13/+9 |
* | 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 |
* | [perl #33809] optimize macro dXSARGS | Sergey Skvortsov | 2005-05-03 | 1 | -2/+2 |
* | XS() __attribute__ | Andy Lester | 2005-04-26 | 1 | -27/+0 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -3/+3 |
* | Down with C++ reserved names | Nicholas Clark | 2005-04-05 | 1 | -3/+3 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -26/+48 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -5/+5 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+11 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -1/+1 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -1/+1 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+4 |
* | Check for definedness of sv before calling sv_derived_from() | Marcus Holland-Moritz | 2004-07-01 | 1 | -1/+1 |
* | 's to bring bleadperl up to version-0.39 | John Peacock | 2004-04-14 | 1 | -3/+3 |
* | Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to... | David Dyck | 2004-04-09 | 1 | -1/+5 |
* | Bleadperl to version 0.37 | John Peacock | 2004-04-07 | 1 | -4/+4 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz] | John Peacock | 2004-02-03 | 1 | -18/+63 |
* | promote hv_clear_placeholders to perl API | Alan Burlison | 2003-11-20 | 1 | -43/+3 |