platform/upstream/perl.git
2012-11-13 Father Chrysostomosregexec.c: Safer stack handling for re-evals
2012-11-13 Eric Brine... Silence two build warnings on systems where ivsize...
2012-11-13 Father Chrysostomosleakfinder.pl: More exceptions
2012-11-13 Father Chrysostomosleakfinder.pl: Run code more times
2012-11-13 Eric BrineDo a better job of escaping components of ldlibpth...
2012-11-13 Father ChrysostomosPrune dead code in pp_ctl.c:pp_goto
2012-11-13 Father ChrysostomosDon’t leak subs containing syntax errors
2012-11-13 Father ChrysostomosStop anon subs with bad attributes from leaking
2012-11-13 Father ChrysostomosStop goto &sub from leaking when it croaks
2012-11-12 Chris 'BinGOs... Update IO-Compress to CPAN version 2.058
2012-11-12 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.058
2012-11-12 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.058
2012-11-12 Father ChrysostomosAdd Tom Wyant’s e-mail to AUTHORS
2012-11-12 Father Chrysostomosperlvar: two spaces after dots
2012-11-12 Tom WyantDocumentation of non-handle IO::Handle methods in perlv...
2012-11-12 Daniel Draganpv->pvn for literals in pp_require and Perl_sv_derived_...
2012-11-12 Lukas Maifix typo in comment
2012-11-12 Daniel Draganmore dTHX optimizations
2012-11-12 Daniel Draganadd items checking to Internals::SvREFCNT
2012-11-12 Daniel Draganclean up the users of PL_no_mem
2012-11-12 Ricardo SignesMerge branch 'debugger-refactoring' into blead
2012-11-12 Shlomi FishSmall cleanups.
2012-11-12 Shlomi FishConvert to a lexical file handle.
2012-11-12 Shlomi Fish[perl5db] unless+eq --> ne.
2012-11-12 Shlomi Fish[perl5db] Refactored cmd_b_sub.
2012-11-12 Shlomi Fishperl5db: extract some subroutines.
2012-11-12 Shlomi FishExtract a closure.
2012-11-12 Shlomi FishConvert DB::system to _db_system.
2012-11-12 Shlomi FishRemove some declared but unused lexicals.
2012-11-12 Shlomi FishConvert from DB::warn to _db_warn.
2012-11-12 Shlomi FishGot rid of leading ampersands in sub calls.
2012-11-12 Shlomi FishFinish the refactoring into cmd_verb and cmd_args.
2012-11-12 Shlomi FishConvert up to _DB__handle_y_command to cmd_args.
2012-11-12 Shlomi FishConvert more to the ->cmd_args() method.
2012-11-12 Shlomi FishExtract _is_full().
2012-11-12 Shlomi FishMore refactoring into cmd_args.
2012-11-12 Shlomi FishRefactor some more command-handlers.
2012-11-12 Shlomi FishStart converting to cmd_args.
2012-11-12 Shlomi FishRefactoring: more renaming and lexicalising.
2012-11-12 Shlomi FishRename "i" as cmd_verb.
2012-11-12 Shlomi FishPass $obj to _DB__trim_command*.
2012-11-12 Shlomi Fish_handle_cmd_wrapper_commands to %cmd_lookup.
2012-11-12 Shlomi FishRemove extraneous =cut-s from the POD.
2012-11-12 Shlomi FishLow hanging fruit is now in %cmd_lookup.
2012-11-12 Shlomi FishMove more commands to the dispatch.
2012-11-12 Shlomi FishAdd more commands to the lookup table.
2012-11-12 Shlomi FishStart converting to %cmd_lookup.
2012-11-12 Shlomi FishPass $obj to _DB__handle_f_command.
2012-11-12 Shlomi FishExtract _handle_cmd_wrapper_commands.
2012-11-12 Shlomi FishExtract _handle_q_command .
2012-11-12 Shlomi FishExtract the CMD: continue() into a subroutine.
2012-11-12 Shlomi FishExtract _DB__handle_m_command.
2012-11-12 Shlomi FishExtract _handle_x_command.
2012-11-12 Shlomi FishConvert from ^ to \A.
2012-11-12 Shlomi FishFix indentation.
2012-11-12 Shlomi Fishperl5db: &cmd_wrapper -> cmd_wrapper().
2012-11-12 Shlomi FishCorrect a bug with #g in list context.
2012-11-12 Shlomi Fishperl5db: extract more into _handle_sh_command.
2012-11-12 Ricardo Signesavoid overriding prototypes when the call can be fixed
2012-11-12 Ricardo Signescorrect the documented value of ${"_<$fn"}
2012-11-12 Ricardo Signesfix two small typos in MANIFEST updates
2012-11-12 Shlomi FishAdd ampersand to share.
2012-11-12 Shlomi Fishperl5db: extract _handle_sh_sh_command().
2012-11-12 Shlomi FishGet rid of a leading ampersand.
2012-11-12 Shlomi FishRefactoring - merged the two n/s cases.
2012-11-12 Shlomi FishExtract a common method.
2012-11-12 Shlomi FishExtract _handle_[sn]_and_arg_commands.
2012-11-12 Shlomi Fish[perl5db] Remove unnecessary code.
2012-11-12 Shlomi FishExtract _DB__handle_run_command_in_pager_command.
2012-11-12 Shlomi FishExtract _DB__handle_restart_and_rerun_commands().
2012-11-12 Shlomi FishExtract _handle_save_command.
2012-11-12 Shlomi FishExtract _handle_enable_disable_commands .
2012-11-12 Shlomi FishExtract _handle_source_command.
2012-11-12 Shlomi Fish[perl5db] Extract _handle_equal_sign_command .
2012-11-12 Shlomi FishExtract _handle_p_command.
2012-11-12 Shlomi FishExtract _handle_doc_command.
2012-11-12 Shlomi Fish[perl5db] Extract _handle_H_command.
2012-11-12 Shlomi Fish[perldb] Extract _handle_rc_search_history_command.
2012-11-12 Shlomi FishAdd quotes.
2012-11-12 Shlomi Fish[perl5db] Get rid of leading ampersands.
2012-11-12 Shlomi Fish[perl5db] Avoid some trailing expressions.
2012-11-12 Shlomi Fish[perl5db] Remove leading ampersands in sub call.
2012-11-12 Shlomi FishAdd a reminder comment;
2012-11-12 Shlomi FishExtract _handle_rc_recall_command.
2012-11-12 Shlomi FishExtract _DB__handle_question_mark_command() .
2012-11-12 Shlomi FishExtract _DB__handle_forward_slash_command().
2012-11-12 Shlomi FishExtract _handle_W_command .
2012-11-12 Shlomi FishExtract _handle_w_command.
2012-11-12 Shlomi FishExtract _handle_T_command.
2012-11-12 Shlomi Fish[perl5db] Extract _handle_r_command.
2012-11-12 Shlomi Fish[perl5db] Extract _handle_c_command.
2012-11-12 Shlomi FishExtract _handle_s_command and refactored.
2012-11-12 Shlomi Fish[perl5db] Extract _handle_n_command.
2012-11-12 Shlomi FishExtract _DB__handle_y_command .
2012-11-12 Shlomi Fish[perl5db] Extract $obj->_handle_dash_command.
2012-11-12 Shlomi Fish[perl5db] Extract another function.
2012-11-12 Shlomi FishExtract _DB__handle_f_command.
2012-11-12 Shlomi FishExtract _handle_V_command_and_X_command.
2012-11-12 Shlomi FishExtract _handle_S_command.
2012-11-12 Shlomi FishFix "a [command]" statement.
next