This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add -negative import args for 'use warnings'
[perl5.git] / t / base /
2019-11-27 Dan BookConvert issue links from rt.perl.org to GitHub
2019-11-26 Vitali PeilPATCH: gh #16045: add test descriptions for some basic...
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2018-02-05 Tony Cook(perl #125351) abort parsing if parse errors happen...
2017-07-05 Vitali PeilAdd test descriptions for some tests in t/base/translate.t.
2017-06-29 Yves Ortonadd an additional test for whitespace tolerance in...
2017-06-29 Yves OrtonParse caret vars with subscripts the same as normal...
2017-06-05 Dagfinn Ilmari Man... Forbid setting $/ to a reference to a non-postive integer
2017-01-17 AbigailAvoid deprecation warning.
2016-08-17 Father ChrysostomosTest that the lexer does not upgrade constants
2016-07-02 Jarkko HietaniemiVAX: test changes for VAX floats
2016-06-27 Father Chrysostomos[perl #128478] Restore former "$foo::$bar" parsing
2016-05-18 Father Chrysostomos[perl #128171] Fix assert fail with /@0{0*->@*/*0
2015-10-26 Karl Williamsont/base/lex.t: Generalize for EBCDIC
2015-09-17 Shlomi FishTentative fix for RT#125350 - AFL detected crash.
2015-08-25 Karl Williamsont/base/lex.t: Use more standard test for EBCDIC
2015-08-10 Steve HayFix typo introduced in 0b81c0dda6
2015-05-05 David Mitchellnull ptr deref in Perl_cv_forget_slab
2015-05-05 Tony Cook[perl #124187] don't call pad_findlex() on a NULL CV
2015-03-06 Karl Williamsont/base/lex.t: Generalize for EBCDIC platforms
2015-03-02 Father Chrysostomos[perl #123955] Fix assert fail with 0 s/// in quotes
2015-03-01 Father Chrysostomos[perl #123763] Clear target on my $_; split
2015-03-01 Father ChrysostomosTest for split after my $_ [perl #123763]
2015-02-23 Father Chrysostomos[perl #123801] Stop s##[}#e from crashing
2015-02-09 Father Chrysostomos[perl #123677] Crash with token stack overflow
2015-02-05 Father ChrysostomosLocalise PL_lex_stuff (crash fix)
2015-02-04 Tony Cook[perl #123218] "preserve" $/ if set to a bad value
2015-02-01 Father Chrysostomos[perl #123711] Fix crash with 0-5x-l{0}
2015-01-05 Father Chrysostomost/base/lex.t: Remove commented-out test
2014-12-11 Karl WilliamsonAdd test that to/from native character set works
2014-12-06 Father ChrysostomosTest bug #123372
2014-11-15 Father ChrysostomosDon’t always skip in-memory tests is t/base/rs.t
2014-11-15 Father Chrysostomost/base/rs.t: Suppress warning
2014-10-30 Father Chrysostomost/base/lex.t: Dodge warning
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-08-26 Father ChrysostomosStop trying to disambiguate {} after $
2014-08-25 Father Chrysostomos[perl #80368] Fix implicit assignop in qq"a\U="
2014-02-09 Father ChrysostomosUse ‘an’ for $/=[] error message
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-18 Brian FraserReworked t/base/lex.t to use less hardcoded test numbers.
2013-07-17 Father ChrysostomosAllow => to quote built-in keywords across lines
2013-07-13 Father ChrysostomosRevert "Allow => to quote built-in keywords across...
2013-07-13 Father ChrysostomosAllow => to quote built-in keywords across lines
2013-07-13 Father Chrysostomost/base/lex.t: Test pyoq with comment before delim
2012-09-25 Father Chrysostomos[perl #56880] Allow v10 as a label or package name
2012-09-20 Father Chrysostomos[perl #105924] require 1 << 2
2012-09-12 Father ChrysostomosFix listop-hash-infix parsing
2012-08-31 Father Chrysostomoss/${foo#}//e should be an error
2012-08-31 Father ChrysostomosCommit 6b00f562ed broke s/${\%x}{3}//e
2012-08-31 Father ChrysostomosBreak s//3}->{3/e
2012-08-31 Father ChrysostomosFix two minor s//.../e parsing bugs
2012-08-31 Father Chrysostomoslex.t: Mangle obscenity (albeit euphemistic)
2012-08-31 Father ChrysostomosFix here-doc body extraction in eval 's//<<END/'
2012-08-31 Father ChrysostomosFinish fixing here-docs in re-evals
2012-08-28 Father ChrysostomosFix eval 'q;;'
2012-08-22 Father Chrysostomos[perl #114040] Fix here-docs in multiline re-evals
2012-08-21 Father ChrysostomosFix substitution in substitution pattern
2012-08-21 Father ChrysostomosFix here-docs in nested quote-like operators
2012-08-21 Father ChrysostomosDon’t use strchr when scanning for newline after <<foo
2012-08-21 Father Chrysostomoshere-doc in quotes in multiline s//.../e in eval
2012-08-21 Father Chrysostomosheredoc after "" in s/// in eval
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-01-08 Gerard Goossenmodernise t/cmd/while.t
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-09-22 Father ChrysostomosAdd lib to @INC in t/base/rs.t
2010-07-06 Bo LindberghTests for allowing uppercase X/B in hexadecimal/binary...
2009-10-16 Nicholas ClarkMove the test for the deprecated feature <<; out of...
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-05-14 Claes JakobssonAmelioration of the error message "Unrecognized charact...
2009-03-14 Ian GoodacreBetter test case for [perl #63854] Error parsing "[~"
2009-03-14 Ian GoodacreReturn OPERATOR('[') for '[' without falling through...
2008-06-15 BramRe: testing $/ with in memory files
2008-06-08 BramFwd: [PATCH-2] Re: testing $/ with in memory files
2008-04-30 BramRe: [PATCH] testing $/ with in memory files
2007-08-10 Claes JacobssonRe: [PATCH] Adding more information to "Unrecognized...
2007-07-13 Rafael Garcia-SuarezSilence mandatory warning by using @# instead of $#.
2007-04-24 AbigailTypo fix.
2006-04-08 Jarkko Hietaniemisv.c, rs.t, perlvar.pod (Coverity finding: did you...
2005-11-20 Andy LesterPulling ancient RCS comments
2004-01-05 Craig A. Berryskip num.t #47 on VMS
2003-12-20 Dorner ThomasPerl 5.8.3 patches from the BS2000 port
2003-08-29 Jarkko HietaniemiSome Ultrix test dodgings.
2003-08-22 Adrian M. EnacheRe: mysterious bytecode.t failure
2002-09-08 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-08-18 Dave MitchellRe: 5.8.0 sprintf (?) problem with floats?
2002-05-30 Nick Ing-SimmonsIntegrate all but lib/File/stat.t which seems broken.
2002-05-29 Jarkko HietaniemiOS/2: fp stringification fudge.
2002-03-08 Yitzchak Scott-Tho... Re: [PATCH] tests for Gconvert
2002-03-07 Jarkko HietaniemiLong doubles give you long doubles.
2002-03-07 Yitzchak Scott-Tho... Re: [PATCH] tests for Gconvert
2002-03-06 Yitzchak Scott-Tho... tests for Gconvert
2002-02-26 Jarkko HietaniemiCray FP strikes again: things like 1.1 + 0.1 are easily
2002-02-07 Jarkko HietaniemiIn case of failure be more verbose.
2002-02-07 Jarkko HietaniemiSanity checks to see that the IV/NV and the PV of numeric
2001-12-27 Andreas Königcheck return of close
2001-12-07 Michael G. SchwernTest For Echo, take 2
2001-12-07 Michael G. Schwern[PATCH t/base/lex.t, term.t] Purging echo from base...
2001-12-06 Jarkko HietaniemiRetract #13496 for now.
next