| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | sizeof(const SV *) is the same as sizeof(SV *), except that it doesn't | Nicholas Clark | 2008-10-31 | 1 | -4/+5 |
* | Upgrade to Devel::PPPort 3.14_05 | Marcus Holland-Moritz | 2008-10-31 | 5 | -10/+15 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 20 | -392/+406 |
* | Change 34627 didn't realise that if S_find_uninit_var() takes a | Nicholas Clark | 2008-10-30 | 3 | -3/+3 |
* | SvPV() does not take a const SV*, which means that the pattern argument | Nicholas Clark | 2008-10-30 | 4 | -8/+8 |
* | Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast in | Nicholas Clark | 2008-10-30 | 5 | -79/+84 |
* | Re: [PATCH] [doc] be more explicit about magic argv | Moritz Lenz | 2008-10-30 | 2 | -0/+16 |
* | Upgrade to Devel::PPPort 3.14_04 | Marcus Holland-Moritz | 2008-10-30 | 10 | -13/+430 |
* | Try to demangle the mess created by 34667 (the "resubmittal" was actually | Craig A. Berry | 2008-10-30 | 1 | -61/+61 |
* | Re: patch@34561 VMS exec handling / cwd realpath fixes | John E. Malmberg | 2008-10-30 | 2 | -7/+127 |
* | [patch@34600] vms.c setup_cmddsc | John E. Malmberg | 2008-10-30 | 1 | -0/+13 |
* | Add a test for bug #60214 | Rafael Garcia-Suarez | 2008-10-30 | 1 | -1/+10 |
* | The file test operators -s, -A, -C and -M can return false values | Rafael Garcia-Suarez | 2008-10-30 | 1 | -1/+1 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 7 | -13/+14 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 19 | -95/+95 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 18 | -136/+138 |
* | Remove redundant (and wrong) prototype for pv_display() | Marcus Holland-Moritz | 2008-10-29 | 1 | -3/+0 |
* | Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gz | Sébastien Aperghis-Tramoni | 2008-10-29 | 2 | -14/+7 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 14 | -53/+55 |
* | As Perl_cv_const_sv() now takes a const CV *, use that as the cast for | Nicholas Clark | 2008-10-29 | 3 | -4/+6 |
* | Perl_cv_const_sv() takes a const CV *const cv argument. | Nicholas Clark | 2008-10-29 | 3 | -3/+3 |
* | Upgrade to PathTools 3.29. | Nicholas Clark | 2008-10-29 | 11 | -10/+14 |
* | Remove redundant API definitions from '=for apidoc' sections. | Marcus Holland-Moritz | 2008-10-29 | 4 | -44/+28 |
* | make distclean patch from Andy Armstrong. | Nicholas Clark | 2008-10-29 | 3 | -0/+7 |