This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix assertion failure with undef &my_sub/&anon
[perl5.git] / t / uni /
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-06 Father Chrysostomost/uni/parser.t: Make a test more robust
2014-09-05 Father Chrysostomoslex_utf8.t can run under miniperl
2014-09-05 Father ChrysostomosFix my constant $var utf8 confusion
2014-09-03 Father ChrysostomosSkip t/uni/variables.t in absence of Unicode tables
2014-09-03 Father ChrysostomosGet t/uni/universal.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/stash.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/readline.t working under minitest
2014-09-03 Father ChrysostomosSkip t/uni/parser.t in absence of Unicode tables
2014-09-03 Father ChrysostomosGet t/uni/opcroak.t working under minitest
2014-09-03 Father Chrysostomost/uni/opcroak.t: Die if eval fails
2014-09-03 Father ChrysostomosGet t/uni/method.t working under minitest
2014-09-03 Father ChrysostomosReally get t/uni/ case tests working under miniperl
2014-09-03 Father ChrysostomosMove @INC setup to t/uni/case.pl
2014-09-03 Father Chrysostomosskip_all_without_unicode_tables
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosReally get t/uni/labels.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/gv.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/fold.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/class.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/cache.t working under miniperl
2014-09-03 Father ChrysostomosGet t/uni/upper.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/title.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/lower.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/labels.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/gv.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/fold.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/class.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/cache.t working under minitest
2014-07-21 Dagfinn Ilmari Man... Disallow importing functions from UNIVERSAL
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-18 Karl WilliamsonRevert the removal of 'use encoding'
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2014-06-13 Karl WilliamsonExperimentally cause 'use encoding' to fail.
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-05-31 Karl WilliamsonUse already existing functions in some .t files
2014-05-29 Jarkko HietaniemiFixes for running a clean minitest (at least in OS...
2014-02-06 Brian FraserFix more tests to work on systems that don't define...
2014-02-05 Brian Frasert/uni/fold.t: use &LC_ALL with & to avoid strict errors
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2013-12-07 Father Chrysostomost/uni/variables.t: Skip $[ test under miniperl
2013-11-14 Father Chrysostomos[perl #120463] s/// and tr/// with wide delimiters
2013-09-21 Brian FraserTest that ${foo{bar}} and ${\nfoo{bar}} mean the same...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-18 Brian Frasertoke.c, S_scan_ident: Skip over newlines as well as...
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...
next