summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* When setting environment variables via %ENV, force values to be strings onlyChip Salzenberg2012-07-261-9/+62
* mktables: Change \w definition to match new Unicode'sKarl Williamson2012-07-261-0/+5
* Don’t let ?: folding affect truncateFather Chrysostomos2012-07-251-1/+11
* Stop truncate(word) from falling back to file nameFather Chrysostomos2012-07-251-2/+10
* Don’t let ?: folding affect statFather Chrysostomos2012-07-251-1/+8
* regcomp.c: Use POSIXA, NPOSIXAKarl Williamson2012-07-241-0/+4
* regcomp.c: Optimize [^\n] into \NKarl Williamson2012-07-241-0/+3
* re_tests: Add tests for [perl #114220]Karl Williamson2012-07-211-0/+7
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-191-1/+464
* op/join.t: don't use done_testingDavid Mitchell2012-07-191-1/+2
* Magic flags harmonization.Chip Salzenberg2012-07-152-3/+4
* [perl #113710] Make __SUB__ work in sort blockFather Chrysostomos2012-07-141-1/+31
* fix RT#114068 optimizer handles MEOL in middle of pattern improperlyYves Orton2012-07-131-0/+2
* [perl #113576] Restore err msg for &{+undef}Father Chrysostomos2012-07-132-2/+13
* [perl #113470] Constant folding for packFather Chrysostomos2012-07-131-1/+2
* mro/basic.t: Squelch warningFather Chrysostomos2012-07-131-0/+1
* Fix @{*ISA} autovivificationFather Chrysostomos2012-07-121-1/+8