summaryrefslogtreecommitdiff
path: root/t/base
Commit message (Expand)AuthorAgeFilesLines
* Remove support for UltrixKarl Williamson2022-06-101-5/+5
* toke.c: Recognize "0odddd" octal literals.TAKAI Kousuke2020-12-071-1/+12
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-261-1/+1
* PATCH: gh #16045: add test descriptions for some basic testsVitali Peil2019-11-263-12/+12
* Change bug URL from http://rt.perl.org to https://rt.perl.orgMax Maischein2019-10-111-1/+1
* (perl #125351) abort parsing if parse errors happen in a sub lexTony Cook2018-02-061-1/+10
* Add test descriptions for some tests in t/base/translate.t.Vitali Peil2017-07-051-3/+2
* add an additional test for whitespace tolerance in caret word-varsYves Orton2017-06-291-2/+5
* Parse caret vars with subscripts the same as normal vars inside of ${..} esca...Yves Orton2017-06-291-1/+27
* Forbid setting $/ to a reference to a non-postive integerDagfinn Ilmari Mannsåker2017-06-051-9/+23
* Avoid deprecation warning.Abigail2017-01-171-1/+1
* Test that the lexer does not upgrade constantsFather Chrysostomos2016-08-171-1/+14
* VAX: test changes for VAX floatsJarkko Hietaniemi2016-07-011-2/+4
* [perl #128478] Restore former "$foo::$bar" parsingFather Chrysostomos2016-06-271-1/+8
* [perl #128171] Fix assert fail with /@0{0*->@*/*0Father Chrysostomos2016-05-171-1/+7
* t/base/lex.t: Generalize for EBCDICKarl Williamson2015-10-261-8/+7
* Tentative fix for RT#125350 - AFL detected crash.Shlomi Fish2015-09-171-1/+7
* t/base/lex.t: Use more standard test for EBCDICKarl Williamson2015-08-251-1/+1
* Fix typo introduced in 0b81c0dda6Steve Hay2015-08-101-1/+1
* null ptr deref in Perl_cv_forget_slabDavid Mitchell2015-05-051-1/+7
* [perl #124187] don't call pad_findlex() on a NULL CVTony Cook2015-05-051-0/+5
* t/base/lex.t: Generalize for EBCDIC platformsKarl Williamson2015-03-051-3/+4
* [perl #123955] Fix assert fail with 0 s/// in quotesFather Chrysostomos2015-03-011-1/+2
* [perl #123763] Clear target on my $_; splitFather Chrysostomos2015-02-281-0/+1
* Test for split after my $_ [perl #123763]Father Chrysostomos2015-02-281-0/+6
* [perl #123801] Stop s##[}#e from crashingFather Chrysostomos2015-02-221-0/+3
* [perl #123677] Crash with token stack overflowFather Chrysostomos2015-02-081-0/+6
* Localise PL_lex_stuff (crash fix)Father Chrysostomos2015-02-051-0/+3
* [perl #123218] "preserve" $/ if set to a bad valueTony Cook2015-02-041-3/+8
* [perl #123711] Fix crash with 0-5x-l{0}Father Chrysostomos2015-02-011-0/+3
* t/base/lex.t: Remove commented-out testFather Chrysostomos2015-01-051-2/+0
* Add test that to/from native character set worksKarl Williamson2014-12-111-0/+27
* Test bug #123372Father Chrysostomos2014-12-051-1/+11
* Don’t always skip in-memory tests is t/base/rs.tFather Chrysostomos2014-11-151-7/+5
* t/base/rs.t: Suppress warningFather Chrysostomos2014-11-151-1/+2
* t/base/lex.t: Dodge warningFather Chrysostomos2014-10-291-1/+1
* [perl #122782] map{no strict;...} etc.Father Chrysostomos2014-10-281-1/+31
* Stop trying to disambiguate {} after $Father Chrysostomos2014-08-251-1/+7
* [perl #80368] Fix implicit assignop in qq"a\U="Father Chrysostomos2014-08-241-1/+5
* Use ‘an’ for $/=[] error messageFather Chrysostomos2014-02-091-1/+3
* Add tests and fix new fatal errors related to $/Yves Orton2014-02-041-1/+49
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-11/+1
* Reworked t/base/lex.t to use less hardcoded test numbers.Brian Fraser2013-09-181-62/+59
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-161-1/+5
* Revert "Allow => to quote built-in keywords across lines"Father Chrysostomos2013-07-121-5/+1
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-121-1/+5
* t/base/lex.t: Test pyoq with comment before delimFather Chrysostomos2013-07-121-1/+44
* [perl #56880] Allow v10 as a label or package nameFather Chrysostomos2012-09-251-1/+21
* [perl #105924] require 1 << 2Father Chrysostomos2012-09-201-1/+9
* Fix listop-hash-infix parsingFather Chrysostomos2012-09-121-1/+6