| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the overriding of CORE::do, just like change 25599 | Rafael Garcia-Suarez | 2005-09-27 | 1 | -1/+1 |
* | Should have been embed.h, not proto.h, in 25475 | Nicholas Clark | 2005-09-18 | 1 | -0/+2 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -0/+2 |
* | [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] | John Peacock | 2005-08-24 | 1 | -0/+2 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -12/+0 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -0/+12 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -0/+6 |
* | run regen.pl | Dave Mitchell | 2005-07-10 | 1 | -0/+4 |
* | Perl_share_hek needs exporting for change 25070 on Win32 | Steve Hay | 2005-07-04 | 1 | -0/+4 |
* | Inlining del_HE is actually a space optimisation. | Nicholas Clark | 2005-07-04 | 1 | -2/+0 |
* | Here's the rest of change 25058 ;-) | Steve Hay | 2005-07-04 | 1 | -2/+0 |
* | replace ckWARN macros with functions | Dave Mitchell | 2005-07-02 | 1 | -0/+2 |
* | Don't inline offer_nice_chunk, as it's rarely called. | Nicholas Clark | 2005-07-02 | 1 | -0/+6 |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -0/+6 |
* | Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars | Nicholas Clark | 2005-06-24 | 1 | -0/+10 |
* | Remove the reference loop between symbol tables and typeglobs. | Nicholas Clark | 2005-06-23 | 1 | -3/+7 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -0/+4 |
* | The current implementation of :unique is fundamentally flawed, | Nicholas Clark | 2005-06-23 | 1 | -10/+0 |
* | handle magic in local correctly | Dave Mitchell | 2005-06-22 | 1 | -0/+6 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -4/+4 |
* | More random cleanups | Andy Lester | 2005-06-20 | 1 | -12/+4 |
* | Replace all the new/del static functions with calls to a single pair | Nicholas Clark | 2005-06-16 | 1 | -44/+0 |
* | CopSTASH_eq again | Andy Lester | 2005-06-15 | 1 | -0/+2 |
* | Shrink shared hash scalars from PVIV to PV | Nicholas Clark | 2005-06-11 | 1 | -1/+1 |
* | Fixes the case of $a = \$#{[]}; and then accessing $$a | Nicholas Clark | 2005-06-09 | 1 | -0/+2 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -6/+6 |
* | one more round of is_utf8_foo tuneup | Jarkko Hietaniemi | 2005-06-07 | 1 | -0/+2 |
* | further speeding up of is_utf8_string() | Jarkko Hietaniemi | 2005-06-04 | 1 | -0/+10 |
* | s/newSVpv_hek/newSVhek/g; # Lousy choice of name | Nicholas Clark | 2005-06-03 | 1 | -2/+2 |
* | Create newSVpv_hek to reduce code duplication where HEKs need to be | Nicholas Clark | 2005-06-03 | 1 | -0/+2 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -2/+4 |
* | Fix more Win32 linker errors caused by change 24561 | Steve Hay | 2005-05-27 | 1 | -2/+6 |
* | Export Perl_hek_dup, which duplicates shared hash keys. | Nicholas Clark | 2005-05-25 | 1 | -0/+2 |
* | Remove Perl_ck_* functions from public API | Rafael Garcia-Suarez | 2005-05-24 | 1 | -2/+2 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -38/+104 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -8/+0 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -0/+2 |
* | Reorder the *more* arena allocation functions into a block | Nicholas Clark | 2005-05-13 | 1 | -30/+0 |
* | Allocate GV bodies from arenas | Nicholas Clark | 2005-05-13 | 1 | -0/+6 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -1/+3 |
* | Revert to Andy's first solution for nonnull attributes; | Rafael Garcia-Suarez | 2005-05-09 | 1 | -2/+2 |
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 1 | -1/+1 |
* | Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches | Andy Lester | 2005-04-26 | 1 | -4/+4 |
* | Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT | Nicholas Clark | 2005-04-23 | 1 | -1292/+0 |
* | Fix more Win32 linker errors following change 24271 | Steve Hay | 2005-04-22 | 1 | -4/+4 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+10 |
* | pad_compname_type(), takes care of a clunky macro | Andy Lester | 2005-04-19 | 1 | -0/+6 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -0/+2 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-31 | 1 | -1/+1 |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -1/+1 |