| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -4/+0 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -1/+6 |
* | Move placeholders into a new rhash magic type. | Nicholas Clark | 2005-05-21 | 1 | -0/+5 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -72/+77 |
* | Reorder the *more* arena allocation functions into a block | Nicholas Clark | 2005-05-13 | 1 | -15/+0 |
* | Allocate GV bodies from arenas | Nicholas Clark | 2005-05-13 | 1 | -0/+3 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -148/+150 |
* | Sv_*set() doc's and extra const's for the SvPVX_const() tasks | Steve Peters | 2005-05-09 | 1 | -1/+1 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -164/+169 |
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 1 | -2/+2 |
* | (in blead) a missing const in a prototype | Jarkko Hietaniemi | 2005-04-28 | 1 | -1/+1 |
* | Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches | Andy Lester | 2005-04-26 | 1 | -12/+12 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -1/+1 |
* | Fix more Win32 linker errors following change 24271 | Steve Hay | 2005-04-22 | 1 | -3/+2 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -3/+8 |
* | pad_compname_type(), takes care of a clunky macro | Andy Lester | 2005-04-19 | 1 | -0/+1 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -13/+14 |
* | Downconst external APIs | Rafael Garcia-Suarez | 2005-03-29 | 1 | -5/+5 |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -3/+3 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -5/+5 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -11/+11 |
* | Remove the const qualifier from argv and env variables | Rafael Garcia-Suarez | 2005-03-25 | 1 | -3/+3 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -49/+49 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -19/+19 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -1/+5 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -38/+36 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -16/+16 |
* | pad_push numero three-o | Andy Lester | 2005-03-11 | 1 | -1/+1 |
* | Encoding neutral unpack | Ton Hospel | 2005-03-08 | 1 | -1/+0 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -1/+0 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -0/+1 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -15/+0 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -0/+2 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -0/+4 |
* | Relocatable @INC entries for Unix. | Nicholas Clark | 2004-12-23 | 1 | -1/+1 |
* | Document gv_stashpvn | Steve Hay | 2004-12-13 | 1 | -1/+1 |
* | Turn gv_fullname3 and gv_efullname3 into macros that call | Nicholas Clark | 2004-12-06 | 1 | -2/+2 |
* | Remove trailing whitespace that found their way in the docs | Rafael Garcia-Suarez | 2004-11-30 | 1 | -1/+1 |
* | Fix Win32 breakage caused by changes to op.c in change 23433. | Steve Hay | 2004-11-16 | 1 | -1/+3 |
* | Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg. | Steve Hay | 2004-10-15 | 1 | -4/+4 |
* | Fix [perl #31971] local $^D gives noise | Rafael Garcia-Suarez | 2004-10-14 | 1 | -1/+1 |
* | Turn regcomp into a list op | Dave Mitchell | 2004-10-10 | 1 | -1/+1 |
* | improve lexer debugging output (-DT) | Dave Mitchell | 2004-09-19 | 1 | -1/+1 |
* | remove binary compat from #23156 (remove PL_retstack) | Dave Mitchell | 2004-07-23 | 1 | -2/+0 |
* | Document embed.fnc 'U' and 's' flags. | Marcus Holland-Moritz | 2004-06-02 | 1 | -1/+3 |
* | Make the dUNDERBAR/UNDERBAR macros work as advertised. | Rafael Garcia-Suarez | 2004-06-02 | 1 | -0/+1 |
* | Include variable names in "Use of uninitialized value" warnings | Dave Mitchell | 2004-04-23 | 1 | -1/+4 |
* | byte-order modifiers for (un)pack templates | Marcus Holland-Moritz | 2004-04-23 | 1 | -0/+76 |
* | Make global cleanup fractionally faster by giving S_visit() | Dave Mitchell | 2004-04-11 | 1 | -1/+1 |
* | Bleadperl to version 0.37 | John Peacock | 2004-04-07 | 1 | -0/+1 |