summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Create Strtod()Karl Williamson2019-04-191-0/+1
* embed.fnc: Add commentKarl Williamson2019-04-131-0/+1
* Make a few parse fcns accessible to B::Hooks::ParserKarl Williamson2019-04-131-6/+6
* PATCH: [perl #133889] Assertion failureKarl Williamson2019-03-221-0/+2
* regexec.c: Add parameter to static fcnKarl Williamson2019-03-181-0/+1
* Add more checking for regnode offset overflowingKarl Williamson2019-03-141-2/+2
* toke.c: Allow \N{} handling fcn to be used elsewhere in coreKarl Williamson2019-03-131-3/+4
* toke.c: Add wrapper functionKarl Williamson2019-03-131-0/+3
* toke.c: Change API of static functionKarl Williamson2019-03-131-3/+4
* is_invlist(): Allow NULL inputKarl Williamson2019-03-121-1/+1
* Fix dup_warnings()Karl Williamson2019-02-271-1/+1
* add Perl_dup_warnings() and fix leakDavid Mitchell2019-02-271-0/+2
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-1/+3
* harmonise two versions of Perl_my_cxt_initDavid Mitchell2019-02-191-1/+1
* Remove relics of regex swash useKarl Williamson2019-02-141-15/+2
* Move \p{user-defined} to core from utf8_heavy.plKarl Williamson2019-02-141-4/+17
* utf8.c: Add functions for Turkic locale case changingKarl Williamson2019-02-051-0/+3
* pp.c: Avoid use of unsafe functionKarl Williamson2019-02-041-1/+1
* (perl #108276) eliminate recursion from finalize_op()Tony Cook2019-02-051-0/+1
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-251-2/+0
* sv_utf8_(downgrade|decode) no longer marked experimentalTony Cook2019-01-231-2/+2
* regcomp.c: Remove no longer used static functionKarl Williamson2018-12-261-3/+0
* Remove ASCII/NASCII regnodesKarl Williamson2018-12-261-2/+0
* regexec.c: Add function to compare /i Latin1, pre-foldedKarl Williamson2018-12-261-0/+1
* S_uiv_2buf: faster integer stringification algorithmTomasz Konojacki2018-12-121-1/+1
* (perl #133659) move argvout cleanup to a new functionTony Cook2018-11-261-0/+1
* regcomp.c: Remove no longer used parameter, and refactorKarl Williamson2018-11-161-3/+2
* regcomp.c: Remove now always NULL parameterKarl Williamson2018-11-161-2/+1
* regcomp.c: Extract code into a functionKarl Williamson2018-10-201-0/+1
* regcomp.c: Extract code into a functionKarl Williamson2018-10-201-0/+1
* regcomp.c: Add some const's to static fcnKarl Williamson2018-10-201-1/+3
* regcomp.c: Use regnode offsets during parsingKarl Williamson2018-10-201-17/+17
* regcomp.c: Make 'const' 2 parms to re_op_compileKarl Williamson2018-10-171-1/+1
* [perl #133468] Silence compiler warningAndy Dougherty2018-08-301-1/+1
* Make sv_setsv_flags accept an inversion list srcKarl Williamson2018-08-201-1/+1
* Make static function non-staticKarl Williamson2018-08-201-1/+3
* regcomp.c: Add second parameter to static functionKarl Williamson2018-08-201-1/+1
* regcomp.c: Extract code into separate functionKarl Williamson2018-08-201-0/+1
* Add inline function to hide implementation detailsKarl Williamson2018-08-201-0/+1
* regcomp.c: Change parameter nameKarl Williamson2018-08-201-1/+1
* PATCH: [perl #41202] text->float gives wrong answersisyphus2018-08-091-6/+0
* utf8.c: Remove unused parametersKarl Williamson2018-08-031-6/+2
* Move Unicode \p{} definitions to regcomp.cKarl Williamson2018-08-021-4/+4
* embed.fnc: Rmv wrong marker that a fcn has docsKarl Williamson2018-07-221-1/+1
* Revert "Remove some deprecated functions from mathoms.c"Karl Williamson2018-07-191-0/+28
* utf8.c: Avoid some unnecessary conversions to UTF-8Karl Williamson2018-07-111-1/+1
* utf8.c: Static fnc always passed non-nullKarl Williamson2018-07-111-1/+1
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-051-0/+2
* Make isSTRICT_UTF8_CHAR() an inline functionKarl Williamson2018-07-051-0/+2
* Inline dfa for translating from UTF-8Karl Williamson2018-07-051-3/+10