summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* locale.c: Fix compilation errorKarl Williamson2019-02-061-4/+3
* t/loc_tools.pl: C.UTF-8 is a likely localeKarl Williamson2019-02-061-0/+1
* ext/POSIX: Fix compilation errorKarl Williamson2019-02-062-2/+3
* Merge branch 'turkic locale handling' into bleadKarl Williamson2019-02-0527-213/+1391
|\
| * Docs for new Turkic UTF-8 locale supportKarl Williamson2019-02-052-3/+18
| * locale.c: Add detection of Turkic UTF-8 localesKarl Williamson2019-02-051-1/+24
| * regcomp.c: White-space onlyKarl Williamson2019-02-051-4/+4
| * Add Turkish locale handling to /i pattern matchingKarl Williamson2019-02-054-8/+112
| * pp.c: White-space onlyKarl Williamson2019-02-051-4/+5
| * pp.c: Add handling for Turkish locales for uc() etcKarl Williamson2019-02-051-56/+283
| * t/op/lc.t: Add tests for Turkish localesKarl Williamson2019-02-051-9/+70
| * Add .t to test Turkic locale foldingKarl Williamson2019-02-052-0/+36
| * t/re/fold_grind.pl: Enhance to deal with Turkic rulesKarl Williamson2019-02-051-53/+181
| * t/loc_tools.pl: Add functions to find Turkic UTF-8 localesKarl Williamson2019-02-051-2/+37
| * utf8.c: Add functions for Turkic locale case changingKarl Williamson2019-02-055-12/+155
| * Add variable for if the current UTF-8 locale is TurkicKarl Williamson2019-02-053-0/+4
| * regcomp.c: Under /l any < 256 char can match any otherKarl Williamson2019-02-052-4/+15
| * regen/regcharclass.pl: Remove obsolete macroKarl Williamson2019-02-052-32/+1
| * regen/mk_invlists.pl: Create new inversion listKarl Williamson2019-02-057-2/+392
| * mktables: Make Turkic 'I' chars problematicKarl Williamson2019-02-054-24/+55
|/
* sv_utf8_upgrade_flags_grow(): Alloc extra byte if emptyKarl Williamson2019-02-051-1/+2
* regcomp.c: Clarify commentKarl Williamson2019-02-051-1/+2
* pp.c: Clarify commentKarl Williamson2019-02-051-1/+1
* [MERGE] various overload fixupsDavid Mitchell2019-02-058-70/+110
|\
| * Avoid leak in multiconcat with overloading.David Mitchell2019-02-052-5/+29
| * Perl_try_amagic_un/bin re-indentDavid Mitchell2019-02-051-36/+35
| * Eliminate AMGf_set flagDavid Mitchell2019-02-054-30/+19
| * Perl_try_amagic_bin(): eliminate dATARGETDavid Mitchell2019-02-051-1/+2
| * Eliminate SvPADMY tests from overload codeDavid Mitchell2019-02-052-6/+22
| * Eliminate opASSIGN macro usage from coreDavid Mitchell2019-02-055-16/+27
|/
* (perl #133824) fix threading buildsTony Cook2019-02-051-1/+1
* regen/unicode_constants.pl: generate UTF-8 for U+307Karl Williamson2019-02-042-4/+4
* t/loc_tools.pl: Add fcn to return all UTF-8 localesKarl Williamson2019-02-041-3/+21
* pp.c: White-space onlyKarl Williamson2019-02-041-4/+4
* pp.c: Avoid use of unsafe functionKarl Williamson2019-02-045-5/+10
* pp.c: Add branch prediction hintKarl Williamson2019-02-041-1/+1
* pp.c: Don't assume worst case memory needsKarl Williamson2019-02-041-15/+40
* pp.c: Don't use function call for easy copyKarl Williamson2019-02-043-11/+6
* pp.c: Don't use function call for easy copyKarl Williamson2019-02-043-8/+2
* pp.c: pp_fc(): SimplifyKarl Williamson2019-02-041-15/+2
* pp.c: White-space, comments onlyKarl Williamson2019-02-041-61/+65
* pp.c: Reorder clause order in an 'if'Karl Williamson2019-02-041-1/+3
* pp.c: Use faster method to convert to UTF-8Karl Williamson2019-02-041-3/+5
* pp.c: Add missing assertKarl Williamson2019-02-041-0/+1
* t/op/lc.t: Add 'use strict'Karl Williamson2019-02-041-2/+5
* t/re/fold_grind.pl: White-space onlyKarl Williamson2019-02-041-1/+5
* handy.h: Add commentKarl Williamson2019-02-041-1/+3
* handy.h: White-space onlyKarl Williamson2019-02-041-1/+1
* handy.h: Add void * casts to memEQ, memNEKarl Williamson2019-02-041-2/+2
* regcomp.c: Fix recent optimization of [...] bugKarl Williamson2019-02-042-1/+2