| Commit message (Expand) | Author | Age | Files | Lines |
* | More tests for Safe | Rafael Garcia-Suarez | 2007-10-17 | 1 | -2/+19 |
* | PL_AMG_names is only used by gv.c (as far as Google code search can | Nicholas Clark | 2007-10-16 | 6 | -96/+120 |
* | Replace my_strlcpy() with a pair of byte writes. | Nicholas Clark | 2007-10-16 | 1 | -2/+4 |
* | Given that S_feature_is_enabled() is a static function, we can know all | Nicholas Clark | 2007-10-16 | 1 | -2/+6 |
* | Given that the buffer for mode in Perl_do_openn() has been initialised | Nicholas Clark | 2007-10-16 | 1 | -10/+10 |
* | Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv() | Nicholas Clark | 2007-10-16 | 1 | -4/+5 |
* | Pass in explicit lengths for the key and type arguments to | Nicholas Clark | 2007-10-16 | 4 | -35/+47 |
* | Perl_ck_smartmatch needs a dVAR too. | Nicholas Clark | 2007-10-16 | 1 | -0/+1 |
* | Add dVAR;s to the functions created in change 31970. | Nicholas Clark | 2007-10-16 | 1 | -0/+3 |
* | Update File::Fetch to 0.12 | Jos I. Boumans | 2007-10-16 | 1 | -10/+13 |
* | POD nit found by Slaven Rezic. | Rafael Garcia-Suarez | 2007-10-13 | 1 | -1/+1 |
* | Normalize the case of some VMS syscalls so the prototypes are | Craig A. Berry | 2007-10-12 | 1 | -4/+4 |
* | Remove some strlen()s and replace one strlcpy() with memcpy() because | Nicholas Clark | 2007-10-12 | 4 | -10/+13 |
* | New test for Safe | Rafael Garcia-Suarez | 2007-10-12 | 2 | -0/+30 |
* | Funny symbol table names can be shared, too | Rafael Garcia-Suarez | 2007-10-12 | 1 | -3/+0 |
* | Share the internal XS functions defined in universal.c | Rafael Garcia-Suarez | 2007-10-12 | 1 | -1/+49 |
* | Update IPC::Cmd to 0.38 | Jos I. Boumans | 2007-10-11 | 2 | -20/+103 |
* | pp_int should treat refs as UVs (not IVs) | Jerry D. Hedden | 2007-10-11 | 1 | -3/+3 |
* | Gentler theads test | Jerry D. Hedden | 2007-10-11 | 1 | -1/+6 |
* | Move threads test added in change 32091 | Jerry D. Hedden | 2007-10-11 | 2 | -19/+14 |
* | Porting/Maintainers.pm --check added functionality | Robin Barker | 2007-10-11 | 1 | -6/+34 |
* | add calling hints to perldebug.pod | Richard Foley | 2007-10-10 | 1 | -1/+25 |
* | Porting/Maintainers.pl | Robin Barker | 2007-10-10 | 1 | -2/+4 |
* | Remove an obsolete test for h2ph, that was always skipped. | Rafael Garcia-Suarez | 2007-10-10 | 2 | -97/+0 |
* | Delete files removed by latest CPANPLUS update | Rafael Garcia-Suarez | 2007-10-10 | 14 | -325/+0 |
* | Update CPANPLUS to 0.83_02 | Rafael Garcia-Suarez | 2007-10-10 | 41 | -373/+2138 |
* | newCONTSUB() wasn't thread-safe ([perl #45053]) | Dave Mitchell | 2007-10-10 | 2 | -2/+25 |
* | If we use @{[]} (a.k.a. baby-cart) interpolation, we got warnings | Rafael Garcia-Suarez | 2007-10-10 | 3 | -6/+6 |
* | As we know the length, replace strEQ with memEQs in S_doopen_pm(). | Nicholas Clark | 2007-10-09 | 1 | -1/+1 |
* | If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to | Nicholas Clark | 2007-10-09 | 4 | -3/+19 |
* | Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir, name); in require's | Nicholas Clark | 2007-10-09 | 1 | -2/+31 |
* | Remove the strlen in doopen_pm() by passing in the length. (As we know | Nicholas Clark | 2007-10-09 | 4 | -20/+17 |
* | Remove a call to *printf from the require code. | Nicholas Clark | 2007-10-09 | 1 | -2/+7 |
* | Tests for the .pmc functionality. | Nicholas Clark | 2007-10-09 | 1 | -4/+63 |
* | Files names for pragmas strict and warnings can end in .pmc | Rafael Garcia-Suarez | 2007-10-09 | 3 | -3/+3 |
* | Fix description of "." in unpack() in perl5100delta | Rafael Garcia-Suarez | 2007-10-09 | 1 | -5/+5 |
* | perlmodlib.pod has changed, too | Rafael Garcia-Suarez | 2007-10-09 | 1 | -3/+15 |
* | Add a rough, incomplete version of perl5100delta | Rafael Garcia-Suarez | 2007-10-09 | 10 | -153/+1096 |
* | [perl #45823] [PATCH] v5.8.8. pod2html: <a name="example"> anchor, but <a hre... | Axel Kollmorgen | 2007-10-09 | 2 | -20/+20 |
* | Increment IPC::SysV version number. | Marcus Holland-Moritz | 2007-10-09 | 1 | -1/+1 |
* | Fix fallback definitions of S_IRWX[UGO] (didn't include | Marcus Holland-Moritz | 2007-10-09 | 1 | -4/+4 |
* | Don't deparse $^H{v_string}, which is automatically set by the | Nicholas Clark | 2007-10-09 | 1 | -2/+10 |
* | Free temporary scalars later, because they might be still needed | Rafael Garcia-Suarez | 2007-10-09 | 1 | -2/+2 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-09 | 1 | -1/+29 |
* | New opcode category :load, for require, dofile and caller. | Rafael Garcia-Suarez | 2007-10-09 | 1 | -4/+9 |
* | make t/op/pack.t not explode when u64size='' | Alexander Gough | 2007-10-08 | 1 | -1/+1 |
* | Suggestion by Rick Delaney to make this test pass with -Duse64bitall | Rafael Garcia-Suarez | 2007-10-08 | 1 | -1/+1 |
* | Build with -Dusemymalloc was broken | Rafael Garcia-Suarez | 2007-10-08 | 1 | -0/+3 |
* | Time::Piece & matherr on qnx4 | Alexander Gough | 2007-10-08 | 7 | -7/+37 |
* | Move (most of) the conditionally compiled members of the interpreter | Nicholas Clark | 2007-10-08 | 1 | -26/+25 |