In perl.git, the branch smoke-me/khw-locale has been created
<https://perl5.git.perl.org/perl.git/commitdiff/34e4f25815e1b37a9d7b5267b01c169b470c9fbb?hp=0000000000000000000000000000000000000000>
at 34e4f25815e1b37a9d7b5267b01c169b470c9fbb (commit)
- Log -----------------------------------------------------------------
commit 34e4f25815e1b37a9d7b5267b01c169b470c9fbb
Author: Karl Williamson <[email protected]>
Date: Thu Apr 4 09:12:29 2019 -0600
Define $d_has_C_UTF8 in Windows config files
Otherwise it gets an uninitialized warning.
commit 6fa3984c46476cfd431dab5417946a76cba952df
Author: Karl Williamson <[email protected]>
Date: Wed Apr 3 21:22:29 2019 -0600
Silence some compiler warnings
Most of these are from Win32.
commit ce25844f3a592a59524ff9f97415687db25a3dc3
Author: Karl Williamson <[email protected]>
Date: Wed Apr 3 14:11:27 2019 -0600
locale.c: Add some comments
commit a4ca621f15e93a264575bcc825538b1084725914
Author: Karl Williamson <[email protected]>
Date: Wed Apr 3 13:30:02 2019 -0600
POSIX::mblen() Allow resetting shift state
This enhances this function so that when the first parameter is undef,
it resets any shift state. Previously it was impossible to do this.
[perl #133928] showed that someone was having trouble with shift states.
commit 663b5a9a4c9bc1e4bdb06476c087b39a9594bf90
Author: Karl Williamson <[email protected]>
Date: Wed Apr 3 13:36:40 2019 -0600
ext/POSIX/t/mb.t: Add test for MB_CUr_MAX
commit 8946161a465631525c0456a2c97d1400be046354
Author: Karl Williamson <[email protected]>
Date: Wed Apr 3 13:17:56 2019 -0600
Make POSIX::mblen() slightly safer
by using a mutex around its call
commit 4d0733ac1a7879bb453d68cda2de16041ed67677
Author: Karl Williamson <[email protected]>
Date: Wed Apr 3 12:20:08 2019 -0600
ext/POSIX/t/mb.t: Use actual expected char len
Some platforms want the precise number of expected bytes passed to
mblen(), not just some maximum.
commit 2ca5bda23977aa312d3b9cd154f95aaa022a743e
Author: Karl Williamson <[email protected]>
Date: Wed Apr 3 12:14:19 2019 -0600
ext/POSIX/t/mb.t: Generalize for EBCDIC
commit f86702554ac2df8555f6cf06754c4b9884c0b833
Author: Karl Williamson <[email protected]>
Date: Fri Feb 23 11:18:56 2018 -0700
XXX combine with something else pp.c: Add blank line
-----------------------------------------------------------------------
--
Perl5 Master Repository