summaryrefslogtreecommitdiff
path: root/t/base
Commit message (Expand)AuthorAgeFilesLines
* [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
* s/${foo#}//e should be an errorFather Chrysostomos2012-08-311-1/+5
* Commit 6b00f562ed broke s/${\%x}{3}//eFather Chrysostomos2012-08-311-1/+6
* Break s//3}->{3/eFather Chrysostomos2012-08-301-1/+5
* Fix two minor s//.../e parsing bugsFather Chrysostomos2012-08-301-1/+11
* lex.t: Mangle obscenity (albeit euphemistic)Father Chrysostomos2012-08-301-1/+1
* Fix here-doc body extraction in eval 's//<<END/'Father Chrysostomos2012-08-301-1/+7
* Finish fixing here-docs in re-evalsFather Chrysostomos2012-08-301-1/+13
* Fix eval 'q;;'Father Chrysostomos2012-08-271-1/+4
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-221-1/+11
* Fix substitution in substitution patternFather Chrysostomos2012-08-211-1/+5
* Fix here-docs in nested quote-like operatorsFather Chrysostomos2012-08-211-1/+15
* Don’t use strchr when scanning for newline after <<fooFather Chrysostomos2012-08-211-1/+8
* here-doc in quotes in multiline s//.../e in evalFather Chrysostomos2012-08-211-1/+9
* heredoc after "" in s/// in evalFather Chrysostomos2012-08-211-1/+8
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* modernise t/cmd/while.tGerard Goossen2011-01-081-0/+33
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Add lib to @INC in t/base/rs.tFather Chrysostomos2010-09-221-3/+9
* Tests for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-1/+14
* Move the test for the deprecated feature <<; out of t/base/lext.tNicholas Clark2009-10-161-4/+5
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-5/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-066-0/+0
* Amelioration of the error message "Unrecognized character %s in column %d"Claes Jakobsson2009-05-141-1/+1
* Better test case for [perl #63854] Error parsing "[~"Ian Goodacre2009-03-141-5/+2
* Return OPERATOR('[') for '[' without falling through to case '~', avoiding mi...Ian Goodacre2009-03-141-1/+9
* Re: testing $/ with in memory filesBram2008-06-151-1/+4
* Fwd: [PATCH-2] Re: testing $/ with in memory filesBram2008-06-081-2/+2
* Re: [PATCH] testing $/ with in memory filesBram2008-04-301-76/+144
* Re: [PATCH] Adding more information to "Unrecognized character" error in toke.cClaes Jacobsson2007-08-101-1/+5
* Silence mandatory warning by using @# instead of $#.Rafael Garcia-Suarez2007-07-131-1/+1
* Typo fix.Abigail2007-04-241-1/+1
* sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=...Jarkko Hietaniemi2006-04-081-8/+13
* Pulling ancient RCS commentsAndy Lester2005-11-204-8/+0
* skip num.t #47 on VMSCraig A. Berry2004-01-051-2/+5
* Perl 5.8.3 patches from the BS2000 portDorner Thomas2003-12-201-1/+4
* Some Ultrix test dodgings.Jarkko Hietaniemi2003-08-291-2/+7
* Re: mysterious bytecode.t failureAdrian M. Enache2003-08-221-1/+4
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-1/+7
* Re: 5.8.0 sprintf (?) problem with floats?Dave Mitchell2002-08-181-2/+17
* OS/2: fp stringification fudge.Jarkko Hietaniemi2002-05-291-6/+17
* Re: [PATCH] tests for GconvertYitzchak Scott-Thoennes2002-03-081-6/+2
* Long doubles give you long doubles.Jarkko Hietaniemi2002-03-071-1/+5
* Re: [PATCH] tests for GconvertYitzchak Scott-Thoennes2002-03-071-1/+1
* tests for GconvertYitzchak Scott-Thoennes2002-03-061-1/+49
* Cray FP strikes again: things like 1.1 + 0.1 are easilyJarkko Hietaniemi2002-02-261-5/+10
* In case of failure be more verbose.Jarkko Hietaniemi2002-02-071-30/+31
* Sanity checks to see that the IV/NV and the PV of numericJarkko Hietaniemi2002-02-071-0/+101