summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add .t for testing user-defined \p{} racesKarl Williamson2019-02-142-0/+118
| * t/re/regexp_unicode_prop.t: Make sure sub called only onceKarl Williamson2019-02-141-5/+18
| * t/re/regexp_unicode_prop.t: Add testsKarl Williamson2019-02-141-1/+76
| * t/re/regexp_unicode_prop.t: Test that can have nested pkgsKarl Williamson2019-02-141-2/+2
| * t/re/regexp_unicode_prop.t: Add some stressKarl Williamson2019-02-141-5/+8
| * t/op/taint.t: Add testKarl Williamson2019-02-141-1/+17
| * regcomp.c: Add some potential code that's #ifdef'd outKarl Williamson2019-02-141-0/+52
| * Move \p{user-defined} to core from utf8_heavy.plKarl Williamson2019-02-148-245/+988
| * Add global hash to handle \p{user-defined}Karl Williamson2019-02-145-1/+42
| * Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-148-3/+21
| * regcomp.c: Add/reword some comments/white-spaceKarl Williamson2019-02-141-41/+39
| * regcomp.c: Change variable nameKarl Williamson2019-02-141-13/+13
|/
* perldelta prep setup for v5.29.8Nicolas R2019-02-141-130/+46
* perldelta module changes from ext,libNicolas R2019-02-141-50/+18
* Update Modules section for perldelta for 5.29.8Nicolas R2019-02-141-0/+18
* Update JSON-PP to CPAN version 4.00Nicolas R2019-02-1440-396/+848
* t/porting/manifest.t add line numberNicolas R2019-02-141-3/+3
* Net::Ping 501_ping_icmpv6.t: disable sudo testNicolas R2019-02-143-1/+3
* Update Net::Ping to upstream version 2.71Nicolas R2019-02-1416-103/+547
* Update Test-Simple to CPAN version 1.302162Chris 'BinGOs' Williams2019-02-1465-66/+66
* Update Module-Load to CPAN version 0.34Nicolas R2019-02-132-4/+22
* perlrecharclass: Note many fewer xdigits than digtsKarl Williamson2019-02-131-2/+12
* perlrecharclass: Rmv obsolete RFCKarl Williamson2019-02-131-6/+0
* perlrecharclass: ClarifyKarl Williamson2019-02-131-7/+7
* (perl #133660) add test for goto &sub in overload leakingTony Cook2019-02-131-1/+21
* perlsyn.pod: correct typo in docAndreas Koenig2019-02-111-1/+1
* makedef.pl: Fix to work with -DNO_LOCALE config optKarl Williamson2019-02-061-1/+2
* 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