summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* sv.c:varname: Fix bad assertion added by c6fb3f6eFather Chrysostomos2012-08-041-0/+12
* Remove CR characters from raw input in op/magic.t on WindowsSteve Hay2012-08-041-1/+2
* avoid decoding on input in the new tests added in 613c63b4Tony Cook2012-08-041-0/+2
* [perl #114222] Make ‘use’ parse arguments in term contextFather Chrysostomos2012-08-031-1/+4
* [perl #114104] Better error for unterminated heredoc delimFather Chrysostomos2012-08-021-0/+5
* regcomp.c: Fix \N{} multi-char fold buffer boundary bugKarl Williamson2012-08-022-2/+23
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-021-3/+24
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-3/+4
* Test that when directories in @INC are skipped, coderefs are still called.Nicholas Clark2012-08-012-5/+26
* Avoid reading before the buffer start when generating errors from require.Nicholas Clark2012-08-011-9/+23
* stop /$unchanging/ leakingDavid Mitchell2012-08-011-1/+7
* Most magic.t tests can actually run on VMS.Craig A. Berry2012-07-301-4/+9
* Correct skip count in magic.t after 613c63b465.Craig A. Berry2012-07-301-1/+1
* Fix scrambled and incorrect proto mismatch errorFather Chrysostomos2012-07-291-0/+5
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+6
* [perl #113684] Make redo/last/next/dump accept exprFather Chrysostomos2012-07-272-1/+44
* Fix CvOUTSIDE assert/refcnt bugs with sub redefinitionFather Chrysostomos2012-07-271-1/+14
* Fix CvGV assertion bug with sub redefinitionFather Chrysostomos2012-07-271-1/+9