This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.t: Don't bother testing locales with malformed names
[perl5.git] / t /
2012-01-21 Karl Williamsonperluniintro: Shorten too-long verbatim lines
2012-01-21 Craig A. BerryVMS-specific symlink tweak for stat.t
2012-01-20 Father ChrysostomosWarn for stat(*unopened) after statting file
2012-01-20 Father Chrysostomos[perl #71002] stat() on unopened fh _
2012-01-20 Father Chrysostomosregen pod issues
2012-01-19 Karl Williamsonre/reg_fold.t: Add and revise comments
2012-01-19 Karl Williamsonreg_fold.t: Test bracketed character classes
2012-01-19 Karl Williamsonre/reg_fold.t: Test more code points
2012-01-19 Karl Williamsonre/reg_fold.t: Remove fixed TODOs
2012-01-19 Karl Williamsonre/reg_fold.t: Use /u rules for Unicode tests
2012-01-19 Karl Williamsonregex: Fix some tricky fold problems
2012-01-19 Karl Williamsonregexp_noamp.t: Add comment
2012-01-19 Karl Williamsont/re/re_tests: Add some tests
2012-01-19 Karl Williamsont/re/re_tests: revise test
2012-01-19 Karl Williamsont/re/re_tests: Update comment
2012-01-18 Father Chrysostomosregen pod issues
2012-01-18 Father Chrysostomos[perl #108480] $cow |= number undefines $cow
2012-01-18 Father ChrysostomosDon’t crash on @a =~ // warning
2012-01-18 Father Chrysostomos[perl #106726] Don’t crash on length(@arr) warning
2012-01-17 Nicholas ClarkAvoid 'defined(@array) is deprecated' warnings in tests.
2012-01-17 Nicholas ClarkPurge references to --netscape and --libpods, no longer...
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2012-01-16 Nicholas ClarkTest that defined warns for package arrays and hashes.
2012-01-15 Father Chrysostomosstat.t: Avoid unconditional lstat on file name
2012-01-15 Father Chrysostomosstat.t, filetest.t: Actually gen rand file names
2012-01-14 Father ChrysostomosMake lstat($ioref) and lstat($gv) consistent
2012-01-14 Father Chrysostomosstat.t: Make test for -T _ and lstat more robust
2012-01-14 Father Chrysostomosmagic.t: Correct miniperl skip count
2012-01-14 Father Chrysostomos-T "unreadable file" should set stat info consistently
2012-01-14 Father Chrysostomosstat.t: Add bug number
2012-01-14 Father ChrysostomosMake -T BADHANDLE set errno with fatal warnings
2012-01-14 Father ChrysostomosMake -l HANDLE set PL_laststatval with fatal warnings
2012-01-14 Father ChrysostomosMake -T HANDLE and -B HANDLE always set last stat type
2012-01-14 Father ChrysostomosMake -T _ and -B _ always set PL_laststatval
2012-01-14 Father Chrysostomospp_sys.c: Remove space from lstat($ioref) warning
2012-01-14 Father ChrysostomosMake failed filetests consistent with & w/out fatal...
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2012-01-14 Father Chrysostomosstat $ioref should reset the internal stat type
2012-01-14 Father ChrysostomosSet PL_statgv to null when freed or coerced
2012-01-14 Father ChrysostomosSuppress confusing uninit warning from -T _
2012-01-14 Father Chrysostomosdefined *{"+"} should not stop %+ from working
2012-01-14 Father Chrysostomosdefined *{"!"} should not stop %! from working
2012-01-13 Karl Williamsonperlop: Typos, too long lines, corrections
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
2012-01-12 Father ChrysostomosMake -T HANDLE set the last stat type
2012-01-12 Father Chrysostomos[perl #77388] Make stacked -T and -B work
2012-01-12 Father ChrysostomosMake -t, -T and -B with a handle pop it off the stack
2012-01-10 Father Chrysostomos[perl #24237] @& should not stop $& from working
2012-01-10 Father Chrysostomos[perl #35865, #43011] FETCH after autovivifying
2012-01-09 Father ChrysostomosRemove TODO functionality from assignwarn.t
2012-01-09 Father Chrysostomos[perl #44895] += warning on uninit magic var
2012-01-09 Father ChrysostomosTest for perl #43663
2012-01-09 Father Chrysostomos[perl #92254, #92256] Fix SAVE_DEFSV to do refcounting
2012-01-09 Father Chrysostomosgrep.t: require test.pl in BEGIN block
2012-01-08 Father Chrysostomos[perl #67490] Don’t call DELETE on scalar-tied elem
2012-01-07 Father Chrysostomos[perl #85670] Copy magic to ary elems properly
2012-01-06 Father Chrysostomos[perl #107440] Save av/hv on mortals stack when clearing
2012-01-06 Ricardo SignesPod-Perldoc now includes test documents
2012-01-06 Father ChrysostomosUncomment evals in sort.t
2012-01-06 Father Chrysostomosregen pod issues
2012-01-06 Father Chrysostomos[perl #90064] warn once for dbmopen with undef 3rd arg
2012-01-06 Father Chrysostomosregen pod issues
2012-01-05 Father Chrysostomosregen pod issues
2012-01-05 Father Chrysostomos[perl #90030] sort with no arguments
2012-01-05 Father Chrysostomos[perl #95548] Returned magical temps are not copied
2012-01-05 Father ChrysostomosRestrict $[ comp warning to constants
2012-01-04 Father Chrysostomos[perl #105912] local $_ should not FETCH
2012-01-03 Father ChrysostomosChange wording of \E warning
2012-01-03 Brian Frasertoke.c: Unpaired '\E's in double-quotish contexts shoul...
2012-01-03 Father ChrysostomosCorrect test count in regen.t
2012-01-02 Nicholas ClarkAvoid t/re/regexp.t failing on miniperl when displaying...
2012-01-01 Father Chrysostomos[perl #107366] Don’t clone GVs during thread join
2012-01-01 Craig A. Berrysigsystem.t depends on fork().
2012-01-01 Father ChrysostomosSuppress void warning in t/op/sprintf.t
2012-01-01 Father Chrysostomos[perl #103492] Make %n printf format work with Unicode
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2012-01-01 Father Chrysostomos[perl #100340] Free hash entries before values on delete
2012-01-01 Father ChrysostomosUpdate method caches for non-void stash elem deletions
2011-12-31 Father Chrysostomossigsystem.t: put miniperl skip earlier
2011-12-31 Father ChrysostomosCorrect skip count in sigsystem.t
2011-12-31 Leon TimmermansAdded tests for SIGCHLD blocking during system()
2011-12-31 Father ChrysostomosTest ‘Too late for -[Mm]’
2011-12-31 Father Chrysostomos[perl #104288] Die with ‘Unrecognized switch’ on #...
2011-12-30 Chris 'BinGOs' Wil... Update CGI to CPAN version 3.59
2011-12-29 Craig A. BerryAllow diag.t to pass tests for multi-line warnings.
2011-12-29 Father ChrysostomosCroak when setting a tied @DB::args
2011-12-29 Father ChrysostomosSpeed up diag.t slightly
2011-12-29 Father Chrysostomosdiag.t: Delete documented items from to-do
2011-12-29 Father ChrysostomosRegen pod issues
2011-12-29 Father ChrysostomosDocument various messages in perldiag
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-29 Father Chrysostomosdiag_listed_as for -S error
2011-12-29 Father Chrysostomosdiag_listed_as for another lv sub error
2011-12-29 Father Chrysostomosdiag_listed_as for lvalue scalar context errors
2011-12-29 Father Chrysostomosperldiag: Tweak pack/% message
2011-12-29 Father Chrysostomosdiag.t: perldiag does not escape %
2011-12-29 Father ChrysostomosTeach diag.t about "CONSTANTS" in msgs
2011-12-29 Father Chrysostomosperldiag: Document 2 more ‘Can't open’ messages
next