index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
context.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] Add --extra-doc-dir option to show doc dialog
aycabta
2021-10-11
1
-0
/
+5
*
[ruby/irb] Add periods to doc
aycabta
2021-10-11
1
-8
/
+8
*
[ruby/irb] Set default return_format
aycabta
2021-10-11
1
-0
/
+1
*
[ruby/irb] Make IRB::Context#exit call super if UncaughtThrowError
Jeremy Evans
2021-10-07
1
-0
/
+2
*
[ruby/irb] Add doc about "echo on assignment"
aycabta
2021-09-27
1
-0
/
+12
*
[ruby/irb] Add blank lines to sample code in doc for readability
aycabta
2021-09-27
1
-0
/
+3
*
[ruby/irb] Fix sample code in doc
aycabta
2021-09-27
1
-1
/
+1
*
Add --autocomplete / --noautocomplete options
aycabta
2021-08-30
1
-0
/
+5
*
[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...
aycabta
2020-09-19
1
-22
/
+13
*
[ruby/irb] Add OMIT_ON_ASSIGNMENT
aycabta
2020-09-14
1
-4
/
+24
*
[DOC] get rid of parsing as TIDYLINK unintentionally
Nobuyoshi Nakada
2020-04-07
1
-3
/
+3
*
[ruby/irb] Add newline_before_multiline_output
Kenta Murata
2020-01-21
1
-0
/
+20
*
[ruby/irb] Remove warning message to bundle on Ruby 2.7.0
aycabta
2019-12-24
1
-6
/
+0
*
Slightly fix the warning message [ci skip]
Takashi Kokubun
2019-11-26
1
-1
/
+1
*
Suggest an alternative to suppress the irb warning
Takashi Kokubun
2019-11-26
1
-1
/
+2
*
Add a warning message and --legacy of an alias of --singleline
aycabta
2019-11-21
1
-0
/
+6
*
Use singleline/multiline instead of readline/reidline
aycabta
2019-11-21
1
-30
/
+35
*
Remove unsused output_method argument
Jeremy Evans
2019-10-24
1
-7
/
+1
*
Don't echo results of assignment expressions
Steven Willis
2019-08-16
1
-0
/
+15
*
Revert "Don't echo results of assignment expressions"
aycabta
2019-08-06
1
-15
/
+0
*
Don't echo results of assignment expressions
Steven Willis
2019-08-06
1
-0
/
+15
*
Auto indent in IRB is enabled by default
aycabta
2019-07-15
1
-4
/
+4
*
context.rb: hide wrapping lines
Nobuyoshi Nakada
2019-05-27
1
-1
/
+2
*
Use Reline as Reidline multiline editor in IRB
aycabta
2019-05-25
1
-15
/
+46
*
Copy config to make IRB::Context#use_colorize? functional
Takashi Kokubun
2019-05-21
1
-0
/
+1
*
Add --colorize and --nocolorize options to IRB
aycabta
2019-05-21
1
-0
/
+6
*
Use Ripper for IRB
aycabta
2019-04-30
1
-20
/
+0
*
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
1
-46
/
+35
*
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-23
1
-35
/
+46
*
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-21
1
-0
/
+20
*
IRB is improved with Reline and RDoc
aycabta
2019-04-20
1
-20
/
+0
*
lib/*: Prefer require_relative over require, remove explicit extension
marcandre
2018-11-02
1
-2
/
+2
*
lib/*: Prefer require_relative over require.
marcandre
2018-11-02
1
-2
/
+2
*
irb.rb: restore the last error
nobu
2018-04-14
1
-1
/
+5
*
irb/{context,workspace}.rb: use local_variable_set
nobu
2018-04-14
1
-1
/
+1
*
irb/context.rb: using input-method
nobu
2018-04-14
1
-0
/
+1
*
Removed math mode from irb.
hsbt
2017-04-20
1
-1
/
+0
*
require "irb/output-method" for StdioOutputMethod
nobu
2016-12-13
1
-0
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* lib/irb.rb: removed commented-out code.
hsbt
2014-08-09
1
-3
/
+0
*
* lib/cmath.rb: fixed indent.
hsbt
2014-08-09
1
-89
/
+89
*
* lib/irb.rb, lib/irb/context.rb: Add documentation on how to enable
zzak
2013-02-04
1
-1
/
+15
*
* lib/irb/context.rb: IRB::Context#new: Check from JobManager
keiju
2012-12-28
1
-1
/
+1
*
fix typo from r38623
zzak
2012-12-26
1
-1
/
+1
*
* lib/irb/context.rb: IRB::Context#use_readline= has been obsolate
keiju
2012-12-26
1
-10
/
+4
*
* lib/irb/context.rb: make a correct prompt from
keiju
2012-12-26
1
-1
/
+1
*
* lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level=
keiju
2012-12-25
1
-2
/
+1
*
* lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and
zzak
2012-12-21
1
-6
/
+6
*
* lib/irb.rb, lib/irb/*: Documentation for IRB
zzak
2012-12-21
1
-6
/
+59
*
* lib/irb*: merge doc from doc/irb/ird.rd and improve overall
zzak
2012-12-13
1
-4
/
+71
[next]