summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Update Socket to CPAN version 2.024.James E Keenan2016-12-171-2/+2
* regexes: make scanning for ANYOF fasterDavid Mitchell2016-12-161-0/+17
* [perl #130307] Correctly unwind on cache hitHugo van der Sanden2016-12-121-0/+1
* PATCH: [perl #37836] Simple Regex causes SEGVKarl Williamson2016-12-111-5/+7
* io/perlio.t: Un-TODO now passing testKarl Williamson2016-12-111-1/+1
* yyparse(): extend parser stack before every shift.David Mitchell2016-12-101-1/+9
* misaligned buffer with heredoc and /(?{...})/David Mitchell2016-12-101-0/+6
* fixup new hash benchmarks to be lighterYves Orton2016-12-071-15/+32
* t/perf/benchmarks: tweak cachegrind explanationDavid Mitchell2016-12-071-6/+12
* t/perf/benchmarks: explain how benchmarks are runDavid Mitchell2016-12-071-0/+27
* t/test.pl: Clarify syntax for tests in t/lib/*Karl Williamson2016-12-061-2/+3
* Add some tests for hash keys of different sizes.Yves Orton2016-12-061-1/+14
* Upgrade Encode from version 2.86 to 2.88Steve Hay2016-12-061-1/+1
* assertion failure in ... or ((0) x 0))David Mitchell2016-12-051-1/+10
* Update bignum to CPAN version 0.44Chris 'BinGOs' Williams2016-12-031-5/+0
* split was leaving PL_sv_undef in unused ary slotsDavid Mitchell2016-11-301-1/+12
* crash on explicit return from s///eDavid Mitchell2016-11-281-1/+16
* Split diagnostics for two UTF-8 malformationsKarl Williamson2016-11-241-9/+22
* utf8.c: Clarify warning message.Karl Williamson2016-11-242-14/+14
* add sv_set_undef() API functionDavid Mitchell2016-11-241-0/+5
* avoid premature free of referent in list assignDavid Mitchell2016-11-242-0/+47
* Recommend the quicker "make test_prep" for t/TEST usage.Matthew Horsfall2016-11-211-1/+1
* new perldeltaChad Granum2016-11-201-2/+0
* update t/porting/known_pod_issues.datv5.25.7Chad Granum2016-11-201-1/+3
* Use test.pl functions in t/op/groups.tDagfinn Ilmari Mannsåker2016-11-181-44/+35
* t/op/groups.t: Add missing "nok 1"Dan Collins2016-11-181-1/+1
* op/bop.t: Fix test failing on EBCDICKarl Williamson2016-11-171-1/+2
* Test descriptions should be one line or ./TEST chokes on themMatthew Horsfall2016-11-161-2/+3
* optimise $ref1 = $ref2 betterDavid Mitchell2016-11-161-0/+10
* perf/benchmarks: tidy scalar assign benchmarksDavid Mitchell2016-11-161-28/+32
* Report indented here-doc line errors correctlyMatthew Horsfall2016-11-151-1/+7
* Revert "Do not try to fchown() to uid -1 and gid -1."Tony Cook2016-11-151-2/+2
* Fix error message for unclosed \N{ in regcompDagfinn Ilmari Mannsåker2016-11-141-1/+4
* t/porting/regen.t: be even more helpful when tests failAaron Crane2016-11-141-3/+10
* Silence deprecation warnings in testsMatthew Horsfall2016-11-143-4/+10
* Add indented here-docs.Matthew Horsfall2016-11-143-3/+116
* /t/perf/benchmarks: move expr::index:: to func::David Mitchell2016-11-141-95/+96
* Improve error for missing tie() pacakge/methodDagfinn Ilmari Mannsåker2016-11-141-1/+11
* make the sysread()/syswrite/() etc :utf8 handle warnings defaultTony Cook2016-11-141-4/+6
* t/op/caller.t: add a TODO test for RT #129239Lukas Mai2016-11-121-1/+15
* t/op/sub.t: add a TODO test for RT #129916Lukas Mai2016-11-121-1/+12
* RT 130010: add regression test.James E Keenan2016-11-121-0/+9
* Allow "." to be excluded from @INCH.Merijn Brand2016-11-1119-24/+33
|\
| * Test for correct state of . in @INCDagfinn Ilmari Mannsåker2016-11-111-2/+6
| * Fix list parenthesisationAaron Crane2016-11-111-1/+1
| * Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-1119-24/+29
* | t/porting/regen.t: try to be more helpful when tests failAaron Crane2016-11-111-0/+11
* | Move Unicode-Normalize to dist/Karl Williamson2016-11-111-1/+1
|/
* De-dup the output of git ls-filesH.Merijn Brand2016-11-111-1/+2
* make 'do' errors refer to 'do' (not 'require') (RT #129927)Lukas Mai2016-11-112-3/+16