This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In t/op/getppid.t remove most race conditions by signaling using pipes.
[perl5.git] / t /
2012-06-02 Nicholas ClarkIn t/op/getppid.t remove most race conditions by signal...
2012-06-02 Nicholas ClarkIn t/op/getppid.t, die if any pipe close fails.
2012-05-31 Nicholas ClarkUse is() and isnt() in t/op/filetest.t, in place of...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, test -s -f 'TEST' against the size...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, use the tempfile instead of t/TEST...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, use one temporary file for testing...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, simplify the logic for testing...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, simplify the skip logic when testin...
2012-05-31 Nicholas Clarkt/porting/checkcase.t shouldn't scan .git for case...
2012-05-31 Nicholas Clarkt/porting/checkcase.t should find() from the top level...
2012-05-30 Father ChrysostomosDon’t clone closures in rv2cv
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Father Chrysostomos[perl #97478] Make ‘Can’t find opnumber’ UTF-8- and...
2012-05-29 Father Chrysostomosbproto.t: Test pos(1,$b)
2012-05-29 Father ChrysostomosMake &CORE::undef(\*_) undefine it properly
2012-05-29 Father Chrysostomos&CORE::undef should be an lvalue sub
2012-05-29 Father ChrysostomosAdd &CORE::undef
2012-05-29 Father ChrysostomosAdd &CORE::study
2012-05-29 Father ChrysostomosAdd &CORE::split
2012-05-29 Father ChrysostomosAdd &CORE::scalar
2012-05-29 Father ChrysostomosAdd &CORE::prototype
2012-05-29 Father ChrysostomosAdd &CORE::pos
2012-05-29 Father ChrysostomosAdd &CORE::glob
2012-05-29 Father ChrysostomosAdd &CORE::exists
2012-05-29 Father ChrysostomosAdd &CORE::delete
2012-05-29 Father ChrysostomosAdd &CORE::defined
2012-05-29 Father Chrysostomoscoresubs.t: Explicitly skip all unsupported keywords
2012-05-29 Father Chrysostomoscoreamp.t: Explicitly skip all unsupported keywords
2012-05-29 Father ChrysostomosAdd protos for positive keywords
2012-05-28 Father ChrysostomosAdd test for [perl #113400]
2012-05-28 Tony Cook[perl #112272] return EEXIST on link() to an existing...
2012-05-28 Tony Cook[perl #112272] test link()'s error returns (TODO)
2012-05-26 Brian FraserFix for [perl #9423] vec assignments generate 2 warnings
2012-05-26 Brian FraserTest case for [perl #9391]
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-05-25 Brian FraserFix for [perl #8931], call magic only once for join...
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-25 Ricardo Signesadd Version::Requirements as a known linkable-to lib
2012-05-25 Ricardo SignesRevert "t/porting/checkcase.t should skip directories"
2012-05-24 Marcus Holland-Moritz[perl #60204] Unhelpful error message from unpack
2012-05-23 Karl Williamsonpodcheck.t: Try harder to avoid transitory failure
2012-05-23 Karl Williamsonpodcheck.t: Add label to 'next' stmts for clarity
2012-05-23 Father Chrysostomosperlfunc: long lines
2012-05-22 Karl Williamsonperlebcdic: make verbatim line fit in 79 cols
2012-05-22 Karl Williamsonperlebcdic: Narrow table to fit in 79 columns
2012-05-22 Karl Williamsonpodcheck.t: Allow checking old perldelta
2012-05-22 Karl WilliamsonExperimentally add VT to \s definition
2012-05-22 Steve HayClose the filehandle actually being tested in uni/readl...
2012-05-22 Father ChrysostomosDon’t crash with &CORE::foo after undefining *_
2012-05-22 Father ChrysostomosTest that ‘require v5’ ignores sub named v5
2012-05-22 Father ChrysostomosMake while(each ...) imply defined($_ = ...)
2012-05-22 Father Chrysostomosoverride.t: Remove obsolete comment
2012-05-22 Father Chrysostomosrequire_errors.t: Test <> error
2012-05-22 Father ChrysostomosAllow require_errors.t to be run from the top level
2012-05-22 Father Chrysostomoscoreamp.t: rename badly-named tests
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.
next