summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sizeof(const SV *) is the same as sizeof(SV *), except that it doesn'tNicholas Clark2008-10-311-4/+5
* Upgrade to Devel::PPPort 3.14_05Marcus Holland-Moritz2008-10-315-10/+15
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-3020-392/+406
* Change 34627 didn't realise that if S_find_uninit_var() takes aNicholas Clark2008-10-303-3/+3
* SvPV() does not take a const SV*, which means that the pattern argumentNicholas Clark2008-10-304-8/+8
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2008-10-305-79/+84
* Re: [PATCH] [doc] be more explicit about magic argvMoritz Lenz2008-10-302-0/+16
* Upgrade to Devel::PPPort 3.14_04Marcus Holland-Moritz2008-10-3010-13/+430
* Try to demangle the mess created by 34667 (the "resubmittal" was actuallyCraig A. Berry2008-10-301-61/+61
* Re: patch@34561 VMS exec handling / cwd realpath fixesJohn E. Malmberg2008-10-302-7/+127
* [patch@34600] vms.c setup_cmddscJohn E. Malmberg2008-10-301-0/+13
* Add a test for bug #60214Rafael Garcia-Suarez2008-10-301-1/+10
* The file test operators -s, -A, -C and -M can return false valuesRafael Garcia-Suarez2008-10-301-1/+1
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-297-13/+14
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-2919-95/+95
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-2918-136/+138
* Remove redundant (and wrong) prototype for pv_display()Marcus Holland-Moritz2008-10-291-3/+0
* Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gzSébastien Aperghis-Tramoni2008-10-292-14/+7
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-2914-53/+55
* As Perl_cv_const_sv() now takes a const CV *, use that as the cast forNicholas Clark2008-10-293-4/+6
* Perl_cv_const_sv() takes a const CV *const cv argument.Nicholas Clark2008-10-293-3/+3
* Upgrade to PathTools 3.29.Nicholas Clark2008-10-2911-10/+14
* Remove redundant API definitions from '=for apidoc' sections.Marcus Holland-Moritz2008-10-294-44/+28
* make distclean patch from Andy Armstrong.Nicholas Clark2008-10-293-0/+7
* Avoid leaving a VAR.txt after testing terminates on any platform whereNicholas Clark2008-10-291-2/+1
* Upgrade to CPAN-1.9301.Steve Peters2008-10-2917-532/+1730
* Upgrade to File::Path 2.06_07. (an e-mail from David)Nicholas Clark2008-10-291-185/+88
* One more for HaikuH.Merijn Brand2008-10-291-0/+63
* Two haiku files to addH.Merijn Brand2008-10-291-0/+34
* Haiku PortIngo Weinhold2008-10-2916-12/+319
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-2818-84/+85
* ss_dup wrapper const casting analagous to change 34626.Nicholas Clark2008-10-281-2/+2
* Consting in S_find_uninit_var() and the routines that it calls.Nicholas Clark2008-10-283-19/+23
* Some consting in Perl_ss_dup(), and a few (HV*) casts that can beNicholas Clark2008-10-281-16/+16
* Eliminate (HV *) casts in u*.c.Nicholas Clark2008-10-283-42/+42
* A gaggle of casts in Perl_sv_magicext() that are (const ?V *).Nicholas Clark2008-10-281-3/+3
* Two casts that are MUTABLE_?V.Nicholas Clark2008-10-281-2/+2
* A couple of (COP*)s that can actually be (const COP *)s.Nicholas Clark2008-10-281-2/+2
* installperl patchletAndreas J. Koenig2008-10-281-0/+1
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2008-10-283-9/+10