summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Do the same as #32061 for Win32, which also fixes a static linkingSteve Hay2007-10-083-7/+10
* Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)Brandon Black2007-10-084-2/+34
* Silence compiler warnings on Win32 (VC6)Steve Hay2007-10-081-2/+2
* Documentation change to go with change #32056.Rafael Garcia-Suarez2007-10-082-2/+2
* Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer resultsRick Delaney2007-10-082-1/+8
* [Patch] Configure doesn't pick up Hash/Util/FieldHashAlexander Gough2007-10-081-5/+7
* Re: [perl #46011] overload "0+" doesn't handle integer resultsRick Delaney2007-10-072-10/+51
* Re: several compilation problems on VMS in perl@32039Craig A. Berry2007-10-063-9/+9
* Finally! Worked out how to const Perl_moreswitches().Nicholas Clark2007-10-064-15/+34
* "A" should no longer be in the list of options acceptable to PERL5OPT,Nicholas Clark2007-10-061-1/+1
* Propagate the perlapi.pod part of change 32026 back to the source POD.Nicholas Clark2007-10-061-1/+1
* Remove remaining C<Nullch>s and C<Nullsv>sNicholas Clark2007-10-065-13/+13
* Add symlink support to Cwd::_vms_abs_path.Craig A. Berry2007-10-062-9/+21
* The scratch scalar used in -d processing for : and = options would leakNicholas Clark2007-10-061-0/+1
* Nothing* outside the core uses the old misspellingNicholas Clark2007-10-061-2/+0
* Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR inNicholas Clark2007-10-061-1/+1
* Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code inNicholas Clark2007-10-061-9/+7
* Add a new flag PERL_PV_PRETTY_NOCLEAR (actually justNicholas Clark2007-10-062-4/+9
* Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/Nicholas Clark2007-10-061-1/+1
* Upgrade to Time-HiRes-1.9708Steve Peters2007-10-061-1/+1
* newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")Nicholas Clark2007-10-061-2/+2
* Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created emptyNicholas Clark2007-10-061-3/+3
* Avoid using *pvf functions when the format string is a fixed string.Nicholas Clark2007-10-062-6/+6
* Directly create the SV with Perl_newSVpvf() rather than usingNicholas Clark2007-10-061-3/+2
* Optimise the logic in isPRINT(), possible following Jarkko's bugfixNicholas Clark2007-10-061-1/+1
* Revert one hunk of change 32034 that had the possibility of being buggyNicholas Clark2007-10-063-4/+22
* In the MAD code, eliminate one Perl_sv_catpvf() and convert oneNicholas Clark2007-10-051-4/+10
* Change a sv_catpv() to sv_catpvs().Nicholas Clark2007-10-051-1/+1
* symlink() wrapper for VMS that prevents the creation of symlinksCraig A. Berry2007-10-052-2/+26
* Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHARNicholas Clark2007-10-051-5/+13
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-059-45/+6
* Eliminate most *printf-like calls that use a simple "%c" format,Nicholas Clark2007-10-054-11/+21
* With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can beNicholas Clark2007-10-054-13/+1
* As PL_hinthv is actually tied, need to call SvSETMAGIC() after theNicholas Clark2007-10-052-5/+8
* New [PATCH] use 5.006; use 5.10.0Robin Barker2007-10-054-6/+46
* Update add-package.plJos I. Boumans2007-10-051-3/+9
* patch@32028 POD updates for VMSJohn E. Malmberg2007-10-052-9/+57
* VMS override for Module::Build::Base::find_perl_interpreter,Craig A. Berry2007-10-041-0/+10
* Try a bit harder to get *PL_sighandlerp to agree with itsCraig A. Berry2007-10-041-8/+6
* POD cleanupsDavid Landgren2007-10-0429-105/+105
* S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it aNicholas Clark2007-10-044-13/+2
* Upgrade to Devel::PPPort 3.13Marcus Holland-Moritz2007-10-045-8/+14
* Update Module::Load::Conditional to 0.20Rafael Garcia-Suarez2007-10-044-6/+6
* Update Term::UI to 0.16Rafael Garcia-Suarez2007-10-043-17/+17
* Fix warnings about Sighandler_t type on Win32.Rafael Garcia-Suarez2007-10-041-0/+8
* I can't spell (well know fact) and while I'm there correct otherNicholas Clark2007-10-031-8/+8
* Test for a subtle pre-5.10 bug. Before 5.10 the overloading flag wasNicholas Clark2007-10-031-1/+43
* Reverse change #31978Rafael Garcia-Suarez2007-10-038-39/+3
* One const too much. (Unfortunately, the Copy macro castsMarcus Holland-Moritz2007-10-031-1/+1
* Adapt definition of Sighandler_t to go with change #32012Rafael Garcia-Suarez2007-10-032-3/+3