summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Pod::Html test portability redux.Craig A. Berry2013-01-066-18/+23
* add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASSTony Cook2013-01-061-0/+1
* t/op/not.t: Add descriptions to all tests.James E Keenan2013-01-051-16/+31
* Add parens around second argument to tests 4 and 5.James E Keenan2013-01-051-2/+2
* t/op/oct.t: Add descriptions to tests lacking them.James E Keenan2013-01-051-15/+19
* t/op/or.t: Provide descriptions for tests lacking them.James E Keenan2013-01-051-5/+5
* t/op/pos.t: Provide descriptions for remaining tests lacking them.James E Keenan2013-01-051-7/+7
* t/op/pwent.t: Add descriptions for all tests.James E Keenan2013-01-051-2/+3
* t/op/pow.t: Add descriptions for tests lacking them.James E Keenan2013-01-051-5/+5
* t/op/fork.t: Add description for one special test.James E Keenan2013-01-051-1/+1
* charnames: Deprecate character names with spacing issuesKarl Williamson2013-01-045-0/+87
* charnames: :alias alone implies :fullKarl Williamson2013-01-043-15/+9
* charnames: Enforce better file name rulesKarl Williamson2013-01-041-1/+1
* charnames: comment, error message clarificationsKarl Williamson2013-01-042-3/+3
* charnames pod: Typo, clarificationKarl Williamson2013-01-042-5/+5
* Fix SvREFCNT_dec doc typoSteven Schubiger2013-01-041-1/+1
* make m?$pat? match only once under ithreadsDavid Mitchell2013-01-043-2/+45
* Regenerated customized.dat file due to pod2*.PL changesChris 'BinGOs' Williams2013-01-041-68/+64
* Update podlators to CPAN version 2.5.0Chris 'BinGOs' Williams2013-01-0411-124/+560
* Collapse "if(a){b}else{b}" to "b"Eric Brine2013-01-031-10/+6
* Remove redundant NULL checks.Eric Brine2013-01-033-5/+3
* Add support for building with VC++ 2012Steve Hay2013-01-034-72/+80
* S_has_runtime_code(): avoid buffer overrunDavid Mitchell2013-01-031-2/+3
* Fix period at the end of perldiag.pod and remove entry from TODO in diag.tMatthew Horsfall (alh)2013-01-032-2/+1
* Eliminate redundant words.James E Keenan2013-01-021-1/+1
* Don't usenm on haikuTony Cook2013-01-031-0/+7
* Merge Shlomi's latest debugger refactoring workTony Cook2013-01-023-300/+501
|\
| * bump $VERSION for lib/perl5db.plTony Cook2013-01-021-1/+1
| * Missing test count.Shlomi Fish2013-01-021-1/+1
| * Fix perl -d's 'w $my_lexical_variable'.Shlomi Fish2013-01-022-34/+62
| * Document HistSize and HistFile.Shlomi Fish2013-01-021-0/+13
| * Start refactoring "sub restart".Shlomi Fish2013-01-021-20/+24
| * Extract _dump_trace_calc_saved_single_arg.Shlomi Fish2013-01-021-31/+35
| * Extract _dump_trace_calc_save_args.Shlomi Fish2013-01-021-35/+43
| * Avoid pre-declarations.Shlomi Fish2013-01-021-2/+2
| * Fixed the test - it passes now.Shlomi Fish2013-01-021-1/+1
| * Add a testcase for the bug.Shlomi Fish2013-01-021-0/+24
| * Extract _cmd_L_handle_postponed_breakpoints.Shlomi Fish2013-01-021-18/+28
| * Add empty lines and an explicit return.Shlomi Fish2013-01-021-0/+4
| * Remove a no-longer needed comment.Shlomi Fish2013-01-021-1/+1
| * Extract a subroutine.Shlomi Fish2013-01-021-36/+44
| * Extract some duplicate code into a closure.Shlomi Fish2013-01-021-21/+18
| * Some refactoring.Shlomi Fish2013-01-021-23/+40
| * Start refactoring cmd_L.Shlomi Fish2013-01-021-13/+20
| * Remove an unused parameter.Shlomi Fish2013-01-021-2/+1
| * Remove a redundant line.Shlomi Fish2013-01-021-1/+0
| * Rename vars to remove ambiguity.Shlomi Fish2013-01-021-10/+9
| * [perl5db] Extract.Shlomi Fish2013-01-021-6/+12
| * Got rid of passing $cmd to subs that don't use it.Shlomi Fish2013-01-021-6/+4
| * Extract _cmd_l_calc_initial_end_and_i .Shlomi Fish2013-01-021-11/+12