summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2009-03-295-5/+7
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-2916-151/+159
* sizeof(const SV *) is the same as sizeof(SV *), except that it doesn'tNicholas Clark2009-03-291-4/+5
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-2920-384/+398
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2009-03-295-79/+84
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2009-03-297-13/+14
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-2918-135/+137
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-2914-53/+55
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-2918-83/+84
* ss_dup wrapper const casting analagous to change 34626.Nicholas Clark2009-03-291-2/+2
* Some consting in Perl_ss_dup(), and a few (HV*) casts that can beNicholas Clark2009-03-291-16/+16
* Eliminate (HV *) casts in u*.c.Nicholas Clark2009-03-293-42/+42
* A gaggle of casts in Perl_sv_magicext() that are (const ?V *).Nicholas Clark2009-03-291-3/+3
* Two casts that are MUTABLE_?V.Nicholas Clark2009-03-291-2/+2
* A couple of (COP*)s that can actually be (const COP *)s.Nicholas Clark2009-03-291-2/+2
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2009-03-293-9/+10
* Correct SvVALID() and SvTAIL() - they are actually const.Nicholas Clark2009-03-291-2/+2
* MHX notes that I have a superfluous void cast.Nicholas Clark2009-03-291-1/+1
* Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to addNicholas Clark2009-03-292-17/+17
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2009-03-294-6/+7
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2009-03-299-69/+76
* Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().Marcus Holland-Moritz2009-03-291-0/+3
* In S_mro_get_linear_isa_dfs(), add void casts to silence two warningsNicholas Clark2009-03-291-7/+11
* Build the isa cache from any linear ISA, rather than forcing the useNicholas Clark2009-03-291-3/+22
* Need to free the isa lookup hash before rebuilding it.Nicholas Clark2009-03-292-1/+16
* Create a direct lookup hash for ->isa() lookup, by retaining theNicholas Clark2009-03-296-30/+65
* Abolish the warning "Can't locate package %"SVf" for the parents of %s"Nicholas Clark2009-03-292-15/+0
* Silence build warnings in universal.cJerry D. Hedden2009-03-291-1/+2
* Make the worst case error message for Perl_croak_xs_usage() consistentNicholas Clark2009-03-291-1/+1
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2009-03-298-108/+115
* Prevent the tokenizer from segfaulting in debug mode when a FUNC token is forcedRafael Garcia-Suarez2009-03-291-1/+1
* todays merging activityDavid Mitchell2009-03-262-48/+58
* Clean up unused 'popt' variable in perl.cJerry D. Hedden2009-03-261-1/+0
* No need to copy the part of PERL5OPT that we've already scanned past.Nicholas Clark2009-03-261-3/+3
* Very little const-propagation remains related to Perl_moreswitches().Nicholas Clark2009-03-262-8/+1
* Re: Solaris build warningsAndy Dougherty2009-03-262-3/+3
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2009-03-257-20/+21
* Add the correct argument assertion macro to sv_insert_flags().Nicholas Clark2009-03-251-1/+2
* Double magic with substrVincent Pit2009-03-257-4/+39
* Perl_croak_nocontext() is called with NULL indirectly fromSteve Peters2009-03-253-6/+2
* Assert that the av argument to all the av_*() functions is an array.Nicholas Clark2009-03-251-0/+21
* Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITESteve Hay2009-03-252-3/+3
* Silence compiler warnings on Win32/VC6Jan Dubois2009-03-253-4/+11
* doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim...Vincent Pit2009-03-252-5/+5
* update mergelogDavid Mitchell2009-03-221-25/+26
* pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK"Steve Hay2009-03-222-3/+2
* Drat. #33298 doesn't fix it: need this too.Steve Hay2009-03-222-8/+13
* Correct another variable name in embed.fncSteve Hay2009-03-222-3/+3
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2009-03-223-10/+21
* missed Porting/checkARGS_ASSERT.pl from previous commitDavid Mitchell2009-03-201-0/+32