summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2019-11-21Version 1.1.0aycabta
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Refactor filter_backtraceY. Ushiki
2019-11-21Fix filter_backtrace for context-mode 0Y. Ushiki
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-20Replace typo "bock" with "block"aycabta
2019-11-20A preceding token of "do" of block has EXPR_CMDARG or EXPR_ENDFNaycabta
2019-11-20Number sign comment (# bla bla) is a kind of newline characteraycabta
2019-11-20Generate history file path correctly when $HOME/.irbrc doesn't existaycabta
2019-11-17[ruby/irb] Remove ruby-token.rb from spec.filesaycabta
2019-11-17[ruby/irb] Version 1.1.0.pre.4aycabta
2019-11-13Suppress warnings except for when last evaluationaycabta
2019-11-11Remove ruby-token.rbaycabta
2019-11-10qsymbols and symbols should be colored as SymbolTakashi Kokubun
2019-11-10Colorize on_symbols_beg (%I)Takashi Kokubun
2019-11-10Colorize string quotes as boldTakashi Kokubun
2019-10-26IRB: Document command evaluation history.zverok
2019-10-24Remove unsused output_method argumentJeremy Evans
2019-10-15Fixed the key to delete [Bug #16250]Nobuyoshi Nakada
2019-10-15Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada
2019-10-14Simplify circular reference check of IRB::ColorTakashi Kokubun
2019-10-14IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig
2019-09-16Folded files in gemspecNobuyoshi Nakada
2019-09-01IRB 1.1.0.pre.3aycabta
2019-08-28Adjusted indents and supplied last commasNobuyoshi Nakada
2019-08-27Handle binding.irb for frozen objects and BasicObjects using a delegateJeremy Evans
2019-08-27Move private call without arguments inside methodJeremy Evans
2019-08-22IRB's multiline history is enable only when Reidline modeaycabta
2019-08-20Treat two types "do" correctlyaycabta
2019-08-16Don't echo results of assignment expressionsSteven Willis
2019-08-06Revert "Don't echo results of assignment expressions"aycabta
2019-08-06Don't echo results of assignment expressionsSteven Willis
2019-07-27Ignore history file without saving if permissions cannot be changedJeremy Evans
2019-07-27Use JRuby equivalent of RubyVM.compile.Charles Oliver Nutter
2019-07-20Some keywords, "true", "false", and "nil" should be treated as a variableaycabta
2019-07-19Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta
2019-07-15Require Ruby 2.4 or later because needs lex_state from Ripperaycabta
2019-07-15Change PROMPT_S of simple-promptKazuhiro NISHIYAMA
2019-07-15Simplify history saving codeaycabta
2019-07-15Use #to_a for Readline::HISTORY directlyaycabta
2019-07-15Add lib/irb/color.rb to destribution file listaycabta
2019-07-15Remove debug printaycabta
2019-07-15Support multiline irb_historyaycabta
2019-07-15Save history in IRB is enabled by defaultaycabta
2019-07-15Auto indent in IRB is enabled by defaultaycabta
2019-07-15Version 1.1.0.pre.2aycabta
2019-07-15Need reline-0.0.1 or later for some featuresaycabta
2019-07-15Suppress warningsMasataka Pocke Kuwabara
2019-07-06Fix showing document of ClassName.method_name in IRBaycabta
2019-07-03Check code_block_open for whether code continuesaycabta