summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* regcomp.c: Refactor func so caller handles anomaliesKarl Williamson2014-09-061-3/+3
* regcomp.c: Extract functionality into a static functionKarl Williamson2014-09-061-0/+1
* Avoid duplicate GV lookup for barewordsFather Chrysostomos2014-09-031-1/+1
* Fix -Dr output to work for larger ANYOF node sizeKarl Williamson2014-09-031-1/+1
* introduce gv_stashsvpvn_cached()syber2014-09-021-0/+1
* Rename S_stashpvn to S_gv_stashpvn_internal and add to embed.fncYves Orton2014-09-021-0/+3
* embed.fnc: fix commentDavid Mitchell2014-09-011-1/+1
* De-prefix Perl_isinfnan.Jarkko Hietaniemi2014-08-271-1/+1
* Make sprintf %c and chr() on inf/nan return the U+FFFD.Jarkko Hietaniemi2014-08-271-0/+2
* Improve -Dr output of bracketed char classesKarl Williamson2014-08-251-1/+2
* regcomp.c: Add 'const' to parameterKarl Williamson2014-08-251-1/+1
* embed.fnc: Clarify m flag behavior commentKarl Williamson2014-08-251-1/+1
* Avoid redundant text -in -Dr outputKarl Williamson2014-08-211-3/+7
* regex: Use #define for number of bits in ANYOFKarl Williamson2014-08-211-1/+1
* Separate grok_infnan() from grok_number().Jarkko Hietaniemi2014-08-201-0/+1
* Add sync_locale()Karl Williamson2014-08-141-0/+1
* [perl #122107] ensure that BEGIN blocks with errors don't remain named subsTony Cook2014-08-111-0/+2
* Use UV instead of Size_t.Jarkko Hietaniemi2014-07-241-1/+1
* Implement grok_atou as safe/strict atoi replacement.Jarkko Hietaniemi2014-07-221-0/+1
* minor fixups to new op_sibling workDavid Mitchell2014-07-081-2/+2
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-1/+2