This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX [[:character class:]] support for standard, locale,
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 6 Jul 1999 21:47:04 +0000 (21:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 6 Jul 1999 21:47:04 +0000 (21:47 +0000)
commitb8c5462f6edbb2dd616e1733df011beee816eee1
tree8769adc1886492ed5c33f80684e9905c3f407ee4
parent27806c827bf94df47a488c71aa19376daf71342b
POSIX [[:character class:]] support for standard, locale,
and utf8.  If both utf8 and locale are on, utf8 wins.
I don't fully understand why so many tables changed in
lib/unicode because of "make" -- maybe it was just overdue.

p4raw-id: //depot/cfgperl@3624
46 files changed:
MANIFEST
Todo-5.005
embed.h
embed.pl
embedvar.h
global.sym
handy.h
intrpvar.h
lib/unicode/Bidirectional.pl
lib/unicode/Block.pl
lib/unicode/Category.pl
lib/unicode/Is/ASCII.pl [new file with mode: 0644]
lib/unicode/Is/Alnum.pl
lib/unicode/Is/Alpha.pl
lib/unicode/Is/BidiL.pl
lib/unicode/Is/Cntrl.pl [new file with mode: 0644]
lib/unicode/Is/Digit.pl
lib/unicode/Is/Graph.pl [new file with mode: 0644]
lib/unicode/Is/L.pl
lib/unicode/Is/Lo.pl
lib/unicode/Is/Print.pl
lib/unicode/Is/Punct.pl [new file with mode: 0644]
lib/unicode/Is/Space.pl
lib/unicode/Is/Word.pl [new file with mode: 0644]
lib/unicode/Is/XDigit.pl [new file with mode: 0644]
lib/unicode/Is/Z.pl
lib/unicode/Is/Zs.pl
lib/unicode/Name.pl
lib/unicode/To/Digit.pl
lib/unicode/mktables.PL
objXSUB.h
pod/perldelta.pod
pod/perldiag.pod
pod/perlre.pod
proto.h
regcomp.c
regcomp.h
regcomp.sym
regexec.c
regnodes.h
t/op/pat.t
t/op/re_tests
t/op/regexp.t
t/pragma/utf8.t
t/pragma/warn/regcomp
utf8.c