| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do the same as #32061 for Win32, which also fixes a static linking | Steve Hay | 2007-10-08 | 3 | -7/+10 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-08 | 4 | -2/+34 |
* | Silence compiler warnings on Win32 (VC6) | Steve Hay | 2007-10-08 | 1 | -2/+2 |
* | Documentation change to go with change #32056. | Rafael Garcia-Suarez | 2007-10-08 | 2 | -2/+2 |
* | Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer results | Rick Delaney | 2007-10-08 | 2 | -1/+8 |
* | [Patch] Configure doesn't pick up Hash/Util/FieldHash | Alexander Gough | 2007-10-08 | 1 | -5/+7 |
* | Re: [perl #46011] overload "0+" doesn't handle integer results | Rick Delaney | 2007-10-07 | 2 | -10/+51 |
* | Re: several compilation problems on VMS in perl@32039 | Craig A. Berry | 2007-10-06 | 3 | -9/+9 |
* | Finally! Worked out how to const Perl_moreswitches(). | Nicholas Clark | 2007-10-06 | 4 | -15/+34 |
* | "A" should no longer be in the list of options acceptable to PERL5OPT, | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Propagate the perlapi.pod part of change 32026 back to the source POD. | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Remove remaining C<Nullch>s and C<Nullsv>s | Nicholas Clark | 2007-10-06 | 5 | -13/+13 |
* | Add symlink support to Cwd::_vms_abs_path. | Craig A. Berry | 2007-10-06 | 2 | -9/+21 |
* | The scratch scalar used in -d processing for : and = options would leak | Nicholas Clark | 2007-10-06 | 1 | -0/+1 |
* | Nothing* outside the core uses the old misspelling | Nicholas Clark | 2007-10-06 | 1 | -2/+0 |
* | Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR in | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code in | Nicholas Clark | 2007-10-06 | 1 | -9/+7 |
* | Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just | Nicholas Clark | 2007-10-06 | 2 | -4/+9 |
* | Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/ | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Upgrade to Time-HiRes-1.9708 | Steve Peters | 2007-10-06 | 1 | -1/+1 |
* | newSV(size) and SvPOK_on() will be more efficient than newSVpvs("") | Nicholas Clark | 2007-10-06 | 1 | -2/+2 |
* | Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created empty | Nicholas Clark | 2007-10-06 | 1 | -3/+3 |
* | Avoid using *pvf functions when the format string is a fixed string. | Nicholas Clark | 2007-10-06 | 2 | -6/+6 |
* | Directly create the SV with Perl_newSVpvf() rather than using | Nicholas Clark | 2007-10-06 | 1 | -3/+2 |
* | Optimise the logic in isPRINT(), possible following Jarkko's bugfix | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Revert one hunk of change 32034 that had the possibility of being buggy | Nicholas Clark | 2007-10-06 | 3 | -4/+22 |
* | In the MAD code, eliminate one Perl_sv_catpvf() and convert one | Nicholas Clark | 2007-10-05 | 1 | -4/+10 |
* | Change a sv_catpv() to sv_catpvs(). | Nicholas Clark | 2007-10-05 | 1 | -1/+1 |
* | symlink() wrapper for VMS that prevents the creation of symlinks | Craig A. Berry | 2007-10-05 | 2 | -2/+26 |
* | Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR | Nicholas Clark | 2007-10-05 | 1 | -5/+13 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 9 | -45/+6 |
* | Eliminate most *printf-like calls that use a simple "%c" format, | Nicholas Clark | 2007-10-05 | 4 | -11/+21 |
* | With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be | Nicholas Clark | 2007-10-05 | 4 | -13/+1 |
* | As PL_hinthv is actually tied, need to call SvSETMAGIC() after the | Nicholas Clark | 2007-10-05 | 2 | -5/+8 |
* | New [PATCH] use 5.006; use 5.10.0 | Robin Barker | 2007-10-05 | 4 | -6/+46 |
* | Update add-package.pl | Jos I. Boumans | 2007-10-05 | 1 | -3/+9 |
* | patch@32028 POD updates for VMS | John E. Malmberg | 2007-10-05 | 2 | -9/+57 |
* | VMS override for Module::Build::Base::find_perl_interpreter, | Craig A. Berry | 2007-10-04 | 1 | -0/+10 |
* | Try a bit harder to get *PL_sighandlerp to agree with its | Craig A. Berry | 2007-10-04 | 1 | -8/+6 |
* | POD cleanups | David Landgren | 2007-10-04 | 29 | -105/+105 |
* | S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a | Nicholas Clark | 2007-10-04 | 4 | -13/+2 |
* | Upgrade to Devel::PPPort 3.13 | Marcus Holland-Moritz | 2007-10-04 | 5 | -8/+14 |
* | Update Module::Load::Conditional to 0.20 | Rafael Garcia-Suarez | 2007-10-04 | 4 | -6/+6 |
* | Update Term::UI to 0.16 | Rafael Garcia-Suarez | 2007-10-04 | 3 | -17/+17 |
* | Fix warnings about Sighandler_t type on Win32. | Rafael Garcia-Suarez | 2007-10-04 | 1 | -0/+8 |
* | I can't spell (well know fact) and while I'm there correct other | Nicholas Clark | 2007-10-03 | 1 | -8/+8 |
* | Test for a subtle pre-5.10 bug. Before 5.10 the overloading flag was | Nicholas Clark | 2007-10-03 | 1 | -1/+43 |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 8 | -39/+3 |
* | One const too much. (Unfortunately, the Copy macro casts | Marcus Holland-Moritz | 2007-10-03 | 1 | -1/+1 |
* | Adapt definition of Sighandler_t to go with change #32012 | Rafael Garcia-Suarez | 2007-10-03 | 2 | -3/+3 |