| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #116148] Pattern utf8ness sticks around | David Mitchell | 2012-12-25 | 1 | -1/+16 |
* | svleak.t: Add a test; make another more robust | Karl Williamson | 2012-12-23 | 1 | -3/+8 |
* | Regenerate the regnode table in perldebguts.pod automatically | Father Chrysostomos | 2012-12-22 | 2 | -2/+2 |
* | RT-89642 - Don't treat ,; as special end-of-line characters. | Matthew Horsfall (alh) | 2012-12-22 | 1 | -3/+15 |
* | Remove TODO for test for #114272 | Karl Williamson | 2012-12-22 | 1 | -1/+1 |
* | skip this test if we can't get an absolute path | Jesse Luehrs | 2012-12-18 | 1 | -7/+12 |
* | skip the \N{...} unloaded charnames croak test when PERL_UNICODE set | Tony Cook | 2012-12-17 | 1 | -0/+1 |
* | SKIP in run_multiple_progs() was parsed but unimplemented, implement it | Tony Cook | 2012-12-17 | 1 | -0/+10 |
* | Add regression tests for split on string of single wordspace or hex20. | James E Keenan | 2012-12-15 | 1 | -2/+53 |
* | known_pod_issues.dat: Allow links to Devel::Callsite | Father Chrysostomos | 2012-12-15 | 1 | -0/+1 |
* | t/op/inc.t: Add descriptions to all tests lacking them. | James E Keenan | 2012-12-14 | 1 | -31/+37 |
* | t/op/grent.t: Provide descriptions for tests lacking them. | James E Keenan | 2012-12-14 | 1 | -5/+5 |
* | t/op/goto.t: Provide descriptions for remaining tests lacking them. | James E Keenan | 2012-12-14 | 1 | -8/+8 |
* | t/op/filetest.t: Provide descriptions for remaining tests lacking them. | James E Keenan | 2012-12-14 | 1 | -28/+31 |
* | t/op/filehandle.t: Provide descriptions for all tests. | James E Keenan | 2012-12-14 | 1 | -7/+4 |
* | t/op/each_array.t: Provide descriptions for all tests. | James E Keenan | 2012-12-14 | 1 | -51/+73 |
* | t/op/dor.t: Provide descriptions for tests still lacking them. | James E Keenan | 2012-12-14 | 1 | -5/+8 |
* | t/op/die_unwind.t: Provide descriptions for some tests. | James E Keenan | 2012-12-14 | 1 | -9/+9 |
* | t/op/die_except.t: Add description for each test. | James E Keenan | 2012-12-14 | 1 | -12/+14 |
* | Remove the BeOS port. | Nicholas Clark | 2012-12-14 | 3 | -7/+2 |
* | Sigh. Fix lex.t again | Father Chrysostomos | 2012-12-13 | 1 | -2/+5 |
* | Fix occasional failures in svleak.t and DosGlob.t | Father Chrysostomos | 2012-12-12 | 1 | -1/+1 |
* | Really fix t/op/lex.t | Father Chrysostomos | 2012-12-11 | 1 | -1/+2 |
* | hashassign.t: Suppress oddball warnings | Father Chrysostomos | 2012-12-11 | 1 | -0/+3 |
* | hashassign.t: Test undef explicitly | Father Chrysostomos | 2012-12-11 | 1 | -5/+6 |
* | Copy keys for aassign in lvalue sub | Father Chrysostomos | 2012-12-11 | 1 | -1/+7 |
* | test return values of aassign with various elements on LHS | Ruslan Zakirov | 2012-12-11 | 1 | -9/+142 |
* | make sure hash assignment is proper lvalue | Ruslan Zakirov | 2012-12-11 | 1 | -1/+23 |
* | test hash assignment with odd elements for leaks | Ruslan Zakirov | 2012-12-11 | 1 | -0/+1 |
* | test "Odd number of elements in hash assignment" | Ruslan Zakirov | 2012-12-11 | 1 | -1/+50 |
* | scalar(%h = (1,1,1,1)) should return 4, not 2 | Ruslan Zakirov | 2012-12-11 | 1 | -2/+2 |
* | t/op/lex.t: Fix test | Father Chrysostomos | 2012-12-11 | 1 | -1/+2 |
* | Fix problems with -Dr during global destruction | Father Chrysostomos | 2012-12-09 | 1 | -1/+1 |
* | Don’t leak when partly iterated glob op is freed | Father Chrysostomos | 2012-12-09 | 1 | -1/+5 |
* | Add Todo test for Perl #114272 | Karl Williamson | 2012-12-09 | 1 | -0/+3 |
* | Stop invalid charnames from leaking | Father Chrysostomos | 2012-12-08 | 1 | -6/+2 |
* | Stop Constant(%s) errors from leaking | Father Chrysostomos | 2012-12-08 | 1 | -1/+14 |
* | Change Constant(undef) error to something meaningful | Father Chrysostomos | 2012-12-08 | 1 | -6/+6 |
* | Test ‘Constant(%s) unknown’ error | Father Chrysostomos | 2012-12-08 | 1 | -0/+51 |
* | Test error when constant overload handler returns undef | Father Chrysostomos | 2012-12-08 | 1 | -0/+44 |
* | toke.c: Make _charnames check more robust | Father Chrysostomos | 2012-12-08 | 1 | -1/+24 |
* | fix another boundary case and hopefully improve performance | Tony Cook | 2012-12-09 | 1 | -1/+7 |
* | fix a fencepost error I found trying to fall asleep | Tony Cook | 2012-12-09 | 1 | -1/+4 |
* | Incomplete implementation of $/ = \number acting like read() | Tony Cook | 2012-12-09 | 1 | -1/+30 |
* | Have each test print out its description. | James E Keenan | 2012-12-07 | 1 | -8/+8 |
* | Add or amplify inline comments as to placement of file in t/opbasic. | James E Keenan | 2012-12-07 | 5 | -6/+22 |
* | Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of new | James E Keenan | 2012-12-07 | 3 | -3/+3 |
* | Create subdirectory t/opbasic. Move 5 test files there. | James E Keenan | 2012-12-07 | 5 | -0/+0 |
* | Stop renamed packages from making reset() crash | Father Chrysostomos | 2012-12-05 | 1 | -1/+18 |
* | pp_goto: Call get-magic before choosing goto type | Father Chrysostomos | 2012-12-05 | 1 | -1/+7 |