summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Perl_hv_placeholders_get() actually takes a const HV *hv.Nicholas Clark2008-10-283-4/+4
* fix for failed Gconvert detection under C++Tony Cook2008-10-281-46/+49
* Upgrade to File::Path 2.06_06. (a diff from David via http)Nicholas Clark2008-10-282-134/+291
* Correct SvVALID() and SvTAIL() - they are actually const.Nicholas Clark2008-10-271-2/+2
* MHX notes that I have a superfluous void cast.Nicholas Clark2008-10-271-1/+1
* After the upgrade to 3.28_03 we need to revert change 34543.Nicholas Clark2008-10-271-4/+0
* Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to addNicholas Clark2008-10-272-17/+17
* Upgrade to PathTools 3.28_03.Nicholas Clark2008-10-2711-13/+29
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2008-10-274-6/+7
* Grab the second half of r10084 for cwd.t, which wasn't in change 33042.Nicholas Clark2008-10-272-10/+96
* Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:Nicholas Clark2008-10-271-113/+125
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-2710-70/+77
* Bugs revealed by replacing (SV *) casts with something that doesn'tNicholas Clark2008-10-274-4/+4
* Fix x2p, which was broken by #34598 with -DPERL_MEM_LOG.Marcus Holland-Moritz2008-10-271-0/+6
* Fix prototype detection for C++Marcus Holland-Moritz2008-10-272-166/+194
* No, it's not a const SV* if we subsequently callMarcus Holland-Moritz2008-10-261-1/+1
* Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage,Marcus Holland-Moritz2008-10-261-4/+5