summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Double magic/warnings with binmode $fh, undefVincent Pit2008-04-301-1/+1
* Perl_gv_fetchmethod{,_autoload,_flags} are actually never* called withNicholas Clark2008-04-171-3/+6
* /* This code tries to figure out just what went wrong withNicholas Clark2008-04-171-0/+5
* Split out S_refcounted_he_new_common() fromNicholas Clark2008-04-071-0/+13
* Eliminate cop_label from struct cop by storing a label as the firstNicholas Clark2008-04-071-1/+1
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2008-04-011-2/+2
* Double magic with substrVincent Pit2008-03-311-0/+6
* Repeat change 33508 - change 33561 re-instated the mistake in changeNicholas Clark2008-03-251-1/+1
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-251-9/+9
* Change 33507 had a const too far (Perl_mg_dup()'s mg is assigned to).Nicholas Clark2008-03-131-1/+1
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-131-13/+13
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-121-14/+14
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-12/+12
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-18/+18
* Perl_croak_nocontext() is called with NULL indirectly from Steve Peters2008-03-081-4/+1
* Silence warning introduced by #32703 when building with MYMALLOCSteve Hay2008-03-061-1/+1
* Silence some warnings on Win32 with VC6Steve Hay2008-03-061-9/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-11/+11
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-10/+10
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-11/+11
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-011-9/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-291-10/+10
* Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the Nicholas Clark2008-02-271-0/+3
* Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITESteve Hay2008-02-271-2/+2
* Following 33291, on VMS we need to use the same prototypes other platforms Craig A. Berry2008-02-221-1/+1
* Eliminate ck_lengthconst.Nicholas Clark2008-02-201-6/+0
* use svtypeRobin Barker2008-02-141-6/+6
* pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK"Steve Hay2008-02-131-2/+1
* Drat. #33298 doesn't fix it: need this too.Steve Hay2008-02-131-2/+2
* Correct another variable name in embed.fncSteve Hay2008-02-131-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+1866
* Correct the paramter to Perl_op_xmldump(). The one that got away fromNicholas Clark2008-02-121-1/+1
* Correct (some) variable names in embed.fnc where they differ from theNicholas Clark2008-02-121-159/+159
* In Perl_load_module_nocontext(), ver can actually be NULL.Nicholas Clark2008-02-121-22/+9
* Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv andNicholas Clark2008-02-111-21/+7
* Perl_ck_retarget() doesn't even exist, so little point in mentioning Nicholas Clark2008-02-111-4/+0
* In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.Nicholas Clark2008-02-111-14/+8
* In Perl_regfree_internal(), rx is actually not NULL.Nicholas Clark2008-02-111-3/+4
* The "pointer" argument to S_restore_magic() is not not NULL, becauseNicholas Clark2008-02-111-3/+1
* The sv argument to gv_stashsv() is not NULL.Nicholas Clark2008-02-101-1/+3
* vcroak()'s pattern is actually NULLOK.Nicholas Clark2008-02-101-2/+1
* Correct some names of parameters in embed.fnc.Nicholas Clark2008-02-101-9/+9
* Two parameter names missing in embed.fncNicholas Clark2008-02-101-2/+2
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-081-11/+11
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-071-11/+11
* sv.c: constingSteven Schubiger2008-02-041-5/+5
* taint.c: constingSteven Schubiger2008-02-031-1/+1
* Fix compiler warning introduced in DEBUGGING builds by #33103Steve Hay2008-01-311-1/+1
* Fix Win32 compiler warnings introduced by #33081 and #33085Steve Hay2008-01-291-1/+1
* toke.c/universal.c: constingSteven Schubiger2008-01-291-11/+11