summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Special case /[UV_MAX]/Karl Williamson2012-08-251-0/+7
* parser.t: Move a test above ‘Add new tests here’Father Chrysostomos2012-08-241-10/+10
* oops, left some debugging codeTony Cook2012-08-241-2/+0
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-221-1/+11
* heredoc.t: Add a CRLF testFather Chrysostomos2012-08-221-1/+7
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-2/+14
* 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
* [perl #65838] Allow here-doc with no final newlineFather Chrysostomos2012-08-211-1/+7
* heredoc.t: Suppress deprecation warningsFather Chrysostomos2012-08-211-2/+2
* Clean up heredoc.tMichael G. Schwern2012-08-212-48/+57
* [perl #65838] Tests for here-docs without final newlinesDavid Nicol2012-08-211-0/+58
* [perl #114040] Parse here-docs correctly in quoted constructsFather Chrysostomos2012-08-211-1/+15
* [perl #70836] Fix err msg for unterminated here-doc in evalFather Chrysostomos2012-08-211-0/+10
* utf8 pos cache: always keep most recent valueDavid Mitchell2012-08-211-1/+13
* parser.t: Correct test countFather Chrysostomos2012-08-171-1/+1
* write.t: Eek! debugging codeFather Chrysostomos2012-08-171-1/+0
* [perl #114040] Allow pod in quoted constructsFather Chrysostomos2012-08-171-1/+20
* Don’t leak formats defined inside subsFather Chrysostomos2012-08-171-1/+13
* Fix t/op/magic.t on WindowsSteve Hay2012-08-151-0/+4
* Test initial tick in sub declarationFather Chrysostomos2012-08-141-1/+4
* Allow test_bootstrap.t to run from the top levelFather Chrysostomos2012-08-141-1/+4
* Regenerate test data for porting/customized.tSteve Hay2012-08-141-13/+68
* skip failing leak test under -DmadDavid Mitchell2012-08-121-1/+7
* regcomp.c: Optimization not valid for Latin Sharp SKarl Williamson2012-08-111-0/+2
* regcomp.c: Set flags when optimizing a [char class]Karl Williamson2012-08-111-1/+8
* re/re_tests: Correct Todo testKarl Williamson2012-08-111-1/+1
* re.pm: Nits in podKarl Williamson2012-08-111-2/+1
* Add some tests for [\N{}]Karl Williamson2012-08-111-0/+10
* coreamp: Fix test; correct test nameFather Chrysostomos2012-08-101-2/+2
* [perl #114018] Let eval close over stale vars in active subFather Chrysostomos2012-08-081-0/+11
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-1/+32
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-1/+14
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-081-1/+12
* toke.c: Fix confused interp-in-format parsingFather Chrysostomos2012-08-081-1/+13
* ignore PERL_XMLDUMP when taintingTony Cook2012-08-081-0/+46
* Nested formatsFather Chrysostomos2012-08-061-1/+19
* [perl #114040] Parse formats in interpolating constructsFather Chrysostomos2012-08-061-1/+10
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-1/+16
* Don’t crash when undefining handle of active formatFather Chrysostomos2012-08-051-2/+10
* Make glob.t more resilientFather Chrysostomos2012-08-051-1/+1
* parser.t: Move tests above ‘Add tests here’Father Chrysostomos2012-08-051-2/+2
* Don’t let active formats be freedFather Chrysostomos2012-08-051-1/+12
* Recursive formats and closures in formats.Father Chrysostomos2012-08-051-6/+15
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-4/+1
* [perl #78550] Fix bad assertion in toke.c:start_subparseFather Chrysostomos2012-08-041-0/+6
* Close over stale vars in active subsFather Chrysostomos2012-08-041-8/+35