summaryrefslogtreecommitdiff
path: root/lib/irb/init.rb
AgeCommit message (Expand)Author
2023-02-25[ruby/irb] Remove unused Structima1zumi
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-12-27[ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H...Hiroshi SHIBATA
2022-12-06[ruby/irb] Allow disabling autocompletion withStan Lo
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-15[ruby/irb] Deprecate reidline flagsst0012
2022-11-10[ruby/irb] Make $ and @ default aliasesTakashi Kokubun
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada
2022-10-28[ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-08-30Add --autocomplete / --noautocomplete optionsaycabta
2021-06-21[ruby/irb] Improve stackprof measureUlysse Buonomo
2021-05-24[ruby/irb] respect NO_COLOR environment variableMark Delk
2021-02-06[ruby/irb] Enable to reassign a new block with "measure" commandaycabta
2021-02-06[ruby/irb] Allow "measure" command to take blockaycabta
2020-12-24[ruby/irb] Try not to register the exact same measuring method twiceaycabta
2020-12-22[ruby/irb] Support arg for measure commandaycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-12-17[ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune
2020-12-17[ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans
2020-09-19[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-04-23Support XDG_* (#2174)Hiroshi SHIBATA
2020-01-14Use Reline.encoding_system_needs if existsaycabta
2020-01-14Remove an unused setting variableaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-20Generate history file path correctly when $HOME/.irbrc doesn't existaycabta
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-15Change PROMPT_S of simple-promptKazuhiro NISHIYAMA
2019-07-15Save history in IRB is enabled by defaultaycabta
2019-07-15Auto indent in IRB is enabled by defaultaycabta
2019-05-25Use Reline as Reidline multiline editor in IRBaycabta
2019-05-21Add --colorize and --nocolorize options to IRBaycabta
2019-04-30Use Ripper for IRBaycabta
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta
2018-11-02lib/*: Prefer require_relative over require.marcandre
2017-12-12Remove unnecessary `:`kazu
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-12irb/init.rb: make sure ARGV refers to toplevel onek0kubun
2017-12-12irb.rb: preserve ARGV on binding.irbk0kubun