This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cproto.t: Add tests for BEGIN, etc.
[perl5.git] / t /
2012-05-22 Father Chrysostomoscproto.t: Add tests for BEGIN, etc.
2012-05-22 Father ChrysostomosMake cproto.t more stringent
2012-05-22 Father ChrysostomosMake pos(@array) and pos(%hash) into errors
2012-05-22 Tony Cook[rt #111730] don't use I32 for offsets in vec()
2012-05-22 Tony Cook[rt #111730] TODO tests for vec() with large offsets
2012-05-22 Tony Cook[rt #100514] regression test for read() with a 2Gib...
2012-05-22 Tony Cookadd a directory of tests to run with large available...
2012-05-21 Father ChrysostomosDon’t let method-BLOCK read beyond the stack
2012-05-21 Father ChrysostomosMake lvalue subs copy returned PADTMPs in rvalue cx
2012-05-21 Dagfinn Ilmari Man... Don't warn about "ambiguous without parens" for ctrl...
2012-05-21 Father Chrysostomos[perl #112184] Handle $^N in Perl_magic_set
2012-05-21 Father ChrysostomosXS-APItest/t/hash.t: comment typo
2012-05-21 Father ChrysostomosProduce the right error for goto "\0"
2012-05-21 Father Chrysostomos[perl #111794] Make goto "" like goto ${\""}
2012-05-19 Ricardo Signesperldelta: note the removal of the perl4 core .pl files
2012-05-16 Ricardo Signesprevent PERL_UNICODE from affecting t/mro/package_alias...
2012-05-15 Ricardo Signesskip t/win32/runenv.t unless -DPERL_IMPLICIT_SYS
2012-05-10 Ricardo Signesskip the porting/utils.t unless in a git checkout
2012-05-10 Ricardo Signesokay the links to CPAN modules in the perldelta
2012-05-09 Ricardo Signesadd a missing blink above =item to s2p.PL
2012-05-04 David Goldendelete PERL_YAML_BACKEND and PERL_JSON_BACKEND in T...
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-04-26 Christian Hansenutf8.h: Use correct UTF-8 downgradeable definition
2012-04-26 Brian FraserMake unicode label tests use unicode_eval.
2012-04-24 Nicholas ClarkIn the todo list, note who is already working on variou...
2012-04-24 Nicholas ClarkRemove 2 microperl suggestions from the todo list.
2012-04-23 Karl WilliamsonPATCH: [perl #112530] Panic with inversion lists
2012-04-21 Father Chrysostomos[perl #112316] Make strict vars respect null-to-null...
2012-04-21 Father Chrysostomos[perl #111980] Don’t allow ‘my $♠’
2012-04-20 Father ChrysostomosMake strict vars respect ‘package ĵ; *ĵ::bar = [];’
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-17 Karl WilliamsonPATCH: [perl #111338] Warnings in utf8 subcategories...
2012-04-16 Father Chrysostomos[perl #112444] Don’t leak %^H autovivified by destructor
2012-04-14 David Mitchellop/sigdispatch.t: skip tests on prodn releases
2012-04-11 David Mitchellstop %^H pointing to being-freed hash; #112326
2012-04-11 Father Chrysostomos[perl #112352] Make ‘use v5.15’ always enable unicode_eval
2012-04-07 Brian FraserFix for perl #112316: Wrong behavior regarding labels...
2012-03-29 Father Chrysostomos[perl #111864] Don’t leave obj on stack for -x $overloaded
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-28 Father Chrysostomos[perl #111462] Don’t leak eval "" op tree when croaking
2012-03-27 Father Chrysostomos[perl #111656] tie_fetch_count.t: Suppress ‘glob failed’
2012-03-26 AbigailFix error in regexp, causing it to match too much.
2012-03-25 Father ChrysostomosFix test failure
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-25 Brian Frasertoke.c: "Illegal character in prototype" for Latin...
2012-03-25 Brian Frasertoke.c: "Precedence problem: open %s should be open...
2012-03-25 Brian Frasertoke.c: "CORE::%s is not a keyword" cleanup.
2012-03-25 Brian Frasertoke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.
2012-03-25 Brian Frasertoke.c: "Bareword "%s" refers to nonexistent package...
2012-03-25 Brian Frasertoke.c: "Bad name after %s%s" cleanup.
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-03-23 Karl WilliamsonPATCH: [perl #11560] extraneous msg in viacode
2012-03-23 Brian Frasertoke.c: "Ambiguous use of %c{%s} resolved to %c%s"...
2012-03-23 Brian Frasertoke.c: S_checkcomma, "No comma allowed after %s" cleanup
2012-03-23 Brian Frasertoke.c: "Possible unintended interpolation of %s in...
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 Brian Frasertoke.c: 'Operator or semicolon missing before %c%s...
2012-03-23 Brian Frasertoke.c: 'Scalar value %s better written as $%s' cleanup.
2012-03-23 Father Chrysostomosuni/parser.t: Fix eval num in test
2012-03-23 Brian Frasertoke.c: 'You need to quote %s' cleanup.
2012-03-23 Brian Frasertoke.c: 'Unrecognized character' croak cleanup.
2012-03-23 Brian Frasertoke.c: S_no_op cleanup
2012-03-20 Yves Orton[RT #111842] prevent TRIE overwriting EXACT following...
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-20 Karl Williamsonutf8.c: pod (mostly formatting) + comments changes
2012-03-20 Karl Williamsonperlguts, warnings.t: Update references to obsolete...
2012-03-19 Karl Williamsonpat.t: Fix typo in comment
2012-03-19 Nicholas ClarkMove the example git bisect shell script from perlgit...
2012-03-19 Nicholas ClarkMove the todo list from pod/ to Porting/
2012-03-19 AbigailAdd a TODO test for RT 111842
2012-03-16 Karl Williamsoncharnames.t: Attempt to fix probable timing issue
2012-03-15 Chris 'BinGOs' Wil... Separate the POD from the corelist data in Module:...
2012-03-12 Ricardo Signesavoid some long-line errors in podcheck of Term-Readline
2012-03-11 Tony Cook[rt #111654] properly propgate tainted errors
2012-03-11 Tony Cook[rt #111654] TODO test for tainted die propagation
2012-03-08 Father Chrysostomosregen pod issues
2012-03-07 Craig A. Berryfix warning in test.pl diagnostics output.
2012-03-04 Aaron CraneTODO Failing tests for warnings in utf8 subcategories
2012-03-03 Yves Ortonrework how the trie logic handles the newer EXACT nodetypes
2012-03-03 Yves Ortonmake test.pl show test number and name in failure diagn...
2012-03-01 Father Chrysostomos[perl #107366] Allow attributes to set :lvalue on defin...
2012-02-29 Karl Williamsonre/pat.t: Remove obsolete comment
2012-02-29 Karl Williamson(?foo:...) loses passed in charset
2012-02-28 Karl WilliamsonPatch [perl #111400] [:upper:] broken for above Latin1
2012-02-27 Nicholas ClarkThe parser should always close the file handle that...
2012-02-27 Nicholas ClarkImprove the tests for -x
2012-02-27 Nicholas ClarkImprove the tests for the -n and -p switches.
2012-02-27 Nicholas ClarkSimplify platform specific code in t/run/cloexec.t
2012-02-25 Zeframdon't taint $$ determined by getpid()
2012-02-25 Zeframdelay allocating trans table until needed
2012-02-22 Ricardo Signes"no feature" now means reset to default
2012-02-20 Karl Williamsonpodcheck.t: Typo in pod
2012-02-19 Max MaischeinMake t/porting/authors.t work on Windows
2012-02-18 Nicholas ClarkAdd t/porting/pending-author.t, fixing a limitation...
2012-02-18 Nicholas Clarkt/porting/authors.t only needs to pass the Author to...
2012-02-18 Craig A. BerryLonger filenames for while_readdir.t.
next