summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITESteve Hay2008-02-271-1/+1
* 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-1/+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-1/+1
* Drat. #33298 doesn't fix it: need this too.Steve Hay2008-02-131-6/+11
* Correct another variable name in embed.fncSteve Hay2008-02-131-1/+1
* 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-177/+221
* In Perl_load_module_nocontext(), ver can actually be NULL.Nicholas Clark2008-02-121-10/+11
* Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv andNicholas Clark2008-02-111-7/+7
* Perl_ck_retarget() doesn't even exist, so little point in mentioning Nicholas Clark2008-02-111-1/+0
* In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.Nicholas Clark2008-02-111-7/+7
* In Perl_regfree_internal(), rx is actually not NULL.Nicholas Clark2008-02-111-2/+2
* The "pointer" argument to S_restore_magic() is not not NULL, becauseNicholas Clark2008-02-111-1/+1
* The sv argument to gv_stashsv() is not NULL.Nicholas Clark2008-02-101-1/+1
* vcroak()'s pattern is actually NULLOK.Nicholas Clark2008-02-101-1/+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/+1
* 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/+4
* 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-2/+15
* Remove C variables (and a parameter!) now unused since -P bit the dust.Nicholas Clark2008-01-111-1/+1
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-0/+1
* Move the reg_stringify logic to Perl_sv_2pv_flagsÆvar Arnfjörð Bjarmason2008-01-101-1/+0
* Fix prototype in regexp code following #32851, and regenSteve Hay2008-01-091-1/+1
* Remove a comment that is no longer necessary since Perl Object bitNicholas Clark2008-01-051-3/+0
* Add RX_UTF8(), which is effectively SvUTF8() but for regexps.Nicholas Clark2008-01-051-1/+3
* Protect me (and my fellow muppets) from screens of "syntax errors" ifNicholas Clark2008-01-051-0/+2
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-1/+0
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-0/+1
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+1
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-2/+3
* 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-4/+0
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-1/+3
* 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-3/+0
* Implement each @array.Nicholas Clark2007-12-201-0/+5
* Correct the embed.fnc descriptions of newAV() and newHV() - they do notNicholas Clark2007-12-201-2/+2