summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove parameter from isSCRIPT_RUNKarl Williamson2018-03-011-1/+1
* ‘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/+5
* Make new_numeric() staticKarl Williamson2018-02-181-1/+1
* Add uvchr_to_utf8_flags_msgs()Karl Williamson2018-02-071-1/+1
* utf8.c: Extract code into separate functionKarl Williamson2018-02-071-0/+1
* locale.c: Extract duplicated code into subroutinesKarl Williamson2018-01-311-0/+2
* Give isSCRIPT_RUN() an extra parameterKarl Williamson2018-01-301-1/+1
* Add ANYOFM regnodeKarl Williamson2018-01-301-0/+2
* regexec.c: Use word-at-a-time to repeat /i single byte patternKarl Williamson2018-01-301-0/+1
* 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-3/+1
* Use different scheme to handle MSVC6Karl Williamson2018-01-301-3/+3
* Add utf8n_to_uvchr_msgs()Karl Williamson2018-01-301-1/+1
* Don't use variant_byte_number on MSVC6Karl Williamson2018-01-291-3/+3
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-0/+2
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-2/+0
* Avoid some branchesKarl Williamson2018-01-151-0/+3
* Make script run code a separate functionKarl Williamson2018-01-041-0/+1
* locale.c: Improve debugging outputKarl Williamson2018-01-011-0/+1
* Use new regnodes for /[[:ascii:]]/Karl Williamson2017-12-291-0/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-5/+15
* make PerlIO handle FD_CLOEXECZefram2017-12-221-0/+2
* Perl_my_mkstemp_cloexec() functionZefram2017-12-221-2/+2
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-0/+3
* *_cloexec() I/O functionsZefram2017-12-221-0/+14
* merge branch zefram/dumb_matchZefram2017-12-171-15/+5
|\
| * internally change "when" to "whereso"Zefram2017-12-051-4/+4
| * make "when" do implicit "next"Zefram2017-11-291-1/+0
| * make loop control apply to "given"Zefram2017-11-291-2/+1
| * use LOOP struct for entergiven opZefram2017-11-291-1/+0
| * eviscerate smartmatchZefram2017-11-221-6/+0