This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Extract _DB__grab_control().
2012-11-12
Shlomi Fish
Extract _DB__grab_control().
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Extract _DB__handle_watch_expressions() .
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Extract _DB__determine_if_we_should_break() .
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] More refactoring.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Extract _restore_shared_globals_after_restart.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Extract _restore_globals_after_restart.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactor] Extract a function.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Extract a subroutine.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactor] Refactoring.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactor] convert to use vars and &s.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Extract a function.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Remove a stray declaration.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactor] Extract a method.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactor] Extract _delete_all_breakpoints.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Remove leading ampersands in sub calls.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
More refactoring.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Remove ampersand.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactor] Merge two conditionals.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Add more.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Refactored a loop.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Avoid predeclaration.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Refactored more.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactor] Remove leading ampersands.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] refactoring + minor bug-fix.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactoring] Refactored parse_options.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Convert $| to ->autoflush(1).
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Refactor the LineInfo function.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-refactoring] Got rid of trailing whitespace.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db-Refactor] Convert $_ to a lexical.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Extract a function.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Remove some trailing space.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] More refactoring.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Convert @pods to a hash and moved it out.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Move away from more "or do { ... }" statements.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Refactored do {...}s into ifs.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] More refactoring.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
More refactoring.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert some COND() && do to ifs.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Add a test for the frame option.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] o PrintRet=0 in void context.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Test o PrintRet=1 in void context.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Add another test.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Test o PrintRet in list context.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] add a test for o PrintRet=0.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Add a test for o PrintRet.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Test o inhibit_exit=0.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Fix a bug with o AutoTrace.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Add a test for t command with sub calls.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Test o AutoTrace .
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Add a test for the 't' command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Add a test for warnLevel=1.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Add test for dieLevel option.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Test the recallCommand option.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Test the M command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Test more for the m staetement.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Test the m command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Test the = command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Correct the test blurbs.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Add a test for the H command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Add a test for H -7.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
[perl5db] Fix source cmd from typeahead.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Add a test for the source command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Extract a common subroutine.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Rename to something more meaningful.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert more to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert the 61222 test to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Extract _calc_threads_wrapper.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Remove some no-longer used code.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Prepend with an underscore.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert another test to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert another test to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert another test to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert another test to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Extract a constructor.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert a test to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert a perl5db.t test to DebugWrap.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Add a test for l -num.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Test the ! command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Test the { * command.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Convert to a different quoting.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Test for the { and { ? commands.
commit
|
commitdiff
|
tree
2012-11-12
Shlomi Fish
Add a test for the < and > commands together.
commit
|
commitdiff
|
tree
2012-11-09
Shlomi Fish
Fix the phrasing of the previous patch.
commit
|
commitdiff
|
tree
2012-11-09
Shlomi Fish
Replace mentions of the "-w" flag in perl.pod.
commit
|
commitdiff
|
tree
2012-09-18
Shlomi Fish
Add missing articles.
commit
|
commitdiff
|
tree
2012-07-14
Shlomi Fish
Update perlop's bignum modules list.
commit
|
commitdiff
|
tree
2012-06-30
Shlomi Fish
Fix perl -d’s "l" command.
commit
|
commitdiff
|
tree
2012-06-17
Shlomi Fish
add use strict to perl -d
commit
|
commitdiff
|
tree
2012-02-15
Shlomi Fish
Clarify the newSVpvn documentation.
commit
|
commitdiff
|
tree
2012-01-19
Shlomi Fish
perl5db.t: add the DebugWrap class
commit
|
commitdiff
|
tree
2011-12-30
Shlomi Fish
Add a test for "n EXPR()".
commit
|
commitdiff
|
tree
2011-12-30
Shlomi Fish
perl -d: add a test for s EXPR().
commit
|
commitdiff
|
tree
2011-12-30
Shlomi Fish
perl -d: add a test to the 's' command.
commit
|
commitdiff
|
tree
2011-12-30
Shlomi Fish
Add a test for s.
commit
|
commitdiff
|
tree
2011-12-30
Shlomi Fish
perl -d: test for 'T'.
commit
|
commitdiff
|
tree
2011-12-30
Shlomi Fish
perl -d: add test for the x command.
commit
|
commitdiff
|
tree
2011-12-30
Shlomi Fish
Add a test for the debugger p command.
commit
|
commitdiff
|
tree
2011-12-29
Shlomi Fish
perl -d: display lines inside subroutines.
commit
|
commitdiff
|
tree
2011-12-28
Shlomi Fish
perl -d: fixes "b . COND()".
commit
|
commitdiff
|
tree
next