summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* also report forced tokens when using -DTGerard Goossen2008-01-281-1/+3
* util.c: some constingSteven Schubiger2008-01-281-1/+1
* Investigation reveals that the work of restoring the iterator to theNicholas Clark2008-01-261-1/+1
* Avoid an unused argument in S_sv_2iuv_non_preserve() by usingNicholas Clark2008-01-181-0/+6
* The suidscript argument to S_forbid_setid(), S_open_script() andNicholas Clark2008-01-181-3/+3
* Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing itsNicholas Clark2008-01-181-3/+19
* Remove C variables (and a parameter!) now unused since -P bit the dust.Nicholas Clark2008-01-111-3/+2
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-0/+4
* Move the reg_stringify logic to Perl_sv_2pv_flagsÆvar Arnfjörð Bjarmason2008-01-101-3/+0
* Fix prototype in regexp code following #32851, and regenSteve Hay2008-01-091-1/+1
* Add RX_UTF8(), which is effectively SvUTF8() but for regexps.Nicholas Clark2008-01-051-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-3/+0
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-0/+3
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+4
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-7/+7
* Convert some "regexp" and "struct regexp" to REGEXP where they areNicholas Clark2008-01-021-3/+3
* As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API,Nicholas Clark2007-12-311-10/+0
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-4/+6
* Change Perl_av_iter_p() to return IV* rather than I32* (which meansNicholas Clark2007-12-291-1/+1
* For 5.12 we can simply exterminate! the private functionNicholas Clark2007-12-211-6/+0
* Implement each @array.Nicholas Clark2007-12-201-0/+12
* Correct the embed.fnc descriptions of newAV() and newHV() - they do notNicholas Clark2007-12-201-2/+0
* Similiarly Perl_newHV() can become a mathom by making newHV() aNicholas Clark2007-12-201-2/+2
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2007-12-201-2/+2
* Perl_magic_setglob() is a mathom.Nicholas Clark2007-12-201-0/+2
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+1
* make PERLSYS_TERM not require a contextDave Mitchell2007-11-031-1/+1
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-0/+3
* Inline and eliminate S_incl_perldb(), as it's only called on one place.Nicholas Clark2007-10-181-1/+0
* Where possible, change gv_fetchfile() to gv_fetchfile_flags(),Nicholas Clark2007-10-181-1/+1