This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Make all warnings and error messages UTF-8 clean
[perl5.git] / t / uni /
2013-09-10 Brian Fraserregcomp.c, S_compile_runtime_code: croak using the...
2013-09-10 Brian Frasertoke.c: "Unrecognized character" error shouldn't leak...
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-03-15 Brian Frasertoke.c, S_scan_ident: Ignore whitespace on both sides...
2013-03-09 Brian FraserPATCH: [perl #117101] toke.c: Make \$$1 work again.
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
2013-03-06 Brian FraserFix several differences in the parsing of $.. and ...
2013-02-19 Rafael Garcia-SuarezSilence encoding.pm deprecation warnings in the core...
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2012-11-15 Craig A. BerryFix unescaped left brace warning in uni/parser.t.
2012-11-11 Karl Williamsontoke.c: Fail on malformed UTF-8 in \N{} input
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-08-29 Colin KuskieRefactor t/uni/case.pl to use test.pl instead of making...
2012-06-24 Jesse Luehrsadd warning for negative argument to chr() [perl #83048]
2012-06-06 Father Chrysostomosstash.t: 2 TODO tests I missed
2012-06-05 Father Chrysostomosstash.t: Un-TODO passing tests
2012-06-02 Karl Williamsonuni/fold.t: Improve some handling of older Unicodes
2012-06-02 Karl Williamsonuni/fold.t: Add details to some test names
2012-06-02 Karl Williamsonuni/fold.t: Use Unicode::UCD::casefolds() for inputs
2012-06-02 Karl Williamsont/uni/case.pl: Allow to work on early Unicodes
2012-06-02 Karl Williamsont/uni/case.pl: Use warnings and strict
2012-05-22 Steve HayClose the filehandle actually being tested in uni/readl...
2012-04-26 Brian FraserMake unicode label tests use unicode_eval.
2012-03-28 Father Chrysostomosuni/parser.t: Don’t test for explicit eval number
2012-03-28 Father ChrysostomosCorrect minitest skip count in uni/labels.t
2012-03-25 Father ChrysostomosFix test failure
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-25 Brian Frasertoke.c: "Bad name after %s%s" cleanup.
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-03-23 Brian Frasertoke.c: S_checkcomma, "No comma allowed after %s" cleanup
2012-03-23 Brian Frasertoke.c: '"(my|state)" variable %s can't be in a package...
2012-03-23 Brian Frasertoke.c: 'No package name allowed for variable %s in...
2012-03-23 Brian Frasertoke.c: 'No such class %s' cleanup.
2012-03-23 Father Chrysostomosuni/parser.t: Fix eval num in test
2012-03-23 Brian Frasertoke.c: 'Unrecognized character' croak cleanup.
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-17 Nicholas ClarkAvoid 'defined(@array) is deprecated' warnings in tests.
2012-01-13 Karl Williamsonregcomp.c: Optimize a single Unicode property in a...
2012-01-13 Karl Williamsonuni/cache.t: Fix to handle regex compile time Uni props
2012-01-13 Karl Williamsonuni/class.t: Add test
2011-12-16 Brian Fraserpp_hot.c: First letter of latin-1 classnames wasn't...
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-11-08 Karl Williamsont/uni/case.pl: Allow overridden simple maps in input
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-10-07 Father ChrysostomosDon’t put malformed UTF8 in $AUTOLOAD
2011-10-06 Father ChrysostomosCorrect skip counts for miniperl
2011-10-06 Father Chrysostomosuni/universal.t tests passing
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-10-06 Brian FraserTODO tests for parsing our() now pass
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
2011-10-06 Brian Frasertoke.c: Some simple mending to get readline() working...
2011-10-06 Brian Fraserpp_sys.c: pp_select UTF8 cleanup.
2011-10-06 Brian Fraserop.c: Malformed prototype warning on UTF8 sub name
2011-10-06 Brian FraserSeveral TODO tests that now pass.
2011-10-06 Brian Frasert/uni/gv.t, stringify is clean, remove the TODO
2011-10-06 Brian FraserTests for DATA handle in UTF8 packages
2011-10-06 Brian FraserTests for UTF-8 stashes.
2011-10-06 Brian FraserTests for package; declarations in UTF-8
2011-10-06 Brian FraserMore tests for t/uni/method.t
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-10-06 Brian Frasersv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_number
2011-10-06 Brian Fraserpp_sys.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: Make warnings utf8-clean
2011-10-06 Brian FraserTests for DOES/isa/can with UTF8 and embedded nuls
2011-10-06 Brian Fraserpp_sys.c: pp_tie and untie UTF8 cleanup.
2011-10-06 Brian Fraserpp_ctl.c: pp_caller UTF8 cleanup.
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-10-06 Brian Fraserpp.c: pp_bless UTF8 cleanup.
2011-10-06 Brian Fraserop.c: Flag named methods if they are in UTF-8.
2011-10-06 Brian Fraserpp_ctl.c: pp_goto UTF8 cleanup.
2011-10-06 Brian FraserTests for UTF-8 GVs.
2011-10-06 Brian Fraserop.c: newCONSTSUB and newXS UTF8 cleanup.
2011-10-06 Brian FraserBasic tests for UTF-8 vars.
2011-10-01 Father Chrysostomos[perl #99984] Incorrect errmsg with our $::é
2011-03-12 Nicholas ClarkRename test.pl's skip_all_without_extension to *_dynami...
2011-03-07 Nicholas ClarkRefactor 5 tests to use skip_all(), instead of generati...
2011-03-07 Nicholas ClarkSimplify the startup skip logic of tests in t/uni.
2011-03-06 Nicholas ClarkSkip taint.t and lex_utf8.t under minitest, as both...
2011-03-06 Nicholas ClarkIn t/ avoid using File::Spec for paths only used by...
2011-01-16 David Mitchellrestrict \p{IsUserDefined} to In\w+ and In\w+
2011-01-14 Karl Williamsonuni/fold.t: Fix TODOs that now pass
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
2010-12-15 Karl Williamsonregex: Multi-char /i shouldnt match single char []
2010-12-15 Karl WilliamsonRevamp t/uni/fold.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/uni...
2010-12-08 Karl Williamsonuni/fold.t: Prevent [] from being optimized out
2010-11-19 Karl WilliamsonAdd Unicode's minor 6.0 correction
2010-06-15 Karl Williamsonuc(): Handle Greek YPOGEGRAMMENI
2010-06-15 Karl Williamsont/uni/case.pl: allow extra tests of different form
2010-05-25 Karl WilliamsonChange a few tests to use new test.pl EBCDIC stuff
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-11-22 Karl Williamsonmktables revamp
2009-10-06 Nicholas ClarkReplace a hardcoded temporary file name with test.pl...
2009-10-06 Nicholas ClarkStandardise t/uni/*.t on ./test.pl, and remove PERL_COR...
2009-10-06 Nicholas ClarkDon't attempt UTF-8 cache assertion for SVs with invali...
2009-01-27 KarlChange to use 5.1 Unicode file versions
next