summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* skip this test if we can't get an absolute pathJesse Luehrs2012-12-181-7/+12
* skip the \N{...} unloaded charnames croak test when PERL_UNICODE setTony Cook2012-12-171-0/+1
* SKIP in run_multiple_progs() was parsed but unimplemented, implement itTony Cook2012-12-171-0/+10
* Add regression tests for split on string of single wordspace or hex20.James E Keenan2012-12-151-2/+53
* known_pod_issues.dat: Allow links to Devel::CallsiteFather Chrysostomos2012-12-151-0/+1
* t/op/inc.t: Add descriptions to all tests lacking them.James E Keenan2012-12-141-31/+37
* t/op/grent.t: Provide descriptions for tests lacking them.James E Keenan2012-12-141-5/+5
* t/op/goto.t: Provide descriptions for remaining tests lacking them.James E Keenan2012-12-141-8/+8
* t/op/filetest.t: Provide descriptions for remaining tests lacking them.James E Keenan2012-12-141-28/+31
* t/op/filehandle.t: Provide descriptions for all tests.James E Keenan2012-12-141-7/+4
* t/op/each_array.t: Provide descriptions for all tests.James E Keenan2012-12-141-51/+73
* t/op/dor.t: Provide descriptions for tests still lacking them.James E Keenan2012-12-141-5/+8
* t/op/die_unwind.t: Provide descriptions for some tests.James E Keenan2012-12-141-9/+9
* t/op/die_except.t: Add description for each test.James E Keenan2012-12-141-12/+14
* Remove the BeOS port.Nicholas Clark2012-12-143-7/+2
* Sigh. Fix lex.t againFather Chrysostomos2012-12-131-2/+5
* Fix occasional failures in svleak.t and DosGlob.tFather Chrysostomos2012-12-121-1/+1
* Really fix t/op/lex.tFather Chrysostomos2012-12-111-1/+2
* hashassign.t: Suppress oddball warningsFather Chrysostomos2012-12-111-0/+3
* hashassign.t: Test undef explicitlyFather Chrysostomos2012-12-111-5/+6
* Copy keys for aassign in lvalue subFather Chrysostomos2012-12-111-1/+7
* test return values of aassign with various elements on LHSRuslan Zakirov2012-12-111-9/+142
* make sure hash assignment is proper lvalueRuslan Zakirov2012-12-111-1/+23
* test hash assignment with odd elements for leaksRuslan Zakirov2012-12-111-0/+1
* test "Odd number of elements in hash assignment"Ruslan Zakirov2012-12-111-1/+50
* scalar(%h = (1,1,1,1)) should return 4, not 2Ruslan Zakirov2012-12-111-2/+2
* t/op/lex.t: Fix testFather Chrysostomos2012-12-111-1/+2
* Fix problems with -Dr during global destructionFather Chrysostomos2012-12-091-1/+1
* Don’t leak when partly iterated glob op is freedFather Chrysostomos2012-12-091-1/+5
* Add Todo test for Perl #114272Karl Williamson2012-12-091-0/+3
* Stop invalid charnames from leakingFather Chrysostomos2012-12-081-6/+2
* Stop Constant(%s) errors from leakingFather Chrysostomos2012-12-081-1/+14
* Change Constant(undef) error to something meaningfulFather Chrysostomos2012-12-081-6/+6
* Test ‘Constant(%s) unknown’ errorFather Chrysostomos2012-12-081-0/+51
* Test error when constant overload handler returns undefFather Chrysostomos2012-12-081-0/+44
* toke.c: Make _charnames check more robustFather Chrysostomos2012-12-081-1/+24
* fix another boundary case and hopefully improve performanceTony Cook2012-12-091-1/+7
* fix a fencepost error I found trying to fall asleepTony Cook2012-12-091-1/+4
* Incomplete implementation of $/ = \number acting like read()Tony Cook2012-12-091-1/+30
* Have each test print out its description.James E Keenan2012-12-071-8/+8
* Add or amplify inline comments as to placement of file in t/opbasic.James E Keenan2012-12-075-6/+22
* Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of newJames E Keenan2012-12-073-3/+3
* Create subdirectory t/opbasic. Move 5 test files there.James E Keenan2012-12-075-0/+0
* Stop renamed packages from making reset() crashFather Chrysostomos2012-12-051-1/+18
* pp_goto: Call get-magic before choosing goto typeFather Chrysostomos2012-12-051-1/+7
* regen pod issueFather Chrysostomos2012-12-051-2/+2
* Stop "\N{...}" from leaking after errorsFather Chrysostomos2012-12-051-1/+2
* Stop v111111111111111 from leaking under fatal warningsFather Chrysostomos2012-12-051-2/+0
* override.t: Suppress deprecation warningFather Chrysostomos2012-12-041-1/+5
* Stop /[a-\d]/ from leaking under fatal warningsFather Chrysostomos2012-12-041-1/+1