This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #18420 from maint-5.8:
[perl5.git] / t /
2002-12-30 Rafael Garcia-SuarezRe: [perl #19330] Uneffective increment of $\
2002-12-23 Hugo van der SandenReverse #18285, for reasons given in:
2002-12-17 Hugo van der SandenWhoops, these are the changes supposed to be in #18318.
2002-12-17 Ilya Zakharevichbuild
2002-12-16 Dave MitchellRe: [perl #19017] lexical "my" variables not visible...
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-12 Rafael Garcia-SuarezIntegrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-11 Stephen McCamantRe: Precedence of ? :
2002-12-11 Hugo van der SandenIntegrate from maint-5.8 #18156, #18218.
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-12-09 Abhijit Menon-SenRe: [perl #18107] lc(), uc() and ucfirst() broken insid...
2002-12-08 Abe TimmermanRe: [perl #18927] barewords with no errors
2002-12-08 Slaven RezicRe: [perl #18165] "0" fails as right-hand argument...
2002-12-06 Rafael Garcia-SuarezFix two cases of buffer overflow in the lexer.
2002-12-02 Rafael Garcia-SuarezFix bug #18573 : in a double-quoted string, a \c not...
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-12-02 Hugo van der SandenIntegrate PodParser-1.20, with matching tweaks to lib...
2002-12-02 Dave MitchellSvFAKE lexicals in scope for all of the sub
2002-12-02 Hugo van der Sanden#18221 broke t/op/eval.t
2002-12-02 Hugo van der Sandenintegrate 5.8-maint: changes #18174 18187 18189-92...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-25 Inaba HirotoUTF8 regexp {n} bug
2002-11-25 Dan Kogai[Encode] 1.83 + bleedperl patch released
2002-11-22 Rafael Garcia-SuarezA new test for $^S, based on a patch by Iain 'Spoon...
2002-11-22 Rafael Garcia-SuarezMove some tests from t/run/fresh_perl.t
2002-11-21 Rafael Garcia-SuarezAdd a test for bug #17920, and a new test file for it.
2002-11-19 Rafael Garcia-Suarezt/io/crlf.t failed with miniperl.
2002-11-19 Gurusamy SarathyRe: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work...
2002-11-10 Salvador Fandiñot/run/runenv.t bug
2002-11-07 Dan KogaiRe: The Inaba patch for tr/// vs. use encoding
2002-11-07 david@dhaller.de[perl #18065] LFS related bug in perl-5.8.0 testsuite
2002-11-07 Yitzchak Scott-Tho... Re: [perl #18038] DESTROY change in 5.8.0?
2002-11-07 Hugo van der SandenRe: [perl #17605] strange behaviour (difference between...
2002-11-06 Slaven RezicRe: [perl #18048] read \*FH, ... returns undef but...
2002-11-04 Slaven RezicRe: [perl #18066] Bug in -I when path has double colons?
2002-11-04 Hugo van der Sandenintegrate from perlio: changes #17709, #17795, #17796...
2002-11-04 Hugo van der SandenRe: [perl #17064] illegal legal unicode character
2002-10-31 Rafael Garcia-SuarezAdjust the number of tests in t/op/range.t
2002-10-30 Abhijit Menon-SenRe: [perl #18114] [no subject] BUG: "-4\n".."0\n" is...
2002-10-30 Mark-Jason Dominus[perl #18165] "0" fails as right-hand argument to ..
2002-10-29 Rafael Garcia-SuarezPartial fix of bug [perl #17589] : prevent the parser to
2002-10-28 Nicholas ClarkRe: [PATCH] Re: [perl #17772] pack "w" /* this cannot...
2002-10-25 Nick Ing-SimmonsIntegrate mainline
2002-10-24 Hugo van der SandenReverse change #8066 and sense of test, to satisfy...
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-21 Hugo van der SandenRe: [perl #16184] Unexpected warning when using C<...
2002-10-21 Hugo van der SandenRe: [perl #18019] regex overoptimization
2002-10-20 Jarkko Hietaniemit/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
2002-10-20 Slaven RezicRe: [perl #17892] Perl's mkdir() doesn't remove trailin...
2002-10-20 Jarkko HietaniemiRe: [perl #17951] Strange UTF error
2002-10-20 Nick Ing-SimmonsIntegrate mainline
2002-10-17 Abe TimmermanRe: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32...
2002-10-17 Steve GrazziniRe: [perl #17830] open FH, "<&", $fd
2002-10-17 Yitzchak Scott-Tho... Re: [perl #17809] Different warning behaviour between...
2002-10-16 Rafael Garcia-Suarezprototype() didn't warn when used in void context.
2002-10-12 Rafael Garcia-SuarezThe -0 command-line switch wasn't setting $/ at compile...
2002-10-12 Nicholas ClarkRe: [perl #17772] pack "w" /* this cannot happen ;...
2002-10-11 Rafael Garcia-SuarezFix bug #17771 : segfault with the 'for' statement...
2002-10-10 Rafael Garcia-SuarezFix bug #17776 : memory corruption in qr/##/x
2002-10-10 John PeacockVersion object combined patch
2002-10-09 Rafael Garcia-SuarezFix bug #17823 : non-modifying tr/// stringifies references
2002-10-03 Rafael Garcia-SuarezAdd a new warning, "Possible precedence problem on...
2002-10-02 Hugo van der Sandenop/tr.t test is affected by #17962
2002-10-02 Rafael Garcia-SuarezRe: [PATCH] Re: builtin die parsed differently to CORE...
2002-10-02 Yitzchak Scott-Tho... Re: [perl #17376] Bug Report - our(%)
2002-10-02 Rafael Garcia-SuarezRe: perlio bug?
2002-10-01 Yitzchak Scott-Tho... Re: sv_2pv_flags and ROK and UTF8 flags
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-09-29 Allen Smith[perl #17222] [PATCH] h2ph and Fortran, other wacky...
2002-09-26 Hugo van der Sandenmissing '.' in test from #17932
2002-09-26 Jarkko Hietaniemiperl #17453
2002-09-26 Kay_Röpke[perl #10021] Fixing bareword usage under strict.pm
2002-09-26 Rafael Garcia-SuarezRe: Advice on coredump
2002-09-26 Yitzchak Scott-Tho... add TODO tests for slow our() declaration
2002-09-17 Abhijit Menon-SenFix #17375 (rcatline didn't work on a formerly-defined...
2002-09-15 Nick Ing-SimmonsIntegrate mainline
2002-09-12 Rafael Garcia-SuarezFix a syntax incompatibility introduced by the // operator.
2002-09-08 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-09-08 Yitzchak Scott-Tho... sv_2pv_flags and ROK and UTF8 flags
2002-09-08 Hugo van der Sandensetting PERL_CORE as in #17861 violates assumptions...
2002-09-08 Michael G. SchwernSet env PERL_CORE
2002-09-08 Michael G. SchwernRe: [PATCH t/test.pl] Let is/isnt() handle undef withou...
2002-09-07 Nick Ing-SimmonsIntegrate mainline
2002-09-04 Michael G. Schwernop/getpid.t failure
2002-09-04 Hugo van der Sandenfix coredump after 64k-deep recursion
2002-08-30 Yitzchak Scott-Tho... Re: glob names and Regexp type introspection
2002-08-30 Nick Ing-SimmonsIntegrate mainline
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-08-27 Nick Ing-SimmonsIntegrate mainline
2002-08-27 Hugo van der Sanden#17783 introduced an outdated test module, causing...
2002-08-26 (Randal L. Schwartz)fix for:
2002-08-26 Michael G. Schwern[ANNOUNCE] Test::Simple 0.47
2002-08-25 Rafael Garcia-SuarezFix parsing problems with the // operator.
2002-08-22 TelsANNOUNCE: Math-BigInt v1.62
2002-08-22 Slaven Rezictodo test for linux $0 modification
2002-08-22 John PeacockRe: [PATCH] Version object patch #1
2002-08-20 John PeacockVersion object patch #1
2002-08-20 Nick Ing-SimmonsIntegrate mainline
2002-08-18 Dave MitchellRe: 5.8.0 sprintf (?) problem with floats?
2002-08-17 Mark-Jason DominusNegative subscripts optionally passed to tied array...
next