This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Perl 5 Porter list archives.
[perl5.git] / embed.fnc
2014-10-11 Father ChrysostomosAdd lvref magic type
2014-10-11 Father ChrysostomosSimple package scalar lvalue refs
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-10 Daniel Draganoptimize & rmv from public API Perl_tmps_grow and relat...
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-06 Daniel Dragansilence some compiler warnings on VC6
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-10-02 Father ChrysostomosMake list assignment respect foreach aliasing
2014-09-30 Rafael Garcia-SuarezIntroduce the double-diamond operator <<>>
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-29 Karl Williamsonregcomp.c: Add a function and use it
2014-09-29 Karl Williamsonregcomp.c: Extract duplicated code to fcn
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-24 Father Chrysostomosembed.fnc: cv_name is documented
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
2014-09-19 Father ChrysostomosRename S_adjust_stack_on_leave
2014-09-15 Father ChrysostomosStop undef &foo from temporarily anonymising
2014-09-15 Father ChrysostomosRemove no-longer-used op.c:S_gv_ename
2014-09-15 Father ChrysostomosInline op.c:too_many_arguments_sv into its only caller
2014-09-15 Father ChrysostomosInline op.c:too_few_arguments_sv into its only caller
2014-09-15 Father ChrysostomosAdd cv_set_call_checker_flags
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-09-15 Father Chrysostomoscv_name
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-07 Karl Williamsonregcomp.c: Extract out functionality into a function
2014-09-07 Karl Williamsonregcomp.c: Refactor func so caller handles anomalies
2014-09-07 Karl Williamsonregcomp.c: Extract functionality into a static function
2014-09-04 Father ChrysostomosAvoid duplicate GV lookup for barewords
2014-09-03 Karl WilliamsonFix -Dr output to work for larger ANYOF node size
2014-09-01 syberintroduce gv_stashsvpvn_cached()
2014-09-01 Yves OrtonRename S_stashpvn to S_gv_stashpvn_internal and add...
2014-09-01 David Mitchellembed.fnc: fix comment
2014-08-27 Jarkko HietaniemiDe-prefix Perl_isinfnan.
2014-08-27 Jarkko HietaniemiMake sprintf %c and chr() on inf/nan return the U+FFFD.
2014-08-25 Karl WilliamsonImprove -Dr output of bracketed char classes
2014-08-25 Karl Williamsonregcomp.c: Add 'const' to parameter
2014-08-25 Karl Williamsonembed.fnc: Clarify m flag behavior comment
2014-08-21 Karl WilliamsonAvoid redundant text -in -Dr output
2014-08-21 Karl Williamsonregex: Use #define for number of bits in ANYOF
2014-08-20 Jarkko HietaniemiSeparate grok_infnan() from grok_number().
2014-08-14 Karl WilliamsonAdd sync_locale()
2014-08-10 Tony Cook[perl #122107] ensure that BEGIN blocks with errors...
2014-07-24 Jarkko HietaniemiUse UV instead of Size_t.
2014-07-23 Jarkko HietaniemiImplement grok_atou as safe/strict atoi replacement.
2014-07-08 David Mitchellminor fixups to new op_sibling work
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David Mitchelladd op_sibling_splice() fn and make core use it
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-16 Karl WilliamsonPATCH: [perl #122084] BBC KARMAN/Search-Tools
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Brian FraserMark several functions with __attribute__noreturn__
2014-06-12 Karl WilliamsonFix some compilation warnings
2014-06-09 Daniel Draganremove 1 read of interp var from PUSHMARK
2014-06-08 Jarkko HietaniemiAdd C backtrace API.
2014-06-05 Karl WilliamsonUse C locale for "$!" ouside 'use locale' scope
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl WilliamsonSet utf8 flag properly in localeconv
2014-06-01 Yves Ortonregcomp.c - cleanup the ahocorasick start class logic...
2014-05-31 Karl WilliamsonMove some deprecated utf8-handling functions to mathoms
2014-05-31 Karl WilliamsonMake is_utf8_char_buf() a macro
2014-05-31 Karl WilliamsonCreate isUTF8_CHAR() macro and use it
2014-05-31 Karl Williamsonutf8.c: Move a static function to inline.h
2014-05-30 Karl Williamsonregcomp.c: Move code into a function
2014-05-30 Karl Williamsonregcomp.c, regexec.c: Move common code to a function
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl Williamsonutf8.c: Move static function to embed.fnc
2014-05-29 Craig A. BerryOnly prototype should_warn_nl under PERL_CORE.
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-03-19 Nicholas ClarkSplit Perl_do_openn() into Perl_do_open_raw() and Perl_...
2014-03-19 Nicholas ClarkExtract the cleanup code of Perl_do_openn() into S_open...
2014-03-19 Nicholas ClarkExtract the setup code of Perl_do_openn() into S_openn_...
2014-03-18 Yves OrtonSplit out part of hv_auxinit() so it can be reused
2014-03-16 David Mitchellrpeep(): remove trailing OP_NULLs etc
2014-03-05 Karl Williamsonregcomp.c: Use minimal struct formal parameter
2014-02-26 Steffen MuellerOptimization: Remove needless list/pushmark pairs from...
2014-02-24 Yves OrtonImprove how regprop dumps REF-like nodes during execution
2014-02-20 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-02-19 Karl Williamsonregcomp.c: Remove no longer used function
2014-02-19 Karl Williamsonregcomp.c: Fix more alignment problems
2014-02-19 Karl Williamsonregexec.c: Rename function, add parameter, make non...
2014-02-19 Karl WilliamsonConvert more EXACTFish nodes to EXACT when possible
2014-02-17 Karl Williamsonregcomp.c: Fix some alignment problems
2014-02-15 Karl WilliamsonEmulate POSIX locale setting on Windows
2014-02-07 David Mitchellre_intuit_start(): bias last* vars; revive reghop4
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-02-01 Zeframsubroutine signatures
2014-01-29 David Mitchellupdate embed.fnc now op_null and op_free have docs
2014-01-28 Karl Williamsonregcomp.c: Change a variable and flag bit names
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-27 Karl WilliamsonTaint more operands with case changes
next