This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for b5bbe64.
[perl5.git] / embed.fnc
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
2013-11-04 Father ChrysostomosMake mro code pass precomputed hash values
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-10-21 Daniel Draganmake sv_2bool_flags() non-recursive on overload
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-09-24 Karl Williamsonregcomp.c: Remove unused parameter in static function
2013-09-24 Karl WilliamsonTeach regex optimizer to handle above-Latin1
2013-09-24 Karl Williamsonregcomp.c: Add some static functions
2013-09-24 Karl Williamsonregcomp.c: Use STR_WITH_LEN to avoid bookkeeping
2013-09-24 Karl Williamsonregcomp.c: Change some static parameters to const
2013-09-24 Karl Williamsonregcomp.c: Add parameter to static function
2013-09-24 Karl WilliamsonMake typedef fully typedef
2013-09-24 Karl Williamsonregcomp.c: Change names of some static functions
2013-09-24 Karl Williamsonregcomp.c: Rework static function call; comments
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-24 Karl WilliamsonAdd regnode struct for synthetic start class
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-21 Brian FraserRemoved DUMP_FDS and dump_fds()
2013-09-18 Brian Frasertoke.c, S_scan_ident(): Don't take a "end of buffer...
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-11 Karl Williamsonperlapi: Add doc for my_strlcpy, my_strlcat
2013-09-11 Brian Frasergv.c: Split part of find_default_stash into gv_is_in_main.
2013-09-11 Brian Frasergv.c: Rename magicalize_gv into gv_magicalize, make...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Split another chunk of magic...
2013-09-11 Brian Frasergv.c: Move the code that magicalizes new globs into...
2013-09-11 Brian Frasergv.c: Begin splitting gv_fetchpvn_flags into smaller...
2013-09-10 Brian Fraserregcomp.c: Make all warnings and error messages UTF...
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-08 Father ChrysostomosRevert "Let av_push accept NULL values"
next