| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Avoid leaving a VAR.txt after testing terminates on any platform where | Nicholas Clark | 2008-10-29 | 1 | -2/+1 |
* | Upgrade to CPAN-1.9301. | Steve Peters | 2008-10-29 | 17 | -532/+1730 |
* | Upgrade to File::Path 2.06_07. (an e-mail from David) | Nicholas Clark | 2008-10-29 | 1 | -185/+88 |
* | One more for Haiku | H.Merijn Brand | 2008-10-29 | 1 | -0/+63 |
* | Two haiku files to add | H.Merijn Brand | 2008-10-29 | 1 | -0/+34 |
* | Haiku Port | Ingo Weinhold | 2008-10-29 | 16 | -12/+319 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 18 | -84/+85 |
* | ss_dup wrapper const casting analagous to change 34626. | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | Consting in S_find_uninit_var() and the routines that it calls. | Nicholas Clark | 2008-10-28 | 3 | -19/+23 |
* | Some consting in Perl_ss_dup(), and a few (HV*) casts that can be | Nicholas Clark | 2008-10-28 | 1 | -16/+16 |
* | Eliminate (HV *) casts in u*.c. | Nicholas Clark | 2008-10-28 | 3 | -42/+42 |
* | A gaggle of casts in Perl_sv_magicext() that are (const ?V *). | Nicholas Clark | 2008-10-28 | 1 | -3/+3 |
* | Two casts that are MUTABLE_?V. | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | A couple of (COP*)s that can actually be (const COP *)s. | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | installperl patchlet | Andreas J. Koenig | 2008-10-28 | 1 | -0/+1 |
* | Add MUTABLE_HV(), and remove (HV *) casts from headers. | Nicholas Clark | 2008-10-28 | 3 | -9/+10 |