summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* infnan: grok_infnan now needs contextJarkko Hietaniemi2015-01-281-1/+1
* rename unop_aux_stringify to multideref_stringifyDavid Mitchell2015-01-271-1/+1
* Move inline fcn to #included fileKarl Williamson2015-01-211-1/+1
* regcomp.c: Move #define, make a function always compiledKarl Williamson2015-01-201-1/+1
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-1/+1
* Move unlikely executed macro to functionKarl Williamson2015-01-131-0/+1
* regcomp.c: Add 'strict' parameter to S_regclass()Karl Williamson2015-01-131-1/+1
* refactor op.c S_bad_type_*vDaniel Dragan2015-01-111-2/+2
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-1/+1
* regcomp.c: Rmv no-longer-used macro and functionKarl Williamson2015-01-061-1/+0
* pad.c: Remove unused context paramsFather Chrysostomos2015-01-061-4/+4
* refactor gv_add_by_typeDaniel Dragan2015-01-061-1/+1
* utf8.c: Use OP_DESC instead of passing string.Karl Williamson2014-12-291-1/+1
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-0/+1
* add new API function sv_get_backrefs()Yves Orton2014-12-251-0/+1
* make the EXACTF_invlist only when SCF_DO_STCLASSHugo van der Sanden2014-12-111-0/+1
* stdize_locale not used in POSIX.Jarkko Hietaniemi2014-12-091-1/+1
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-0/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+2
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+1
* gv_fetchmeth_sv now supports SV shared hashessyber2014-12-061-0/+1
* Followup 3f39ca90: those functions need no prototypes for ext/re.Jarkko Hietaniemi2014-12-061-5/+9
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-0/+3
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-0/+4
* speedup for SUPER::method() calls.syber2014-11-281-1/+1
* Make is_invariant_string()Karl Williamson2014-11-261-1/+1
* Remove context param from set_padlistFather Chrysostomos2014-11-211-1/+1
* Make a function to get PL_encoding's valueKarl Williamson2014-11-201-0/+1
* readd noreturn and silence "noreturn that returns" warning on MSVCDaniel Dragan2014-11-151-20/+5
* Add warning message for locale/Unicode intermixingKarl Williamson2014-11-141-1/+1
* Make op.c:op_const_sv staticFather Chrysostomos2014-11-131-1/+0
* Inline op_const_sv into cv_cloneFather Chrysostomos2014-11-131-1/+1
* Make sub () { 0; 3 } inlinable once moreFather Chrysostomos2014-11-131-1/+1
* Deprecate inlining sub(){$x} if $x is changed elsewhereFather Chrysostomos2014-11-131-1/+1
* add filename handling to xs handshakeDaniel Dragan2014-11-131-0/+1
* add xs_handshake APIDaniel Dragan2014-11-071-0/+2
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-1/+1
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+4
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-0/+1
* rename convert to op_convert_list and APIfyLukas Mai2014-10-261-1/+1
* APIfy block_start/block_end/intro_myLukas Mai2014-10-251-3/+3
* APIfy newDEFSVOPLukas Mai2014-10-241-1/+1
* Make null list+pushmark happen in more casesFather Chrysostomos2014-10-201-1/+0
* regcomp.c: Improve re debug output by showing buffer names if they existYves Orton2014-10-201-1/+1
* Optimise "@_" to a single joinFather Chrysostomos2014-10-121-0/+1
* Add lvref magic typeFather Chrysostomos2014-10-101-0/+1
* Simple package scalar lvalue refsFather Chrysostomos2014-10-101-1/+1
* First stab at lexical scalar aliasesFather Chrysostomos2014-10-101-1/+2
* optimize & rmv from public API Perl_tmps_grow and related codeDaniel Dragan2014-10-101-1/+1
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+2