summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
...
* quadmath NV formatted I/O.Jarkko Hietaniemi2014-09-191-3/+9
* 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/+1
* cv_nameFather Chrysostomos2014-09-151-0/+1
* regcomp.c: Extract out functionality into a functionKarl Williamson2014-09-061-0/+1
* regcomp.c: Refactor func so caller handles anomaliesKarl Williamson2014-09-061-1/+1
* regcomp.c: Extract functionality into a static functionKarl Williamson2014-09-061-0/+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/+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/+1
* Improve -Dr output of bracketed char classesKarl Williamson2014-08-251-1/+1
* Avoid redundant text -in -Dr outputKarl Williamson2014-08-211-2/+2
* 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/+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/+1
* [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-55/+3
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-2/+2
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-26/+26
* Mark several functions with __attribute__noreturn__Brian Fraser2014-06-131-6/+20
* Fix some compilation warningsKarl Williamson2014-06-121-1/+3
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+7
* 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-4/+6
* regcomp.c - cleanup the ahocorasick start class logic so it more self-documen...Yves Orton2014-06-021-1/+1
* Move some deprecated utf8-handling functions to mathomsKarl Williamson2014-05-311-2/+6
* Make is_utf8_char_buf() a macroKarl Williamson2014-05-311-1/+0
* 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/+1
* regcomp.c, regexec.c: Move common code to a functionKarl Williamson2014-05-301-0/+3
* /x in patterns now includes all \p{PatWS}Karl Williamson2014-05-301-3/+2
* utf8.c: Move static function to embed.fncKarl Williamson2014-05-291-0/+1
* Only prototype should_warn_nl under PERL_CORE.Craig A. Berry2014-05-291-1/+1
* [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