summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* regexec.c: Add parameter to static fcnKarl Williamson2019-03-181-1/+1
* toke.c: Allow \N{} handling fcn to be used elsewhere in coreKarl Williamson2019-03-131-1/+1
* toke.c: Add wrapper functionKarl Williamson2019-03-131-1/+2
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-1/+1
* Remove relics of regex swash useKarl Williamson2019-02-141-8/+1
* Move \p{user-defined} to core from utf8_heavy.plKarl Williamson2019-02-141-1/+2
* 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-3/+1
* regcomp.c: Remove no longer used static functionKarl Williamson2018-12-261-1/+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
* (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-1/+1
* regcomp.c: Remove now always NULL parameterKarl Williamson2018-11-161-1/+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
* [perl #133468] Silence compiler warningAndy Dougherty2018-08-301-1/+1
* Make sv_setsv_flags accept an inversion list srcKarl Williamson2018-08-201-1/+3
* Make static function non-staticKarl Williamson2018-08-201-1/+1
* regcomp.c: Add second parameter to static functionKarl Williamson2018-08-201-1/+1
* regcomp.c: Extract code into separate functionKarl Williamson2018-08-201-0/+5
* Add inline function to hide implementation detailsKarl Williamson2018-08-201-0/+1
* PATCH: [perl #41202] text->float gives wrong answersisyphus2018-08-091-5/+0
* utf8.c: Remove unused parametersKarl Williamson2018-08-031-2/+2
* Move Unicode \p{} definitions to regcomp.cKarl Williamson2018-08-021-1/+1
* Revert "Remove some deprecated functions from mathoms.c"Karl Williamson2018-07-191-0/+72
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-051-0/+1
* Make isSTRICT_UTF8_CHAR() an inline functionKarl Williamson2018-07-051-0/+1
* Inline dfa for translating from UTF-8Karl Williamson2018-07-051-1/+2
* Make isUTF8_char() an inline functionKarl Williamson2018-07-051-0/+1
* Fix to compile under -DNO_LOCALEKarl Williamson2018-07-011-3/+3
* Remove some deprecated functions from mathoms.cKarl Williamson2018-06-281-72/+0
* Create my_atof3()Karl Williamson2018-06-251-1/+1
* Use a perfect hash for Unicode property lookupsKarl Williamson2018-04-201-1/+0
* Bring all Unicode property definitions into coreKarl Williamson2018-04-201-0/+1
* Set up initial \p{} parse function.Karl Williamson2018-04-201-0/+1
* Move inversion lists to utf8.cKarl Williamson2018-04-201-0/+1
* fix -DNO_MATHOMS build, mathomed syms were not removed from perldll.defDaniel Dragan2018-04-151-0/+162
* utf8.c: Remove unused thread context for core-only fcnKarl Williamson2018-03-311-1/+1
* regcomp.c: Rmv no longer used core-only functionKarl Williamson2018-03-311-1/+0
* utf8.c: Rmv no longer used functionKarl Williamson2018-03-311-1/+0
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-0/+1
* regexec.c: Check for UTF-8 fittingKarl Williamson2018-03-311-1/+1
* Use charnames inversion listsKarl Williamson2018-03-311-1/+1
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-2/+2
* PATCH: [perl #127288] I18N::Langinfo sets UTF-8 bitKarl Williamson2018-03-121-1/+1
* EBCDIC conditional compilation fixesKarl Williamson2018-03-051-1/+3
* add Perl_init_named_cv() functiomDavid Mitchell2018-03-021-0/+1