| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Perl_hv_placeholders_get() actually takes a const HV *hv. | Nicholas Clark | 2008-10-28 | 3 | -4/+4 |
* | fix for failed Gconvert detection under C++ | Tony Cook | 2008-10-28 | 1 | -46/+49 |
* | Upgrade to File::Path 2.06_06. (a diff from David via http) | Nicholas Clark | 2008-10-28 | 2 | -134/+291 |
* | Correct SvVALID() and SvTAIL() - they are actually const. | Nicholas Clark | 2008-10-27 | 1 | -2/+2 |
* | MHX notes that I have a superfluous void cast. | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | After the upgrade to 3.28_03 we need to revert change 34543. | Nicholas Clark | 2008-10-27 | 1 | -4/+0 |
* | Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to add | Nicholas Clark | 2008-10-27 | 2 | -17/+17 |
* | Upgrade to PathTools 3.28_03. | Nicholas Clark | 2008-10-27 | 11 | -13/+29 |
* | Add MUTABLE_AV(), and remove (AV *) casts from headers. | Nicholas Clark | 2008-10-27 | 4 | -6/+7 |
* | Grab the second half of r10084 for cwd.t, which wasn't in change 33042. | Nicholas Clark | 2008-10-27 | 2 | -10/+96 |
* | Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01: | Nicholas Clark | 2008-10-27 | 1 | -113/+125 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 10 | -70/+77 |
* | Bugs revealed by replacing (SV *) casts with something that doesn't | Nicholas Clark | 2008-10-27 | 4 | -4/+4 |
* | Fix x2p, which was broken by #34598 with -DPERL_MEM_LOG. | Marcus Holland-Moritz | 2008-10-27 | 1 | -0/+6 |
* | Fix prototype detection for C++ | Marcus Holland-Moritz | 2008-10-27 | 2 | -166/+194 |
* | No, it's not a const SV* if we subsequently call | Marcus Holland-Moritz | 2008-10-26 | 1 | -1/+1 |
* | Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage, | Marcus Holland-Moritz | 2008-10-26 | 1 | -4/+5 |
* | Cope with brain damage in PerlIO::via, which will let you fclose() the | Nicholas Clark | 2008-10-26 | 1 | -1/+8 |
* | USE_FAST_STDIO can affect behaviour, so list it in -V | Nicholas Clark | 2008-10-26 | 1 | -0/+3 |
* | Upgrade to ExtUtils::Manifest 1.55. | Nicholas Clark | 2008-10-25 | 2 | -2/+3 |
* | Upgrade to ExtUtils::Command 1.15 | Nicholas Clark | 2008-10-25 | 4 | -10/+45 |
* | lib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command, and so does | Nicholas Clark | 2008-10-25 | 1 | -2/+3 |
* | Update copyright year in opcode.pl to reflect change 33364. | Nicholas Clark | 2008-10-25 | 2 | -2/+2 |
* | Update copyright year in embed.pl, and everything that it builds. | Nicholas Clark | 2008-10-25 | 7 | -7/+7 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 50 | -78/+82 |
* | Re: [Fwd: CPAN Upload: S/SM/SMUELLER/Attribute-Handlers-0.80.tar.gz] | Steffen Mueller | 2008-10-25 | 3 | -13/+14 |
* | Upgrade to lib.pm 0.61. | Nicholas Clark | 2008-10-25 | 2 | -1/+2 |
* | Integrate: | Vincent Pit | 2008-10-25 | 1 | -1/+15 |
* | Make C++ compilers happy #5: jump to 'do_write' crossed | Marcus Holland-Moritz | 2008-10-25 | 1 | -4/+4 |