This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No need to manually set the reference count of a new IO to 1.
[perl5.git] / t /
2005-08-24 John Peacock[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
2005-08-22 Rick DelaneyRe: [perl #36959] List Constructor Operator - Undefined...
2005-08-21 John E. Malmberg[patch@25305] t/op/arith.t fix for VMS with IEEE float
2005-08-18 SADAHIRO TomoyukiRe: Transliteration operator(tr//)on EBCDIC platform
2005-08-11 John E. Malmberg[patch] blead@25282 - VMS specific fixes. [2nd try]
2005-08-11 John E. Malmberg[patch] blead@25282
2005-08-06 Dominic DunlopRe: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadp...
2005-08-03 Dominic DunlopRe: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1...
2005-08-02 H.Merijn BrandTypoes from 25261 also in expected for tests
2005-08-01 Michael G. SchwernRe: [perl #36622] y/// at end of file
2005-08-01 John E. Malmberg[patch] blead@25226 - t/op/pack.t undefined value fix
2005-07-29 Steve HaySkip op/sprintf.t test 147 on MSWin32
2005-07-28 Michael G. SchwernBeing more careful about newlines
2005-07-28 H.Merijn Brandsprintf now has all but two tests enabled.
2005-07-28 Piotr Fusik[perl #36672] Swapped warnings for -o and -O file tests
2005-07-20 Steve PetersConvert t/op/vec.t to test.pl
2005-07-20 Tassilo von Parsevallvalue-subs returning elements of tied hashes/arrays
2005-07-19 Rafael Garcia-SuarezExtend the the "our variable redeclared" warning to...
2005-07-19 Rafael Garcia-SuarezFix strict test to go with the precedent warning change
2005-07-19 Rafael Garcia-SuarezSilence new (expected) warnings
2005-07-19 Rafael Garcia-SuarezOverhaul the semantics of the warning
2005-07-19 Dave Mitchellthe "local @foo with $#foo" tests are no longer TODO
2005-07-18 Robin BarkerRE: blead: no longer supports %vd format
2005-07-18 H.Merijn Brandtests are expected to fail if dirfd () does not exist
2005-07-18 Rick DelaneyRe: [perl #27028] /$/ not honouring /m in some cases
2005-07-17 Dave Mitchelldelete a non-fucntioning chown in stat.t: it didn't...
2005-07-17 Dave Mitchell$SIG{__WARN__} = sub { goto &foo } could recurse infinitely
2005-07-16 SADAHIRO TomoyukiRe: [perl #36569] chop fails on decoded string with...
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2005-07-15 Steve HayRe: [PATCH blead] Re: [perl #3269] no warnings "foo...
2005-07-15 Michael G. SchwernRe: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL...
2005-07-15 Gisle AasTypo in t/op/stat.t
2005-07-13 Steve Peters[perl #9565] [PATCH] /op/groups.t bug
2005-07-13 Steve PetersRe: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc...
2005-07-13 Robin BarkerError in earlier patch in sv.c
2005-07-12 Michael G. SchwernUnderstand "ok" with no number
2005-07-10 Yves OrtonRe: [perl #36207] UTF8/Latin 1/i regexp "Malformed...
2005-07-09 Nicholas Clarksv_dec is supposed to go *down*, m'kay.
2005-07-08 Dave Mitchell[perl #36207] UTF8/Latin 1/i regexp "Malformed characte...
2005-07-07 Dave Mitchellmore taint fallout from change 24943
2005-07-07 Dave Mitchell[perl #34171] bytes pragma error in substitution operator
2005-07-06 Dave Mitchell[perl #36470] 'undef $@; die' gives uninint value warning
2005-07-05 Dave Mitchellchange 24943 broke restoration of localized taint values
2005-07-04 Steve HayAdd regression test for change 25062
2005-07-04 Steve PetersSkip nit in t/op/lfs.t
2005-07-02 Nicholas ClarkConvert bless.t to test.pl
2005-06-30 Dave Mitchell[perl #36434] assigning shared consts (eg __PACKAGE__...
2005-06-30 Rafael Garcia-SuarezAdd TODO tests for bug #36434
2005-06-30 Telsmake t/uni/class.t faster
2005-06-27 Nicholas ClarkFix sv_dec of undefined PVs to (a) not downgrade to NV
2005-06-27 Rafael Garcia-SuarezUpgrade to Filter::Simple 0.82
2005-06-24 Nicholas ClarkNeed to do some sort of die/warn to get the "global...
2005-06-24 Steve HayFix t\op\gv.t on Win32
2005-06-23 Nicholas ClarkRemove the reference loop between symbol tables and...
2005-06-23 H.Merijn BrandTake a larger margin to prevent 'X' failures in smokes
2005-06-22 Dave Mitchellhandle magic in local correctly
2005-06-21 Nicholas ClarkDrag t/op/gv.t kicking and screaming into the century...
2005-06-20 Rafael Garcia-SuarezSame fix, for the test, now.
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-20 Rick DelaneyRe: [PATCH replacement] Re: [perl #36313] perl -e ...
2005-06-16 Steve HayGive op/taint.t a helping hand for Borland compiler...
2005-06-15 Rafael Garcia-SuarezIntroduce PERL_RUNPERL_DEBUG to alter the behavior...
2005-06-15 Salvador FandiXXo[perl #36297] builtin attrs on subrutine declarations
2005-06-14 Salvador Fandiñobetter assertion support
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-10 Nicholas ClarkPassing read only values (such as string constants...
2005-06-10 Nicholas ClarkDon't pass constants to select
2005-06-10 Nicholas ClarkWork around bug 36211, plus a lot of TODO regression...
2005-06-09 Nicholas Clark$r = do {my @a; \$#a}; $$r = 503 # is also naughty...
2005-06-09 Nicholas ClarkFixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-09 Nicholas ClarkConvert op/array.t to test.pl
2005-06-09 Nicholas ClarkDon't ignore errors from an eval.
2005-06-09 Nicholas ClarkMake minitest pass (must skip if no dynaloading)
2005-06-08 H.Merijn BrandCygwin fails to open $^X on many occasion here
2005-06-07 Jarkko HietaniemiRe: [perl #36130] chr(-1) should probably return undef
2005-06-05 Rafael Garcia-SuarezNew test for getppid(), by Alexey Tourbin
2005-06-04 Jarkko Hietaniemifurther speeding up of is_utf8_string()
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2005-05-28 Jarkko HietaniemiRe: t/uni/class.t has a lot to warn about
2005-05-27 Nicholas Clarkis() is better than ok()
2005-05-27 Steve HaySkip signals and core dump tests on Win32
2005-05-24 Rafael Garcia-SuarezThe tokenizer should expect an operator after qw().
2005-05-21 Dave Mitchell[perl #35878] goto &xsub that croaks corrupts memory
2005-05-21 Dave Mitchelldisallow eval { goto &foo }
2005-05-21 Rafael Garcia-SuarezUpdate to MakeMaker 6.30
2005-05-20 Andy LesterAttribute configuration
2005-05-20 Rafael Garcia-SuarezGisle noted an unused variable
2005-05-19 Rafael Garcia-SuarezFix the new exit() tests, by Gisle Aas :
2005-05-19 Rafael Garcia-SuarezAdjust VMS test count
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-18 Dave Mitchellmake t/TEST print summary times consistently to two...
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-16 Rafael Garcia-Suarez$! might contain "unknown" if strerror(3) says so
2005-05-08 Dave Mitchellt/TEST's new error messages now include the prefix...
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-05-06 Nicholas ClarkGet the correct refcount on the temporary assignment...
2005-05-05 Rafael Garcia-SuarezMissing files in Test::Simple
2005-05-05 Dave Mitchellstrictifying t/TEST stopped it handling '1..n todo...
2005-05-05 Dave Mitchellmake t/TEST detect various failure modes in testfile...
2005-05-04 Dave Mitchellstrictify t/TEST
next