This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Improve isDIGIT_utf8() and isXDIGIT_utf8() macros
[perl5.git] / lib /
2012-12-09 Karl Williamsonlocale.t: Add test
2012-12-09 Karl Williamsonlocale.t: Add optional test name supplement
2012-12-04 Father ChrysostomosIncrease $sigtrap::VERSION to 1.07
2012-12-04 Father Chrysostomossigtrap.pm: Avoid lexical $_
2012-12-04 Father ChrysostomosLower version.pm version
2012-12-03 Yves OrtonFix per-hash hash order dependency bug in version.pm
2012-12-01 Father ChrysostomosIncrease $sort::VERSION to 2.02
2012-12-01 Martin Beckerfixed typos in sample code in sort.pm documentation
2012-11-29 Karl Williamsoncharnames: Check for enabled warnings before warning
2012-11-28 Karl Williamsonmktables: Sort some outputs for repeatability
2012-11-27 Father ChrysostomosIncrease $English::VERSION to 1.06
2012-11-27 Father ChrysostomosEnglish.pm: Update -no_match_vars docs
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-20 Steffen MuellerFix test-skipping logic for File::Find under no-taint...
2012-11-20 Karl WilliamsonUnicode::UCD.pm: Fix bugs in undocumented binary search...
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-12 Daniel Draganadd items checking to Internals::SvREFCNT
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 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.
2012-11-12 Shlomi Fish$slave_editor → our.
2012-11-12 Shlomi FishPlaced declarations on one line and sorted.
2012-11-12 Shlomi FishMore variables to our.
next