summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix warning code in Perl_sv_vcatpvfn() to make the TODOMarcus Holland-Moritz2008-11-093-13/+49
* diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.tMichael G. Schwern2008-11-091-36/+36
* Update format warning tests to expect "%lld" instead of "%d"Marcus Holland-Moritz2008-11-091-9/+12
* "Perl_newSVpvf("%lld")" is brokenHugo van der Sanden2008-11-092-6/+47
* Make sure PerlIO::via doesn't leave its old GV's hangingMarcus Holland-Moritz2008-11-082-1/+5
* From change #34775, reverting perlio.c change for now. Also,Steve Peters2008-11-082-21/+13
* Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header filesMarcus Holland-Moritz2008-11-0812-0/+36
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.Marcus Holland-Moritz2008-11-087-12/+16
* Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ...Goro Fuji2008-11-084-6/+41
* [perl #54828] perlio.c has a problem (both 5.8 and 5.10) Goro Fuji2008-11-081-3/+1
* Re: [perl #57322] perlbug AutoReply: ungetc() to :scalar might cause problemsGoro Fuji2008-11-084-13/+39
* [perl #18306] This problem seems to be fixed and a small patch for B::XrefRenee Baecker2008-11-081-0/+1
* NDBM prototype config vars for configure.com following 34756.Craig A. Berry2008-11-081-0/+3
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2008-11-075-6/+8
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2008-11-076-13/+220
* A small refactoring based on a comment in an old RT ticket (RTSteve Peters2008-11-071-7/+1
* Make sure inversion sign is shown in all anyof classes that we show in regpropYves Orton2008-11-071-10/+19
* Upgrade to Pod-Perldoc-3.15Steve Hay2008-11-071-1/+1
* Oops, change 34762 should have bumped the VERSIONSteve Hay2008-11-071-1/+1
* Temporary (?) fix for ext/Test/Harness/t/compat/regression.t,Steve Hay2008-11-071-1/+1
* Fix test broken by Test-Simple upgrade (similar to change 33689)Steve Hay2008-11-071-1/+1
* Upgrade to Test-Simple-0.85_01, keeping local changes 34491 and 34545Steve Hay2008-11-0718-131/+197
* lib/Test/Tutorial.pod is part of Test-SimpleSteve Hay2008-11-071-1/+1
* Fix new test (just added by podlators upgrade) on Win32, at leastSteve Hay2008-11-072-1/+2
* Upgrade to podlators-2.2.0Steve Hay2008-11-0714-29/+288
* NDBM just isn't meant to be used with C++. So thisMarcus Holland-Moritz2008-11-061-3/+9
* Add prototype detection for NDBM header filesMarcus Holland-Moritz2008-11-065-41/+121
* Various changes to regex diagnostics and testingYves Orton2008-11-065-18/+37
* Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256karl williamson2008-11-062-6/+17
* Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ...Yves Orton2008-11-062-0/+3
* Bring ExtUtils::Install up to date with the latest on CPAN 1.50_04 and relate...Yves Orton2008-11-057-326/+382
* Upgrade to File::Path 2.06_08.Nicholas Clark2008-11-052-51/+74
* ${^CHILD_ERROR_NATIVE} isn't mentioned in perlrun.pod, but is inNicholas Clark2008-11-041-1/+1
* The breakage caused by #34653 (sh|c)ould have been detectedMarcus Holland-Moritz2008-11-031-1/+1
* Fix DBM module handling broken by #34653.Marcus Holland-Moritz2008-11-031-11/+10
* Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)Tim Bunce2008-11-031-2/+4
* Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)Tim Bunce2008-11-033-9/+10
* [perl #60300] doc Carp $Carp::Internal{__PACKAGE__} example Kevin Ryde2008-11-031-2/+2
* Re: CPAN-1.9301 can't clean bootstrap .cpanAndreas J. Koenig2008-11-031-2/+2
* Silence one more format warningRafael Garcia-Suarez2008-11-031-1/+1
* Upgrade to Time::Local 1.1901.Nicholas Clark2008-11-022-23/+44
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-0244-102/+272
* [perl #56526] m/a{1,0}/ compiles but doesn't match a literal string Michael Cartmell2008-11-022-1/+2
* [perl #59652][DOC PATCH] "Too late for "-CS" option"Renee Baecker2008-11-021-0/+5
* explicit empty while loopsRobin Barker2008-11-022-2/+2
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-0215-54/+55
* Add a flag PERLDBf_SAVESRC, which enables the saved lines part ofNicholas Clark2008-11-013-3/+11
* Upgrade to Text::ParseWords 3.27Nicholas Clark2008-10-314-146/+164
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-3116-151/+160
* Change 34672 should have removed a const from re.xs. I thought I'dNicholas Clark2008-10-311-1/+1