summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Merge flags and argc parameters to S_tied_handle_method().Nicholas Clark2010-06-131-1/+1
* In S_tied_handle_method() default to mortalizing extra arguments.Nicholas Clark2010-06-131-1/+1
* Add a gimme parameter to S_tied_handle_method().Nicholas Clark2010-06-131-1/+1
* Change S_tied_handle_method() to varargs to allow extra SV parameters.Nicholas Clark2010-06-131-2/+3
* Merge simple tied handle method calls into S_tied_handle_method().Nicholas Clark2010-06-131-0/+2
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-3/+8
* Deprecate find_rundefsvoffset()Vincent Pit2010-06-031-1/+1
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-0/+2
* Convert PAD_DUP to a function Perl_padlist_dup().Nicholas Clark2010-05-241-0/+5
* When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack.Nicholas Clark2010-05-241-0/+3
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-0/+4
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-0/+5
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-0/+2
* Make HvFILL() count the allocated buckets, instead of reading a stored value.Nicholas Clark2010-05-211-0/+1
* 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-1/+1
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-11/+12
|\
| * SV-based interfaces for dieing and warningZefram2010-04-231-11/+12
* | Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it.Nicholas Clark2010-04-291-1/+1
* | Convert Perl_magic_methcall() to varargs.Nicholas Clark2010-04-261-2/+2
* | 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-1/+0
* | Deal with "\c{", and its kinKarl Williamson2010-04-261-0/+1
* | 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/+6
* | consting in lex_stuff_pvnRobin Barker2010-04-231-1/+1
|/
* remove gv_try_downgrade from the public APIDavid Mitchell2010-03-111-1/+1
* Add X flag to embed.fnc entries.Karl Williamson2010-02-201-11/+11
* Move some fncs from Public to extensions visibleKarl Williamson2010-02-201-10/+10
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-191-1/+1
* Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().Nicholas Clark2010-02-141-1/+2
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-0/+1
* In embed.fnc the 'E' flag should imply 'X', but doesn't.Jan Dubois2010-02-071-0/+3
* expand flag descriptions in in embed.fncDavid Mitchell2010-02-071-24/+93
* alphabetically sort flag descriptions in embed.fncDavid Mitchell2010-02-071-17/+17
* Qualify pointer arguments of prescan_version in embed.fncRafael Garcia-Suarez2010-01-151-1/+2
* Omnibus strict and lax version parsingDavid Golden2010-01-131-0/+3
* Make new is_utf8_X_* functions publicRafael Garcia-Suarez2009-12-131-10/+10
* qr/\X/ expansionKarl Williamson2009-12-051-0/+10
* 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-0/+4
* Synchronise "may change"/"experimental" flags between embed.fnc and =for apidocNicholas Clark2009-11-201-11/+11
* Correct the flags for 3 functions that don't actually have documentation.Nicholas Clark2009-11-171-3/+3
* lexer APIZefram2009-11-151-0/+13
* Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.Nicholas Clark2009-11-151-2/+2
* Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name().Nicholas Clark2009-11-151-3/+4
* Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv().Nicholas Clark2009-11-151-0/+2
* Factor the "is this an in-place array operator construct" logic into a new is...Vincent Pit2009-11-101-0/+1
* Add length and flags arguments to Perl_pad_add_name().Nicholas Clark2009-11-091-2/+3