In perl.git, the branch smoke-me/khw-invariant has been created
<http://perl5.git.perl.org/perl.git/commitdiff/ec8faed82df52a77301d4794ec86173557da1ace?hp=0000000000000000000000000000000000000000>
at ec8faed82df52a77301d4794ec86173557da1ace (commit)
- Log -----------------------------------------------------------------
commit ec8faed82df52a77301d4794ec86173557da1ace
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 bc944c91c7fde668321ecd5c64fad5f51a64585a
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 00ec48aca965b3e403f9ea5f8fc9e99195282106
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 34f98f0637d8b62cb56233e4b682f67bd0f138ab
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 d15948db1b2ad46eb1b8bbf1cadc1de6f0dcbb63
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