This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No plan for regexp optimization tests
[perl5.git] / t / uni /
2020-10-03 Hugo van der SandenIn tests, fix @INC before loading more stuff
2019-11-27 Dan BookConvert issue links from rt.perl.org to GitHub
2019-11-07 Karl WilliamsonRemove swashes from core
2019-05-17 Karl WilliamsonPATCH: [perl #133860] 5.30 regression
2019-05-03 Tony Cook(perl #134061) move the test to t/uni/parser.t
2019-04-19 David MitchellDeparse: mark "$a[0]\[1]" TODO
2019-03-08 Karl WilliamsonPATCH: [perl #133876] Write out of bounds
2018-12-26 Karl WilliamsonRevamp qr/[...]/ optimizations
2018-10-17 James E KeenanFatalize use of $* and $#
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-09-21 Nicolas Rt/uni/caller.t should declare its plan at run time
2018-04-20 Karl WilliamsonBring all Unicode property definitions into core
2017-10-08 Father Chrysostomos[perl #129916] Allow sub-in-stash outside of main
2017-07-13 Karl Williamsont/uni/parser.t: Skip some tests on 32-bit platforms
2017-07-13 Karl WilliamsonMove test from t/opbasic to t/uni
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-04-07 David Mitchellfixup tests under t/ that assumed '.' in @INC
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-12-23 Karl WilliamsonUse fnc to force out malformed warnings
2016-12-23 Karl Williamsont/uni/variables.t: Test what it purports to test
2016-11-14 Matthew HorsfallSilence deprecation warnings in tests
2016-11-03 Dagfinn Ilmari Man... Fix typos in test comment
2016-11-03 David Mitchellskip SEGVing test in t/uni/overload.t
2016-10-21 Dan Collinst/uni/overload.t: Skip hanging test on FreeBSD
2016-10-21 Dan Collinst/uni/overload.t: test for RT #3270
2016-10-21 Dan Collinst/uni/overload.t: test for RT 3054: might segfault.
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-08-10 Karl Williamsont/uni/parser.t: Fix failing test on VMS
2016-08-05 Karl WilliamsonPATCH: [perl #128738] Large code pt as string delim
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-07-28 Father Chrysostomos[perl #128747] Fix line number bug with s//<<END/e
2016-07-13 Father ChrysostomosRemove t/uni/tr_?jis.t
2016-07-13 Father ChrysostomosRemove t/uni/chr.t
2016-07-13 Father ChrysostomosDisable encoding.pm’s default mode; update docs
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-07-01 Karl WilliamsonChange \p{foo} to mean \p{scx: foo}
2016-05-09 Karl WilliamsonRemove deprecated literal control char variable names
2016-01-03 Ricardo Signes*glob{FILEHANDLE} is no longer deprecated
2015-12-09 Tony Cook[perl #126593] make sure utf8_heavy.pl doesn't depend...
2015-12-06 Karl Williamsont/uni/case.pl: Sort numerics with <=> to get better...
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-10-28 Jarkko HietaniemiUnicode::Normalize no-go with miniperl.
2015-09-04 Karl Williamsont/uni/gv.t: Generalize for EBCDIC
2015-09-04 Karl Williamsonuni/lex_utf8.t: Generalize for EBCDIC platforms
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-07-29 Karl Williamsont/uni/variables.t: Fix nits in comments
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Karl Williamsonuni/variables.t: Add TODO tests
2015-07-13 Karl Williamsonuni/variables.t: Output unexpected warnings
2015-07-13 Karl Williamsonuni/variables.t: Fix grammar in comment
2015-06-22 Rafael Garcia-SuarezIncrease the maximal size of the string displayed in...
2015-04-23 David Mitchellix t/uni.parser.t under EBCDIC
2015-04-17 David Mitchellfix t/uni/parser.t test
2015-04-15 David Mitchellassertion failure on interpolated parse err
2015-03-15 Karl Williamsont/uni/chomp.t: Better explain why skipped on EBCDIC
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsont/uni/case.pl: Fix to work on non-ASCII platforms
2015-03-06 Karl Williamsont/uni/parser.t: Extend to EBCDIC platforms
2015-03-06 Karl Williamsont/uni/method.t: Extend to EBCDIC platforms
2015-03-06 Karl Williamsont/uni/overload.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/uni/method.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/uni/fold.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/uni/class.t: Generalize to work on non-ASCII platforms
2015-03-05 Karl Williamsont/uni/write.t: Don't skip EBCDIC tests
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-11-24 Karl WilliamsonPATCH [perl #123280] Turn off expected warnings in...
2014-11-24 Karl WilliamsonImprove EBCDIC skip msgs in t/uni
2014-11-24 Karl Williamsont/uni/case.pl: Improve test names.
2014-11-24 Karl Williamsont/uni/case.pl: Use calculated test count
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-09 Father Chrysostomostr_utf8.t: Suppress warning
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-11-02 Karl Williamsont/uni/variables.t: Fix typo
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-10-21 Karl WilliamsonDon't allow literal control chars in var names in EBCDIC
2014-10-21 Karl WilliamsonDeprecate all length-1 non-graphic variable names
2014-10-21 Karl Williamsontoke.c: Simplify macro for length-1 variable names
2014-10-21 Karl Williamsont/uni/variables.t: Add tests for the generated warnings
2014-10-21 Karl Williamsont/uni/variables.t: White-space only
2014-10-21 Karl Williamsont/uni/variables.t: Add tests
2014-10-21 Karl Williamsont/uni/variables.t: Add test skips
2014-10-21 Karl Williamsont/uni/variables.t: Rename variable
2014-10-21 Karl Williamsont/uni/variables.t: Clarify some test names
2014-10-21 Karl Williamsont/uni/variables.t: Fix to run under EBCDIC
2014-10-21 Karl Williamsont/uni/variables.t: Remove duplicate test
2014-10-21 Karl Williamsont/uni/variables.t: Remove unused param to sprintf
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-09-22 Jarkko HietaniemiNo re module if only miniperl built.
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
next