This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note where B::Op_private’s pod is to be edited
[perl5.git] / embed.fnc
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
2014-01-22 Karl Williamsonregcomp.c: Extract out code into a separate function
2014-01-22 Karl WilliamsonComments, white-space
2014-01-22 Karl Williamsonregcomp.c: request inlining of single line function
2014-01-17 Father Chrysostomossv_buf_to_rw can be static
2014-01-17 Father ChrysostomosPERL_DEBUG_READONLY_COW
2014-01-09 Karl WilliamsonIDStart and IDCont no longer go out to disk
2014-01-09 Karl WilliamsonisWORDCHAR_uni(), isDIGIT_utf8() etc no longer go out...
2014-01-09 Karl WilliamsonMove initialization of PL_XPosix_ptrs[] to perl.c
2014-01-04 Karl WilliamsonHide some undocumented functions from perlapi
2014-01-01 Karl Williamsonregexec.c: Guard against malformed UTF-8 in [...]
2013-12-31 Karl WilliamsonRemove no-longer used inversion list function
2013-12-31 Karl WilliamsonChange format of mktables output binary property tables
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-23 Daniel Dragan[perl #115736] fix undocumented param from newATTRSUB_flags
2013-12-01 David Mitchelldon't check format args on taint_proper
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-28 David Mitchellmark Perl_my_strftime with format attribute
2013-11-28 Daniel Draganremove almost unreachable NULL sv arg code from sv_2...
2013-11-27 Karl Williamsonmg.c: Extract code into a function.
2013-11-24 Yves OrtonAvoid pointer churn in study_chunk recursion bitmap...
2013-11-14 Father Chrysostomos[perl #120463] s/// and tr/// with wide delimiters
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-11-06 Father ChrysostomosFix qx, `` and <<`` overrides
2013-11-06 Father ChrysostomosPut common override code into gv_override
2013-11-04 Peter MartiniMove the function to set $^X to its own file
next