summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Change S_tied_handle_method() to varargs to allow extra SV parameters.Nicholas Clark2010-06-131-1/+1
* Merge simple tied handle method calls into S_tied_handle_method().Nicholas Clark2010-06-131-0/+8
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-6/+18
* Deprecate find_rundefsvoffset()Vincent Pit2010-06-031-1/+3
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-0/+1
* Convert PAD_DUP to a function Perl_padlist_dup().Nicholas Clark2010-05-241-0/+8
* When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack.Nicholas Clark2010-05-241-0/+7
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-0/+9
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-0/+15
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-0/+6
* Make HvFILL() count the allocated buckets, instead of reading a stored value.Nicholas Clark2010-05-211-0/+5
* make overload respect get magicDavid Mitchell2010-05-211-0/+4
* add flags arg to sv_2nv (as sv_2nv_flags)David Mitchell2010-05-081-1/+1
* Fix parameter name for die_unwind() in embed.fncRafael Garcia-Suarez2010-05-041-2/+2
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-7/+32
|\
| * SV-based interfaces for dieing and warningZefram2010-04-231-7/+32
* | Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it.Nicholas Clark2010-04-291-1/+3
* | Convert Perl_magic_methcall() to varargs.Nicholas Clark2010-04-261-1/+1
* | For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef.Nicholas Clark2010-04-261-1/+1
* | remove Perl_pmflagRobin Barker2010-04-261-6/+0
* | regen header after last patchesRafael Garcia-Suarez2010-04-261-0/+3
* | Change the flags argument to magic_methcall/magic_methcall1 from I32 to U32.Nicholas Clark2010-04-251-2/+2
* | add Perl_magic_methcallDavid Mitchell2010-04-251-2/+9
* | consting in lex_stuff_pvnRobin Barker2010-04-231-1/+1
|/
* Regen headers after previous patchesRafael Garcia-Suarez2010-02-191-6/+7
* Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().Nicholas Clark2010-02-141-4/+4
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-0/+5
* Qualify pointer arguments of prescan_version in embed.fncRafael Garcia-Suarez2010-01-151-1/+1
* Omnibus strict and lax version parsingDavid Golden2010-01-131-0/+10
* qr/\X/ expansionKarl Williamson2009-12-051-0/+60
* cleanup get_arena param-names, mark as May-ChangeJim Cromie2009-11-241-1/+1
* Move change c35076938c7236fb into embed.fnc, from the generated file proto.hNicholas Clark2009-11-231-1/+1
* Perl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING.Craig A. Berry2009-11-211-0/+4
* lexer APIZefram2009-11-151-0/+31
* Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.Nicholas Clark2009-11-151-1/+1
* Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name().Nicholas Clark2009-11-151-4/+5
* Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv().Nicholas Clark2009-11-151-0/+5
* Factor the "is this an in-place array operator construct" logic into a new is...Vincent Pit2009-11-101-0/+5
* Add length and flags arguments to Perl_pad_add_name().Nicholas Clark2009-11-091-1/+1
* Add length and flags arguments to Perl_pad_check_dup().Nicholas Clark2009-11-091-2/+2
* Add length and flags arguments to Perl_allocmy().Nicholas Clark2009-11-091-1/+1
* Bareword sub lookupsZefram2009-11-081-0/+5
* Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...Nicholas Clark2009-11-071-1/+1
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-1/+3
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-0/+7
* Remove Perl_pmflag() from the public API, and mark it as deprecated.Nicholas Clark2009-11-011-1/+2
* Use of SV* instead of message, msglen, utf8 to contain error messageGerard Goossen2009-11-011-5/+5
* RT#69616: regexp SVs lose regexpness in assignmentBen Morrow2009-10-221-3/+3
* Remove the PERLIO * argument to S_filter_gets(), as it's always PL_rsfpNicholas Clark2009-10-211-4/+3
* Pull out filter setup code from S_swallow_bom() into S_add_utf16_textfilter()Nicholas Clark2009-10-201-0/+5