LOGONLY mark 71648f as DOCed
[p5sagit/p5-mst-13.2.git] / embed.fnc
2010-06-13 Nicholas Clark Merge flags and argc parameters to S_tied_handle_method().
2010-06-13 Nicholas Clark In S_tied_handle_method() default to mortalizing extra...
2010-06-13 Nicholas Clark Add a gimme parameter to S_tied_handle_method().
2010-06-13 Nicholas Clark Change S_tied_handle_method() to varargs to allow extra...
2010-06-13 Nicholas Clark Merge simple tied handle method calls into S_tied_handl...
2010-06-05 Karl Williamson Change name of ibcmp to foldEQ
2010-06-03 Vincent Pit Deprecate find_rundefsvoffset()
2010-06-03 Vincent Pit Make pp_reverse fetch the lexical $_ from the correct pad
2010-05-24 Nicholas Clark Convert PAD_DUP to a function Perl_padlist_dup().
2010-05-24 Nicholas Clark When deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas Clark Better ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas Clark Abstract *correct* initialisation of CLONE_PARAMS into...
2010-05-24 Nicholas Clark Convert Perl_sv_dup_inc() from a macro to a real function.
2010-05-21 Nicholas Clark Make HvFILL() count the allocated buckets, instead...
2010-05-21 David Mitchell make overload respect get magic
2010-05-08 David Mitchell add flags arg to sv_2nv (as sv_2nv_flags)
2010-05-04 Rafael Garcia-Suarez Fix parameter name for die_unwind() in embed.fnc
2010-05-04 Rafael Garcia-Suarez Merge remote branch 'zefram/zefram/reliable_exception...
2010-04-29 Nicholas Clark Deprecate Perl_ptr_table_clear(). Nothing outside sv...
2010-04-26 Nicholas Clark Convert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas Clark For Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-26 Robin Barker remove Perl_pmflag
2010-04-26 Karl Williamson Deal with "\c{", and its kin
2010-04-25 Nicholas Clark Change the flags argument to magic_methcall/magic_methc...
2010-04-24 David Mitchell add Perl_magic_methcall
2010-04-23 Robin Barker consting in lex_stuff_pvn
2010-04-23 Zefram SV-based interfaces for dieing and warning
2010-03-11 David Mitchell remove gv_try_downgrade from the public API
2010-02-20 Karl Williamson Add X flag to embed.fnc entries.
2010-02-20 Karl Williamson Move some fncs from Public to extensions visible
2010-02-19 Karl Williamson PATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-14 Nicholas Clark Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
2010-02-14 Eric Brine Removes 32-bit limit on substr arguments. The full...
2010-02-08 Jan Dubois In embed.fnc the 'E' flag should imply 'X', but doesn't.
2010-02-07 David Mitchell expand flag descriptions in in embed.fnc
2010-02-07 David Mitchell alphabetically sort flag descriptions in embed.fnc
2010-01-15 Rafael Garcia-Suarez Qualify pointer arguments of prescan_version in embed.fnc
2010-01-14 David Golden Omnibus strict and lax version parsing
2009-12-13 Rafael Garcia-Suarez Make new is_utf8_X_* functions public
2009-12-06 Karl Williamson qr/\X/ expansion
2009-11-24 Jim Cromie cleanup get_arena param-names, mark as May-Change
2009-11-23 Nicholas Clark Move change c35076938c7236fb into embed.fnc, from the...
2009-11-20 Nicholas Clark Synchronise "may change"/"experimental" flags between...
2009-11-17 Nicholas Clark Correct the flags for 3 functions that don't actually...
2009-11-15 Zefram lexer API
2009-11-15 Nicholas Clark Change S_pad_check_dup()'s arguments from char*/STRLEN...
2009-11-15 Nicholas Clark Convert pad_check_dup() to static linkage, and call...
2009-11-15 Nicholas Clark Refactor common code paths from Perl_pad_add_name(...
2009-11-10 Vincent Pit Factor the "is this an in-place array operator construc...
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_allocmy().
2009-11-08 Zefram Bareword sub lookups
2009-11-07 Nicholas Clark Add length and flags arguments to Perl_pad_findmy(...
2009-11-06 Gerard Goossen move JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-06 Steve Hay Partially fix Win32 link following commit 88e1f1a
2009-11-05 Jesse Vincent Implement facility to plug in syntax triggered by keywords
2009-11-01 Nicholas Clark Remove Perl_pmflag() from the public API, and mark...
2009-11-01 Gerard Goossen Use of SV* instead of message, msglen, utf8 to contain...
2009-10-22 Ben Morrow RT#69616: regexp SVs lose regexpness in assignment
2009-10-21 Nicholas Clark Remove the PERLIO * argument to S_filter_gets(), as...
2009-10-20 Nicholas Clark Pull out filter setup code from S_swallow_bom() into...
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
2009-10-18 Nicholas Clark Merge S_utf16_textfilter and S_utf16rev_textfilter().
2009-10-18 Nicholas Clark Generate prototypes for utf16_textfilter and utf16rev_t...
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-10-13 Nicholas Clark Migrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas Clark Replace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas Clark Move the code related to deprecate("comma-less variable...
2009-10-13 Nicholas Clark Use deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas Clark deprecate_old() is not public, and only used within...
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-09-14 Nicholas Clark Fix the build for -Dmad - f0e3f042f14b829f missed a...
2009-09-13 Rafael Garcia-Suarez Remove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-08-30 Chip Salzenberg finish implementing -DB vs. -Dx
2009-08-27 Vincent Pit Speed up repeatcpy() by at least 40% for 1-char or...
2009-08-27 Vincent Pit delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
2009-08-26 Vincent Pit Don't pass the the interpreter to is_ascii_string(...
2009-08-26 Chip Salzenberg In C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Rafael Garcia-Suarez Use less constness in MAD code
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-13 Vincent Pit Perl_die_nocontext() is also called with NULL from...
2009-08-08 Nicholas Clark Merge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas Clark Perl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas Clark Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-06 Rafael Garcia-Suarez Make gv_IOadd accept a NULL argument
2009-07-29 Vincent Pit Merge branch 'deletelocal' into blead
2009-07-27 Rafael Garcia-Suarez Add support for new flag D in embed.fnc (deprecated)
2009-07-27 Rafael Garcia-Suarez Make cxinc member of the public API
2009-07-26 George Greer much better swap logic to support reentrancy and fix...
2009-07-25 Vincent Pit Introduce "delete local"
2009-07-25 Vincent Pit Introduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent Pit Introduce save_aelem_flags()
2009-07-08 Rafael Garcia-Suarez Modify the return value of Gv_AMupdate to indicate...
2009-07-08 Rafael Garcia-Suarez Add a parameter "destructing" to Gv_AMupdate()
2009-06-22 Nicholas Clark Instead of a const char *, pass a HEK * to anonymise_cv().
2009-06-21 Jim Cromie invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-06-21 Ben Morrow When a glob is deleted, mark its sub as ANON.
next