| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -22/+32 |
* | Remove the const qualifier from argv and env variables | Rafael Garcia-Suarez | 2005-03-25 | 1 | -4/+4 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -29/+29 |
* | Break up long lines in -V output for compile-time options | Yitzchak Scott-Thoennes | 2005-03-21 | 1 | -0/+22 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -3/+3 |
* | Re: sitecustomize.pl [PATCH] | Gisle Aas | 2005-03-18 | 1 | -0/+19 |
* | Update -v copyright notice | Rafael Garcia-Suarez | 2005-03-04 | 1 | -1/+1 |
* | libperl leaks a THREAD_KEY each time it is reloaded | Gisle Aas | 2005-01-27 | 1 | -0/+25 |
* | Further follow-up to 23767 | Robin Barker | 2005-01-19 | 1 | -2/+2 |
* | Re: killing USE_5005THREADS in blead? | Stas Bekman | 2005-01-13 | 1 | -12/+0 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -81/+0 |
* | If we know the length of the string constant, save a strlen() | Nicholas Clark | 2005-01-09 | 1 | -2/+2 |
* | Foolishly I committed change 23753 before remembering to test without | Nicholas Clark | 2005-01-05 | 1 | -1/+1 |