summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* add op_sibling_splice() fn and make core use itDavid Mitchell2014-07-081-0/+2
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2014-07-031-0/+3
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-15/+15
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-1/+1
* PATCH: [perl #122084] BBC KARMAN/Search-ToolsKarl Williamson2014-06-161-1/+1
* Remove MAD.Jarkko Hietaniemi2014-06-131-68/+0
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-3/+1
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-26/+26
* Mark several functions with __attribute__noreturn__Brian Fraser2014-06-131-5/+22
* Fix some compilation warningsKarl Williamson2014-06-121-0/+2
* remove 1 read of interp var from PUSHMARKDaniel Dragan2014-06-091-1/+1
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+6
* Use C locale for "$!" ouside 'use locale' scopeKarl Williamson2014-06-051-0/+1
* Add parameters to "use locale"Karl Williamson2014-06-051-0/+1
* Set utf8 flag properly in localeconvKarl Williamson2014-06-051-2/+3
* regcomp.c - cleanup the ahocorasick start class logic so it more self-documen...Yves Orton2014-06-021-3/+2
* Move some deprecated utf8-handling functions to mathomsKarl Williamson2014-05-311-2/+6
* Make is_utf8_char_buf() a macroKarl Williamson2014-05-311-1/+1
* Create isUTF8_CHAR() macro and use itKarl Williamson2014-05-311-1/+1
* utf8.c: Move a static function to inline.hKarl Williamson2014-05-311-1/+1
* regcomp.c: Move code into a functionKarl Williamson2014-05-301-0/+2
* regcomp.c, regexec.c: Move common code to a functionKarl Williamson2014-05-301-0/+1
* /x in patterns now includes all \p{PatWS}Karl Williamson2014-05-301-4/+2
* utf8.c: Move static function to embed.fncKarl Williamson2014-05-291-0/+3
* Only prototype should_warn_nl under PERL_CORE.Craig A. Berry2014-05-291-0/+2
* [perl #121112] only warn if newline is the last non-NUL characterTony Cook2014-05-281-0/+1
* Revert "[perl #79908] Stop sub inlining from breaking closures"Ævar Arnfjörð Bjarmason2014-05-121-1/+1
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-071-2/+0
* Split Perl_do_openn() into Perl_do_open_raw() and Perl_do_open6().Nicholas Clark2014-03-191-0/+5
* Extract the cleanup code of Perl_do_openn() into S_openn_cleanup().Nicholas Clark2014-03-191-0/+5
* Extract the setup code of Perl_do_openn() into S_openn_setup().Nicholas Clark2014-03-191-0/+5
* Split out part of hv_auxinit() so it can be reusedYves Orton2014-03-181-0/+1
* rpeep(): remove trailing OP_NULLs etcDavid Mitchell2014-03-161-1/+1
* regcomp.c: Use minimal struct formal parameterKarl Williamson2014-03-041-1/+1
* Optimization: Remove needless list/pushmark pairs from the OP executionSteffen Mueller2014-02-261-0/+1
* Improve how regprop dumps REF-like nodes during executionYves Orton2014-02-241-1/+1
* regcomp.c: Don't read uninitialized dataKarl Williamson2014-02-191-1/+1
* regcomp.c: Remove no longer used functionKarl Williamson2014-02-191-1/+0
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-1/+2
* regexec.c: Rename function, add parameter, make non-staticKarl Williamson2014-02-191-3/+7
* Convert more EXACTFish nodes to EXACT when possibleKarl Williamson2014-02-191-1/+1
* regcomp.c: Fix some alignment problemsKarl Williamson2014-02-171-2/+2
* Emulate POSIX locale setting on WindowsKarl Williamson2014-02-151-0/+5
* re_intuit_start(): bias last* vars; revive reghop4David Mitchell2014-02-071-2/+0