summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-1942-90/+3973
* undo some bleed-only embed.fnc parameter name renamesDavid Mitchell2009-03-191-4/+4
* The sv argument to gv_stashsv() is not NULL.Nicholas Clark2009-03-192-2/+4
* Correct the paramter to Perl_op_xmldump(). The one that got away fromNicholas Clark2009-03-192-2/+2
* Correct (some) variable names in embed.fnc where they differ from theNicholas Clark2009-03-194-386/+430
* In Perl_load_module_nocontext(), ver can actually be NULL.Nicholas Clark2009-03-192-32/+20
* Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv andNicholas Clark2009-03-192-28/+14
* run regenDavid Mitchell2009-03-193-6/+6
* In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.Nicholas Clark2009-03-192-21/+15
* In Perl_regfree_internal(), rx is actually not NULL.Nicholas Clark2009-03-192-5/+5
* Perl_ck_retarget() doesn't even exist, so little point in mentioningNicholas Clark2009-03-193-7/+0
* The "pointer" argument to S_restore_magic() is not not NULL, becauseNicholas Clark2009-03-192-4/+2
* Correct some names of parameters in embed.fnc.Nicholas Clark2009-03-192-18/+18
* Two parameter names missing in embed.fncNicholas Clark2009-03-192-4/+4
* Don't totally eliminate Nullop; naughty code might define PERL_COREDavid Mitchell2009-03-191-3/+1
* Eliminate use of Nullop in the core code. Dual life uses remain.Nicholas Clark2009-03-194-67/+69
* revert the SvOOK re-implementation:Nicholas Clark2009-03-197-114/+47
* Revert the SvOOK reimplementation:Nicholas Clark2009-03-198-101/+74
* update mergelogDavid Mitchell2009-03-171-46/+46
* In XS_re_regexp_pattern(), use newSVpvn_flags() to avoid calls toNicholas Clark2009-03-121-7/+5