summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Remove context param from set_padlistFather Chrysostomos2014-11-211-1/+1
* Make a function to get PL_encoding's valueKarl Williamson2014-11-201-0/+2
* readd noreturn and silence "noreturn that returns" warning on MSVCDaniel Dragan2014-11-151-20/+2
* Add warning message for locale/Unicode intermixingKarl Williamson2014-11-141-1/+6
* Make op.c:op_const_sv staticFather Chrysostomos2014-11-131-2/+0
* Inline op_const_sv into cv_cloneFather Chrysostomos2014-11-131-2/+1
* Make sub () { 0; 3 } inlinable once moreFather Chrysostomos2014-11-131-2/+2
* First arg to op_const_sv is never nullFather Chrysostomos2014-11-131-1/+1
* Deprecate inlining sub(){$x} if $x is changed elsewhereFather Chrysostomos2014-11-131-1/+2
* add filename handling to xs handshakeDaniel Dragan2014-11-131-2/+4
* Fix $lex = chomp $lex regression from 5.12Father Chrysostomos2014-11-091-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-5/+3
* simplify Perl_xs_apiversion_bootcheckDaniel Dragan2014-11-061-1/+1
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-1/+2
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+4
* silence new compiler warningDavid Mitchell2014-10-271-1/+0
* 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
* dump.c: Add PERL_PV_PRETTY_EXACTSIZE optionYves Orton2014-10-201-1/+1
* regcomp.c: Improve re debug output by showing buffer names if they existYves Orton2014-10-201-1/+4
* 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/+1
* 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
* silence some compiler warnings on VC6Daniel Dragan2014-10-061-2/+2
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-0/+7
* Make list assignment respect foreach aliasingFather Chrysostomos2014-10-021-0/+1
* Introduce the double-diamond operator <<>>Rafael Garcia-Suarez2014-09-301-1/+1
* Tighten uses of regex synthetic start classKarl Williamson2014-09-291-0/+2
* regcomp.c: Add a function and use itKarl Williamson2014-09-291-0/+4
* regcomp.c: Extract duplicated code to fcnKarl Williamson2014-09-291-0/+4
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-271-0/+1
* Add flags to cv_name; allow unqualified retvalFather Chrysostomos2014-09-241-1/+1
* embed.fnc: cv_name is documentedFather Chrysostomos2014-09-241-1/+1
* quadmath NV formatted I/O.Jarkko Hietaniemi2014-09-191-0/+6
* Rename S_adjust_stack_on_leaveFather Chrysostomos2014-09-181-1/+1
* Stop undef &foo from temporarily anonymisingFather Chrysostomos2014-09-151-0/+1
* Remove no-longer-used op.c:S_gv_enameFather Chrysostomos2014-09-151-1/+0
* Inline op.c:too_many_arguments_sv into its only callerFather Chrysostomos2014-09-151-1/+0
* Inline op.c:too_few_arguments_sv into its only callerFather Chrysostomos2014-09-151-1/+0
* Add cv_set_call_checker_flagsFather Chrysostomos2014-09-151-0/+3
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-1/+1
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-0/+1
* cv_nameFather Chrysostomos2014-09-151-0/+1
* Allow \N{named seq} in qr/[...]/Karl Williamson2014-09-061-1/+1
* regcomp.c: Extract out functionality into a functionKarl Williamson2014-09-061-0/+3