| Commit message (Expand) | Author | Age | Files | Lines |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -2/+2 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -4/+3 |
* | Make -V "Compile-time options" list everything used in makedef.pl | Steve Hay | 2005-07-13 | 1 | -13/+55 |
* | Change New*() to Newx*() in various comments and documentation | Steve Hay | 2005-07-12 | 1 | -2/+2 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -3/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -8/+8 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 1 | -6/+3 |
* | A terser way of implementing require_pv. | Nicholas Clark | 2005-06-30 | 1 | -5/+2 |
* | Avoid using PL_Sv in the -V argument processing. | Nicholas Clark | 2005-06-30 | 1 | -65/+79 |
* | Use Perl_sv_catpvf to shorten the code (source and object) needed for | Nicholas Clark | 2005-06-30 | 1 | -6/+2 |
* | The core shouldn't be using PL_na | Nicholas Clark | 2005-06-30 | 1 | -1/+1 |
* | -V:... would get upset (syntax error) if ... contained unbalanced (). | Nicholas Clark | 2005-06-30 | 1 | -3/+2 |
* | Replace newSVpv(...,0) with newSVpvn where we know the length. | Nicholas Clark | 2005-06-30 | 1 | -2/+4 |
* | Why use Perl_form and newSVpv when newSVpvf will do it in one? | Nicholas Clark | 2005-06-30 | 1 | -6/+2 |
* | 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 |