summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Refactor out a switch statementKarl Williamson2012-12-311-1/+0
* locale.t, pat_advanced.t: Remove TODOsKarl Williamson2012-12-311-1/+0
* re/pat_advanced.t: Add TODO test for recent regressionKarl Williamson2012-12-311-0/+8
* Correct typo in test description.James E Keenan2012-12-301-1/+1
* regcomp.c: Clean up ANYOF_CLASS handling.Karl Williamson2012-12-281-0/+2
* Add regcomp.c warning checks to t/porting/diag.t.Matthew Horsfall (alh)2012-12-271-7/+35
* pat_advanced.t: Add testsKarl Williamson2012-12-271-0/+4
* Revert "porting/podcheck corrections."David Mitchell2012-12-261-3/+1
* porting/podcheck corrections.James E Keenan2012-12-251-1/+3
* [perl #116148] Pattern utf8ness sticks aroundDavid Mitchell2012-12-251-1/+16
* svleak.t: Add a test; make another more robustKarl Williamson2012-12-231-3/+8
* Regenerate the regnode table in perldebguts.pod automaticallyFather Chrysostomos2012-12-222-2/+2
* RT-89642 - Don't treat ,; as special end-of-line characters.Matthew Horsfall (alh)2012-12-221-3/+15
* Remove TODO for test for #114272Karl Williamson2012-12-221-1/+1
* 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