In perl.git, the branch smoke-me/khw-invariant has been created
<http://perl5.git.perl.org/perl.git/commitdiff/b911f25005dc85d15952386eb87493a44da094bf?hp=0000000000000000000000000000000000000000>
at b911f25005dc85d15952386eb87493a44da094bf (commit)
- Log -----------------------------------------------------------------
commit b911f25005dc85d15952386eb87493a44da094bf
Author: Karl Williamson <[email protected]>
Date: Tue Nov 25 12:18:42 2014 -0700
Change core to use is_invariant_string()
is_ascii_string's name has misled me in the past; the new name is
clearer.
M ext/POSIX/POSIX.xs
M locale.c
M mg.c
M pp_sys.c
M toke.c
commit a62a0ce6291ba03cf85a99e1a2eadefd011a5435
Author: Karl Williamson <[email protected]>
Date: Tue Nov 25 12:20:42 2014 -0700
Bump ext/POSIX version to 1.48
M ext/POSIX/lib/POSIX.pm
commit 68a20133fe530677c3d32822fe8ad3f68df73902
Author: Karl Williamson <[email protected]>
Date: Tue Nov 25 12:12:54 2014 -0700
Make is_invariant_string()
This is a more accurately named synonym for is_ascii_string(), which is
retained. The old name is misleading to someone programming for
non-ASCII platforms.
M embed.fnc
M embed.h
M proto.h
M utf8.c
M utf8.h
commit 944f1c3d513b294316e1879228d341e131e9c35b
Author: Karl Williamson <[email protected]>
Date: Tue Nov 25 12:07:44 2014 -0700
Improve API pod of is_ascii_string
M utf8.c
commit c2e8ffa877d9c92a46c3539758a70d4ea1cf88f9
Author: Karl Williamson <[email protected]>
Date: Tue Nov 25 12:00:48 2014 -0700
Mark is_ascii_string() as requiring looking at return value
There's no reason to call it otherwise; there are no side effects.
M embed.fnc
M proto.h
-----------------------------------------------------------------------
--
Perl5 Master Repository