In perl.git, the branch smoke-me/khw-turkish has been created
<https://perl5.git.perl.org/perl.git/commitdiff/216a50e24786494ecb91a0711ab22aa429600def?hp=0000000000000000000000000000000000000000>
at 216a50e24786494ecb91a0711ab22aa429600def (commit)
- Log -----------------------------------------------------------------
commit 216a50e24786494ecb91a0711ab22aa429600def
Author: Karl Williamson <[email protected]>
Date: Mon Jan 28 02:28:25 2019 -0700
Split t/re/fold_grind.t into multiple test files
I've resisted doing this for a long time, but realized that there was a
fairly easy simplistic approach. The core file is renamed
fold_grind.pl, and several new wrapper files are created. Each sets a
global and calls the core .pl file. The core file uses that global
instead of an outer loop. Hence each file corresponds to one iteration
of the old outer loop.
commit 7caf0efe5f7425f6659dd7676d63f2f705fc8e8a
Author: Karl Williamson <[email protected]>
Date: Fri Jan 25 09:55:58 2019 -0700
handy.h: White-space only
Vertically align the ternary colon with the question mark above it.
commit a16f67ff8e4275f6b3e6348c81da3ce7fd564063
Author: Karl Williamson <[email protected]>
Date: Wed Jan 23 15:42:35 2019 -0700
handy.h: Add void * casts to memEQ, memNE
This change is to allow these macros to be called without having to do
casting in the call.
commit bfe621fe27acf1b99cd48eb65712cad91d4cc4b5
Author: Karl Williamson <[email protected]>
Date: Mon Jan 21 09:46:00 2019 -0700
mktables: Make Turkic 'I' chars problematic
In a Turkic locale, these are problematic because their mappings
cross the 255/256 boundary.
This change has the side effect of causing U+307 to be added to the
problematic list, and it normally really isn't problematic, because in
those locales where U+130 and U+131 are problematic, U+307 isn't used.
But applications could switch in and out of Turkic locales, so it's best
to leave it be considered problematic. The consequences of making this
mark problematic are simply slightly less optimized regex pattern code.
-----------------------------------------------------------------------
--
Perl5 Master Repository