This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Add define for max fold expansion in chars
[perl5.git] / t /
2011-01-10 Karl WilliamsonAdd warnings for use of problematic code points
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-10 Karl Williamsondiag.t: Change so a fixed TODO passes
2011-01-08 Karl Williamsondiag.t: Remove printf conversion modifiers from msgs
2011-01-08 Karl Williamsondiag.t: Check that TODOs haven't been done
2011-01-08 Karl Williamsondiag.t: Remove TODOs that have been done
2011-01-08 Karl Williamsondiag.t: Ignore formatting precisions in messages
2011-01-08 Karl Williamsondiag.t: Add checks that pod msgs have severity
2011-01-08 Karl Williamsondiag.t: Use variable for pod name
2011-01-08 Gerard Goossentest append to SV initialized by folded constant
2011-01-08 Gerard Goossenadd a taint test to catch codegen bug
2011-01-08 Gerard Goossenadd test for split without a pattern
2011-01-08 Gerard Goossenmore while tests
2011-01-08 Gerard Goossenmodernise t/cmd/while.t
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2011-01-06 Craig A. BerryMake newline on last record explicit.
2011-01-04 David Mitchellstash.t: make TODO tests only TODO under threads
2011-01-04 Nicholas ClarkRefactor filenames.t to use unlike() and cmp_ok() for...
2011-01-03 Jesse Vincentupdate t/porting/filenames.t to check for path componen...
2011-01-03 Father ChrysostomosRevert "[perl #68654] next::method doesn't see UNIVERSAL"
2011-01-03 Father ChrysostomosRevert "[perl #80098] Bleadperl breaks Attribute::Lexical"
2011-01-03 Peter Martini[perl #45147] Issue with the exists function
2011-01-03 Nuno CarvalhoAdd new test file t/porting/filenames.t
2011-01-03 Craig A. BerryClever tests may fool with $^O.
2011-01-03 Father Chrysostomostests for [perl #36347] Object destruction incomplete
2011-01-02 Craig A. BerryDon't clobber $^O when you're going to use it again.
2010-12-30 Nicholas ClarkMost socket ops weren't warning for unopened handles...
2010-12-30 Nicholas ClarkConvert a pp_sys test to use warnings 'closed', instead...
2010-12-30 Nicholas Clarkpp_leavewrite wasn't warning for unopened handles unles...
2010-12-30 David MitchellBetter handling of magic methods freeing the SV
2010-12-29 Tony Cookproperly clean up work files from testing GDBM_File
2010-12-28 Tony Cookclose the produced test file so win32 can unlink it
2010-12-27 Nicholas ClarkRefactor pp_chomp to process arguments in the same...
2010-12-23 Vincent PitQuote 'threads' in test.pl
2010-12-21 Tony Cookavoid emitting control characters in test comments
2010-12-21 Tony Cookmultiple watchdog()s in the one test script are meaningless
2010-12-18 Tony CookRe-order the tests to match the comment
2010-12-17 Karl Williamsonre.t: Use portable C locale
2010-12-17 Karl Williamsonre.t: Avoid encoding issues by using hex chars
2010-12-17 Chip Salzenbergupdate warnings tests to cope with %z now being valid...
2010-12-17 Chip Salzenbergsmoke tests for %hhd %zd %td
2010-12-17 Nicholas ClarkIn dbmt_common.pl, change checkOutput(...) to 5 calls...
2010-12-16 Karl Williamsontest.pl: extend EBCDIC functions to beyond 255
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
2010-12-16 Nicholas ClarkMove common code from ext/[GONS]DBM_File/t/[gons]dbm...
2010-12-15 Karl Williamsonregex: Multi-char /i shouldnt match single char []
2010-12-15 Karl WilliamsonRevamp t/uni/fold.t
2010-12-15 OtrsUseradd some tests for the regex flags u, d, and l
2010-12-15 Jan Duboisskip_all() is a separate function in test.pl
2010-12-14 Nicholas ClarkConvert ext/Fcntl/t/syslfs.t to Test::More and t/op...
2010-12-14 Nicholas ClarkAdd $Tests_Are_Passing to test.pl, analogous to Test...
2010-12-14 Nicholas ClarkIn Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().
2010-12-14 Nicholas ClarkIn Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().
2010-12-14 Nicholas ClarkRefactor syslfs.t and lfs.t to call bye() directly...
2010-12-14 Nicholas ClarkReduce inconsistencies between ext/Fcntl/t/syslfs.t...
2010-12-14 Nicholas ClarkCheck return values in the test programs run by syslfs...
2010-12-13 Zeframpermit labels to be stacked
2010-12-12 Karl Williamsonblead breaks Attribute::Constant
2010-12-12 Father ChrysostomosFix test count in t/re/pat.t
2010-12-12 Father Chrysostomos[perl #76026] match variables persist between calls...
2010-12-12 Karl Williamsonre/pat.t: Add todo test for #38133
2010-12-11 Father Chrysostomos[perl #68712] caller() filenames broken by "use"
2010-12-11 Father Chrysostomos[perl #72090] unitialized variable name wrong with...
2010-12-09 Father Chrysostomos[perl #68658] attributes turn "state" into "my"
2010-12-08 Brad GilbertModified unlink_all in t/test.pl to return the count...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/uni...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/run...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/re/qr.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/sysio.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/op...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/magic.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/goto.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/filetest.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/lib/deprecate.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/io/nargv.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/op...
2010-12-08 Father Chrysostomos[perl #19135] string eval turns off readonlyness on...
2010-12-08 Karl Williamsonuni/fold.t: Prevent [] from being optimized out
2010-12-08 Father Chrysostomos[perl #66104] Bugs in extended regexp features
2010-12-06 Zeframstopgap hack for $@ as unwinding reason indicator
2010-12-05 Father ChrysostomosTo-do tests for abnormal exiting from (?{})
2010-12-05 Father ChrysostomosHideous to-do tests for (?{}) scoping issues
2010-12-04 Father ChrysostomosUn-TODO and un-SKIP the [perl #22354] tests
2010-12-04 Yves Ortonmake empty string regexp stringify to the same thing...
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-12-03 Father ChrysostomosFix up tests to work around tie $handle
2010-12-03 Father ChrysostomosRevert "[perl #77496] tied gets scalars and globs confused"
2010-12-03 Father ChrysostomosRevert "[perl #77688] tie $scalar can tie a handle"
2010-12-03 Father ChrysostomosRevert "Make untie check the FAKE flag on globs"
2010-12-02 Father Chrysostomos[perl #80098] Bleadperl breaks Attribute::Lexical
2010-12-02 Karl Williamsonre/fold_grind.t: Add tests for NREFFU, REFFU
2010-12-02 Karl Williamsonre/fold_grind.t: Refactor to test utf8 patterns.
2010-12-02 Karl Williamsonregcomp.c: utf8 pattern defaults to Unicode semantics
2010-12-02 Karl Williamsonre/reg_fold.t: use array size for test counts
2010-12-01 Father Chrysostomos[perl #68654] next::method doesn't see UNIVERSAL
2010-12-01 Father ChrysostomosMake next_edgecases.t easier to deal with
2010-12-01 Jerry D. HeddenSkip t/io/eintr.t on Cygwin, too - hangs
next