| Commit message (Expand) | Author | Age | Files | Lines |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -2/+5 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -8/+20 |
* | Tweak the child dump socket protocol to return error messages to the | Nicholas Clark | 2005-06-26 | 1 | -32/+92 |
* | When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause | Nicholas Clark | 2005-06-26 | 1 | -17/+93 |
* | If forking during global destruction, the child needs to close all | Nicholas Clark | 2005-06-25 | 1 | -1/+24 |
* | Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars | Nicholas Clark | 2005-06-24 | 1 | -32/+46 |
* | Re-initialise PL_curcop to &PL_compiling before destroying the optree. | Nicholas Clark | 2005-06-23 | 1 | -1/+5 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -10/+6 |
* | Add facility to fork() early in perl_destruct and use the child to | Nicholas Clark | 2005-06-22 | 1 | -0/+118 |
* | Now that the global string table is using a single hunk of memory | Nicholas Clark | 2005-06-22 | 1 | -11/+16 |
* | perl -v was outputting a double v (spotted by Jarkko) | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+2 |
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+0 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -4/+2 |
* | Revert part of change #24854 | Rafael Garcia-Suarez | 2005-06-16 | 1 | -4/+2 |
* | Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set | Steve Peters | 2005-06-15 | 1 | -0/+4 |
* | better assertion support | Salvador FandiƱo | 2005-06-14 | 1 | -39/+49 |
* | More SvPV consting | Nicholas Clark | 2005-06-13 | 1 | -6/+7 |
* | We no longer need PL_shared_hek_table | Nicholas Clark | 2005-06-13 | 1 | -2/+0 |
* | Remove repeated C<n_a>s | Nicholas Clark | 2005-06-08 | 1 | -7/+9 |
* | n_a no more | Nicholas Clark | 2005-06-08 | 1 | -6/+2 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -2/+0 |
* | CPP typo fix (by Dominic Dunlop) | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+1 |
* | HP-UX specific #pragma entered in #23890 is not supported | H.Merijn Brand | 2005-06-02 | 1 | -1/+1 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -3/+3 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 1 | -1/+3 |
* | PL_regex_padav elements hold either more AVs, or IVs that point to | Nicholas Clark | 2005-05-23 | 1 | -2/+2 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -1/+1 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -7/+3 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -4/+4 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -3/+5 |
* | Fix typo in DDEBUG_LEAKING_SCALARS flags output | Dave Mitchell | 2005-05-14 | 1 | -1/+1 |
* | 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 | -0/+10 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -3/+3 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -1/+1 |
* | PL_mess_sv is always >= SVt_PVMG, so no need for an if() test | Nicholas Clark | 2005-05-03 | 1 | -10/+11 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -1/+1 |
* | Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), | Nicholas Clark | 2005-04-28 | 1 | -2/+1 |
* | perlio-two.patch: More warnings squashed, more consts | Andy Lester | 2005-04-27 | 1 | -1/+1 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -1/+1 |
* | There's no point listing '-f' in --help output | Rafael Garcia-Suarez | 2005-04-22 | 1 | -0/+2 |
* | -A wasn't listed in the --help output | Rafael Garcia-Suarez | 2005-04-22 | 1 | -0/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -14/+78 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -1/+1 |
* | Avoid taking a reference to SvIVX and putting that address on the | Nicholas Clark | 2005-04-11 | 1 | -1/+0 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -1/+1 |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -1/+1 |
* | expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV | Dave Mitchell | 2005-03-28 | 1 | -2/+10 |