aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/context.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo2023-02-181-1/+1
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-111-4/+1
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-5/+11
* [ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst00122022-11-151-1/+4
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-1/+8
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+18
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-0/+4
* [ruby/irb] Use USE_REIDLINE for backword compatibilityHiroshi SHIBATA2022-10-051-1/+1
* [ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon2022-10-051-11/+16
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-031-1/+1
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-171-0/+4
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-5/+0
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-111-0/+5
* [ruby/irb] Add periods to docaycabta2021-10-111-8/+8
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+1
* [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans2021-10-071-0/+2
* [ruby/irb] Add doc about "echo on assignment"aycabta2021-09-271-0/+12
* [ruby/irb] Add blank lines to sample code in doc for readabilityaycabta2021-09-271-0/+3
* [ruby/irb] Fix sample code in docaycabta2021-09-271-1/+1
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+5
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-22/+13
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-4/+24
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-071-3/+3
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-211-0/+20
* [ruby/irb] Remove warning message to bundle on Ruby 2.7.0aycabta2019-12-241-6/+0
* Slightly fix the warning message [ci skip]Takashi Kokubun2019-11-261-1/+1
* Suggest an alternative to suppress the irb warningTakashi Kokubun2019-11-261-1/+2
* Add a warning message and --legacy of an alias of --singlelineaycabta2019-11-211-0/+6
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-30/+35
* Remove unsused output_method argumentJeremy Evans2019-10-241-7/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-161-0/+15
* Revert "Don't echo results of assignment expressions"aycabta2019-08-061-15/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-061-0/+15
* Auto indent in IRB is enabled by defaultaycabta2019-07-151-4/+4
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-1/+2
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-15/+46
* Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun2019-05-211-0/+1
* Add --colorize and --nocolorize options to IRBaycabta2019-05-211-0/+6
* Use Ripper for IRBaycabta2019-04-301-20/+0
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-46/+35
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-35/+46
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-0/+20
* IRB is improved with Reline and RDocaycabta2019-04-201-20/+0
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-021-2/+2
* lib/*: Prefer require_relative over require.marcandre2018-11-021-2/+2
* irb.rb: restore the last errornobu2018-04-141-1/+5
* irb/{context,workspace}.rb: use local_variable_setnobu2018-04-141-1/+1
* irb/context.rb: using input-methodnobu2018-04-141-0/+1
* Removed math mode from irb.hsbt2017-04-201-1/+0