In perl.git, the branch smoke-me/khw-smoke has been created
<http://perl5.git.perl.org/perl.git/commitdiff/8340c6ad7b16f72213255a57af8ef2b1941fb1c8?hp=0000000000000000000000000000000000000000>
at 8340c6ad7b16f72213255a57af8ef2b1941fb1c8 (commit)
- Log -----------------------------------------------------------------
commit 8340c6ad7b16f72213255a57af8ef2b1941fb1c8
Author: Karl Williamson <[email protected]>
Date: Fri Jan 13 12:35:26 2017 -0700
XXX Change av_nomg name
M av.h
M regcomp.c
M regexec.c
M utf8.c
commit 60a31a781f49537e88a87199fcdb2b3ab0513482
Author: Karl Williamson <[email protected]>
Date: Mon Jan 16 17:52:55 2017 -0700
perlebcdic: Rmv obsolete text about 'use encoding'
M pod/perlebcdic.pod
commit e5c7b955700d81e5771b752290afd93f1732acc1
Author: Karl Williamson <[email protected]>
Date: Mon Jan 16 17:51:20 2017 -0700
perlop: Remove obsolete text
'use encoding' no longer works. Don't say it does.
M pod/perlop.pod
commit d09d93b8ef46435cfa5d198330348cfe84c3f068
Author: Karl Williamson <[email protected]>
Date: Fri Jan 13 13:53:17 2017 -0700
Fix bug with a digit range under re 'strict'
"use re 'strict" is supposed to warn if a range whose start and end
points are digits aren't from the same group of 10. For example, if you
mix Bengali and Thai digits. It wasn't working properly for 5 groups of
mathematical digits starting at U+1D7E. This commit fixes that, and
refactors the code to bail out as soon as it discovers that no warning
is warranted, instead of doing unnecessary work.
M charclass_invlists.h
M lib/unicore/mktables
M regcharclass.h
M regcomp.c
M t/re/reg_mesg.t
-----------------------------------------------------------------------
--
Perl5 Master Repository