summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More tests for SafeRafael Garcia-Suarez2007-10-171-2/+19
* PL_AMG_names is only used by gv.c (as far as Google code search canNicholas Clark2007-10-166-96/+120
* Replace my_strlcpy() with a pair of byte writes.Nicholas Clark2007-10-161-2/+4
* Given that S_feature_is_enabled() is a static function, we can know allNicholas Clark2007-10-161-2/+6
* Given that the buffer for mode in Perl_do_openn() has been initialisedNicholas Clark2007-10-161-10/+10
* Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv()Nicholas Clark2007-10-161-4/+5
* Pass in explicit lengths for the key and type arguments toNicholas Clark2007-10-164-35/+47
* Perl_ck_smartmatch needs a dVAR too.Nicholas Clark2007-10-161-0/+1
* Add dVAR;s to the functions created in change 31970.Nicholas Clark2007-10-161-0/+3
* Update File::Fetch to 0.12Jos I. Boumans2007-10-161-10/+13
* POD nit found by Slaven Rezic.Rafael Garcia-Suarez2007-10-131-1/+1
* Normalize the case of some VMS syscalls so the prototypes areCraig A. Berry2007-10-121-4/+4
* Remove some strlen()s and replace one strlcpy() with memcpy() becauseNicholas Clark2007-10-124-10/+13
* New test for SafeRafael Garcia-Suarez2007-10-122-0/+30
* Funny symbol table names can be shared, tooRafael Garcia-Suarez2007-10-121-3/+0
* Share the internal XS functions defined in universal.cRafael Garcia-Suarez2007-10-121-1/+49
* Update IPC::Cmd to 0.38Jos I. Boumans2007-10-112-20/+103
* pp_int should treat refs as UVs (not IVs)Jerry D. Hedden2007-10-111-3/+3
* Gentler theads testJerry D. Hedden2007-10-111-1/+6
* Move threads test added in change 32091Jerry D. Hedden2007-10-112-19/+14
* Porting/Maintainers.pm --check added functionalityRobin Barker2007-10-111-6/+34
* add calling hints to perldebug.podRichard Foley2007-10-101-1/+25
* Porting/Maintainers.plRobin Barker2007-10-101-2/+4
* Remove an obsolete test for h2ph, that was always skipped.Rafael Garcia-Suarez2007-10-102-97/+0
* Delete files removed by latest CPANPLUS updateRafael Garcia-Suarez2007-10-1014-325/+0
* Update CPANPLUS to 0.83_02Rafael Garcia-Suarez2007-10-1041-373/+2138
* newCONTSUB() wasn't thread-safe ([perl #45053])Dave Mitchell2007-10-102-2/+25
* If we use @{[]} (a.k.a. baby-cart) interpolation, we got warningsRafael Garcia-Suarez2007-10-103-6/+6
* As we know the length, replace strEQ with memEQs in S_doopen_pm().Nicholas Clark2007-10-091-1/+1
* If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call toNicholas Clark2007-10-094-3/+19
* Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir, name); in require'sNicholas Clark2007-10-091-2/+31
* Remove the strlen in doopen_pm() by passing in the length. (As we knowNicholas Clark2007-10-094-20/+17
* Remove a call to *printf from the require code.Nicholas Clark2007-10-091-2/+7
* Tests for the .pmc functionality.Nicholas Clark2007-10-091-4/+63
* Files names for pragmas strict and warnings can end in .pmcRafael Garcia-Suarez2007-10-093-3/+3
* Fix description of "." in unpack() in perl5100deltaRafael Garcia-Suarez2007-10-091-5/+5
* perlmodlib.pod has changed, tooRafael Garcia-Suarez2007-10-091-3/+15
* Add a rough, incomplete version of perl5100deltaRafael Garcia-Suarez2007-10-0910-153/+1096
* [perl #45823] [PATCH] v5.8.8. pod2html: <a name="example"> anchor, but <a hre...Axel Kollmorgen2007-10-092-20/+20
* Increment IPC::SysV version number.Marcus Holland-Moritz2007-10-091-1/+1
* Fix fallback definitions of S_IRWX[UGO] (didn't includeMarcus Holland-Moritz2007-10-091-4/+4
* Don't deparse $^H{v_string}, which is automatically set by theNicholas Clark2007-10-091-2/+10
* Free temporary scalars later, because they might be still neededRafael Garcia-Suarez2007-10-091-2/+2
* Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)Brandon Black2007-10-091-1/+29
* New opcode category :load, for require, dofile and caller.Rafael Garcia-Suarez2007-10-091-4/+9
* make t/op/pack.t not explode when u64size=''Alexander Gough2007-10-081-1/+1
* Suggestion by Rick Delaney to make this test pass with -Duse64bitallRafael Garcia-Suarez2007-10-081-1/+1
* Build with -Dusemymalloc was brokenRafael Garcia-Suarez2007-10-081-0/+3
* Time::Piece & matherr on qnx4Alexander Gough2007-10-087-7/+37
* Move (most of) the conditionally compiled members of the interpreterNicholas Clark2007-10-081-26/+25