summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* 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-84/+84
* Use unsigned to avoid compiler warningKarl Williamson2018-04-031-4/+4
* 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/+3
* regen/mk_invlists.pl: Inversion maps don't have to be IVKarl Williamson2018-03-311-1/+1
* regexec.c: Check for UTF-8 fittingKarl Williamson2018-03-311-1/+1
* Use charnames inversion listsKarl Williamson2018-03-311-1/+1
* utf8.c: Change no longer used params to dummysKarl Williamson2018-03-311-2/+2
* embed.fnc: Add a const to parameterKarl Williamson2018-03-291-1/+1
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-4/+6
* PATCH: [perl #127288] I18N::Langinfo sets UTF-8 bitKarl Williamson2018-03-121-1/+2
* EBCDIC conditional compilation fixesKarl Williamson2018-03-051-0/+2
* add Perl_init_named_cv() functiomDavid Mitchell2018-03-021-0/+1
* Remove parameter from isSCRIPT_RUNKarl Williamson2018-03-011-2/+1
* locale.c: Let static fcn take a NULL argumentKarl Williamson2018-02-251-1/+1
* PATCH: [perl #132900] Blead Breaks CPAN: FELIPE/Crypt-PerlKarl Williamson2018-02-221-5/+5
* ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-181-0/+2
* Add switch_to_globale_locale()Karl Williamson2018-02-181-0/+1
* Revise sync_locale() for safe multi-threaded operationKarl Williamson2018-02-181-1/+1
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+8
* Make new_numeric() staticKarl Williamson2018-02-181-1/+1
* Add Perl_setlocale()Karl Williamson2018-02-181-1/+1
* Add uvchr_to_utf8_flags_msgs()Karl Williamson2018-02-071-1/+3
* utf8.c: Extract code into separate functionKarl Williamson2018-02-071-0/+3
* Mark new function utf8n_to_uvchr_msgs() as experimentalKarl Williamson2018-02-011-1/+1
* locale.c: Extract duplicated code into subroutinesKarl Williamson2018-01-311-0/+2
* Give isSCRIPT_RUN() an extra parameterKarl Williamson2018-01-301-2/+5
* Add ANYOFM regnodeKarl Williamson2018-01-301-0/+4
* regcomp.c: Allow a fcn param to be NULLKarl Williamson2018-01-301-1/+1
* regexec.c: Use word-at-a-time to repeat /i single byte patternKarl Williamson2018-01-301-0/+2
* regexec.c: Use word-at-a-time to repeat a single byte patternKarl Williamson2018-01-301-0/+1
* Compile variant_byte_number() for EBCDICKarl Williamson2018-01-301-2/+0
* Use different scheme to handle MSVC6Karl Williamson2018-01-301-1/+1
* Add utf8n_to_uvchr_msgs()Karl Williamson2018-01-301-1/+7
* Don't use variant_byte_number on MSVC6Karl Williamson2018-01-291-1/+1
* embed.fnc: Formal param shouldn't be constKarl Williamson2018-01-241-1/+1
* tr///: return Size_t count rather than I32David Mitchell2018-01-191-7/+7
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-1/+3
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-3/+1
* Avoid some branchesKarl Williamson2018-01-151-0/+3
* Make script run code a separate functionKarl Williamson2018-01-041-0/+2
* locale.c: Improve debugging outputKarl Williamson2018-01-011-0/+1
* Remove constness of parameter that no longer isKarl Williamson2018-01-011-1/+1
* Use new regnodes for /[[:ascii:]]/Karl Williamson2017-12-291-0/+2