This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bring Porting/checkAUTHORS.pl into the world of git.
[perl5.git] / t /
2010-03-17 Craig A. BerryAttached are two TODO patches for the remaining test...
2010-03-10 Zefram[perl #72740]: Blead breaks LEMBARK/LinkedList-Single...
2010-03-08 Reini UrbanSupport cygwin-1.7 mount
2010-03-03 Jan DuboisRevert "Forbid labels with keyword names"
2010-03-03 Jan DuboisSetup @INC at compile time because commit ec34a119...
2010-03-02 David Mitchell[perl #73174] swash_init() wasn't saving %^H
2010-03-02 Craig A. BerryDon't scrub DCL$PATH unless it's there.
2010-02-28 David Mitchellfix for [perl #72604] @DB::args and win32 fork
2010-02-23 Nicholas ClarkRegression test for 34394ecd - SVs that were only on...
2010-02-21 David Mitchellstop op/groups.t skipping on Linux
2010-02-20 David MitchellunTODO some passing TODO tests in reg_fold.t
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-18 Tony Cookrt #72866 - add magic to arrayrefs assigned to *Foo...
2010-02-16 Nicholas ClarkFix #72850 - reading $! shouldn't SEGV if Strerror...
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-02-11 Robin BarkerRemove npl addresses from "my" files
2010-02-11 Steve PetersPer Jesse, ignoring the skipping the tests form threade...
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2010-02-05 Michael G. SchwernDon't try to calculate a time over the conservative...
2010-02-03 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-03 AbigailTests for RT #72432
2010-02-03 Jesse Vincentadd a watchdog for schwern's time overflow tests.
2010-02-03 Michael G. SchwernAdd sanity checks for far, far distant dates.
2010-01-28 AbigailAdd a few regression tests, making sure ... is parsed...
2010-01-19 Father Chrysostomosfix qr// and get-magic problems
2010-01-19 Niko TyniFix a NULL pointer dereference when looking for a DESTR...
2010-01-18 Father ChrysostomosFix for #71254: SEGV in Data::Dumper
2010-01-18 Nicholas ClarkMove packagev.t from t/comp to t/op, as it fouls the...
2010-01-18 Rafael Garcia-SuarezRevert "[perl #62646] Maximum string length with substr"
2010-01-15 Zefram[perl #62646] Maximum string length with substr
2010-01-14 Reini UrbanCYG23-544-stat
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-12 H.Merijn BrandWith $PERL_UNICODE we still need to find utf8.pm
2010-01-12 David Mitchellfix for [perl #65582] anon globs segfaulting
2010-01-12 David Mitchellfix for [perl #61976] Errno ($!) not evaluated to a...
2010-01-11 David Mitchellfix for [perl #41138] $_ leaks under threads
2010-01-11 Josh ben Jore[perl #71788] Skip $) test when NGROUPS_MAX is too...
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-09 Craig A. BerryUpdate skip count in perlio.t.
2010-01-07 Nicholas ClarkAvoid race conditions with files in /tmp, by explicitly...
2010-01-07 Nicholas ClarkUnlink PerlIO's tempfiles for the case of no -T, but...
2010-01-07 Rafael Garcia-SuarezCleanup PerlIO temp files
2010-01-05 Zefram[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-05 Nicholas ClarkTie::Hash::NamedCapture::* shouldn't abort if passed...
2010-01-04 Nicholas ClarkFollowing fd909433c7437296, check that {sub f} correctl...
2010-01-03 Vincent PitAllow "{sub f}" to compile
2010-01-03 Ricardo Signesdial back warnings on UNIVERSAL->import
2009-12-31 Craig A. BerryTT is not a terminal in lots of situations.
2009-12-22 Father Chrysostomos[perl #70748] threads panic in del_backref
2009-12-20 Karl Williamsonchange non-char warning message from malformed
2009-12-20 Karl WilliamsonAllow U+0FFFF in regex
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-12-19 Nicholas ClarkRun t/porting/diag.t from the top-level directory.
2009-12-19 Craig A. Berryrunperl may modify arguments passed to it.
2009-12-19 Craig A. BerryTT is not a terminal for non-interactive processes.
2009-12-16 Jan Dubois-t should only return TRUE for file handles connected...
2009-12-16 Gerard GoossenAdd a test that "eval" does not create additional refer...
2009-12-15 Tim BunceAllow override of PERL5OPT etc in t/TEST
2009-12-15 Zefram[perl #22977] Bug in format/write
2009-12-15 Karl Williamsonmore regex folding tests
2009-12-14 Father Chrysostomos[perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70...
2009-12-14 Father Chrysostomos[perl #70764] $' fails to initialized for pre-compiled...
2009-12-09 Jan DuboisOS/2 doesn't support inplace editing without backups
2009-12-09 ZeframFix for [perl #70910] wrong line number in syntax error...
2009-12-08 Gerard Goossenproper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-12-08 Tony Cook[perl #70802] -i'*' refuses to work
2009-12-08 Bramundef $! before running the errno tests
2009-12-08 Chip Salzenbergutf8cache test: Hugo asks, and I provide. Merry Christmas
2009-12-07 Rafael Garcia-SuarezThe deep arrays for testing ~~ were not deep enough
2009-12-07 Rafael Garcia-SuarezFix a test that wasn’t testing was it purported to...
2009-12-07 Father Chrysostomos[perl #71076] sort with active sub (5.10 regression)
2009-12-07 Rafael Garcia-SuarezFix [perl #71078] Smart match against @_ gives false...
2009-12-06 hv@crypt.org[perl #71000] Wrong variable name in warning
2009-12-05 hv@crypt.orgt/test.pl fresh_perl_like() bug
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-12-01 Tony Cook-Dmad: double free or corruption
2009-11-30 Eric BrineTest modifiability of range elements
2009-11-30 Eric BrineFix -DPERL_NO_UTF16_FILTER
2009-11-29 Rafael Garcia-SuarezMake split warn in void context
2009-11-29 Nicholas ClarkHandle $@ being assigned a read-only value (without...
2009-11-29 Nicholas ClarkFix RT #70862 by converting ERRSV to GvSVn() to ensure...
2009-11-28 Moritz LenzDocument backreferences to groups that did not match
2009-11-28 Vincent PitAllow a closing brace after an "use VERSION"
2009-11-25 Zeframperl-5.11.2 breaks NYTProf savesrc option (Lexer API...
2009-11-25 Jesse VincentJerry's last patch to add a TODO test didn't update...
2009-11-25 Jesse VincentMoved the original test file from the previous patch...
2009-11-25 Gerard Goossenadd interpolation test for [perl #70091]
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-25 Jerry D. HeddenAdd TODO test for perl #70748
2009-11-24 Andrew RodlandAdd tests.
2009-11-24 Karl Williamsonmktables not run unless needed
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-11-23 Karl WilliamsonUse hex instead of octal for larger code points
2009-11-22 Rafael Garcia-SuarezFix plan syntax in TAP output
next