| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning code in Perl_sv_vcatpvfn() to make the TODO | Marcus Holland-Moritz | 2008-11-09 | 3 | -13/+49 |
* | diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t | Michael G. Schwern | 2008-11-09 | 1 | -36/+36 |
* | Update format warning tests to expect "%lld" instead of "%d" | Marcus Holland-Moritz | 2008-11-09 | 1 | -9/+12 |
* | "Perl_newSVpvf("%lld")" is broken | Hugo van der Sanden | 2008-11-09 | 2 | -6/+47 |
* | Make sure PerlIO::via doesn't leave its old GV's hanging | Marcus Holland-Moritz | 2008-11-08 | 2 | -1/+5 |
* | From change #34775, reverting perlio.c change for now. Also, | Steve Peters | 2008-11-08 | 2 | -21/+13 |
* | Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files | Marcus Holland-Moritz | 2008-11-08 | 12 | -0/+36 |
* | Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set. | Marcus Holland-Moritz | 2008-11-08 | 7 | -12/+16 |
* | Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ... | Goro Fuji | 2008-11-08 | 4 | -6/+41 |
* | [perl #54828] perlio.c has a problem (both 5.8 and 5.10) | Goro Fuji | 2008-11-08 | 1 | -3/+1 |
* | Re: [perl #57322] perlbug AutoReply: ungetc() to :scalar might cause problems | Goro Fuji | 2008-11-08 | 4 | -13/+39 |
* | [perl #18306] This problem seems to be fixed and a small patch for B::Xref | Renee Baecker | 2008-11-08 | 1 | -0/+1 |
* | NDBM prototype config vars for configure.com following 34756. | Craig A. Berry | 2008-11-08 | 1 | -0/+3 |
* | Revert SvPVX() to allow lvalue usage, but also add a | Marcus Holland-Moritz | 2008-11-07 | 5 | -6/+8 |
* | create new unicode props as defined in POSIX spec (optionally use them in the... | Yves Orton | 2008-11-07 | 6 | -13/+220 |
* | A small refactoring based on a comment in an old RT ticket (RT | Steve Peters | 2008-11-07 | 1 | -7/+1 |
* | Make sure inversion sign is shown in all anyof classes that we show in regprop | Yves Orton | 2008-11-07 | 1 | -10/+19 |
* | Upgrade to Pod-Perldoc-3.15 | Steve Hay | 2008-11-07 | 1 | -1/+1 |
* | Oops, change 34762 should have bumped the VERSION | Steve Hay | 2008-11-07 | 1 | -1/+1 |
* | Temporary (?) fix for ext/Test/Harness/t/compat/regression.t, | Steve Hay | 2008-11-07 | 1 | -1/+1 |
* | Fix test broken by Test-Simple upgrade (similar to change 33689) | Steve Hay | 2008-11-07 | 1 | -1/+1 |
* | Upgrade to Test-Simple-0.85_01, keeping local changes 34491 and 34545 | Steve Hay | 2008-11-07 | 18 | -131/+197 |
* | lib/Test/Tutorial.pod is part of Test-Simple | Steve Hay | 2008-11-07 | 1 | -1/+1 |
* | Fix new test (just added by podlators upgrade) on Win32, at least | Steve Hay | 2008-11-07 | 2 | -1/+2 |
* | Upgrade to podlators-2.2.0 | Steve Hay | 2008-11-07 | 14 | -29/+288 |
* | NDBM just isn't meant to be used with C++. So this | Marcus Holland-Moritz | 2008-11-06 | 1 | -3/+9 |
* | Add prototype detection for NDBM header files | Marcus Holland-Moritz | 2008-11-06 | 5 | -41/+121 |
* | Various changes to regex diagnostics and testing | Yves Orton | 2008-11-06 | 5 | -18/+37 |
* | Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256 | karl williamson | 2008-11-06 | 2 | -6/+17 |
* | Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ... | Yves Orton | 2008-11-06 | 2 | -0/+3 |
* | Bring ExtUtils::Install up to date with the latest on CPAN 1.50_04 and relate... | Yves Orton | 2008-11-05 | 7 | -326/+382 |
* | Upgrade to File::Path 2.06_08. | Nicholas Clark | 2008-11-05 | 2 | -51/+74 |
* | ${^CHILD_ERROR_NATIVE} isn't mentioned in perlrun.pod, but is in | Nicholas Clark | 2008-11-04 | 1 | -1/+1 |
* | The breakage caused by #34653 (sh|c)ould have been detected | Marcus Holland-Moritz | 2008-11-03 | 1 | -1/+1 |
* | Fix DBM module handling broken by #34653. | Marcus Holland-Moritz | 2008-11-03 | 1 | -11/+10 |
* | Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2) | Tim Bunce | 2008-11-03 | 1 | -2/+4 |
* | Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2) | Tim Bunce | 2008-11-03 | 3 | -9/+10 |
* | [perl #60300] doc Carp $Carp::Internal{__PACKAGE__} example | Kevin Ryde | 2008-11-03 | 1 | -2/+2 |
* | Re: CPAN-1.9301 can't clean bootstrap .cpan | Andreas J. Koenig | 2008-11-03 | 1 | -2/+2 |
* | Silence one more format warning | Rafael Garcia-Suarez | 2008-11-03 | 1 | -1/+1 |
* | Upgrade to Time::Local 1.1901. | Nicholas Clark | 2008-11-02 | 2 | -23/+44 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 44 | -102/+272 |
* | [perl #56526] m/a{1,0}/ compiles but doesn't match a literal string | Michael Cartmell | 2008-11-02 | 2 | -1/+2 |
* | [perl #59652][DOC PATCH] "Too late for "-CS" option" | Renee Baecker | 2008-11-02 | 1 | -0/+5 |
* | explicit empty while loops | Robin Barker | 2008-11-02 | 2 | -2/+2 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 15 | -54/+55 |
* | Add a flag PERLDBf_SAVESRC, which enables the saved lines part of | Nicholas Clark | 2008-11-01 | 3 | -3/+11 |
* | Upgrade to Text::ParseWords 3.27 | Nicholas Clark | 2008-10-31 | 4 | -146/+164 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 16 | -151/+160 |
* | Change 34672 should have removed a const from re.xs. I thought I'd | Nicholas Clark | 2008-10-31 | 1 | -1/+1 |