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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] Fix typo
Marcus Stollsteimer
2019-12-24
1
-1
/
+1
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Remove e2mmap dependency
aycabta
2019-11-25
1
-1
/
+0
*
Use more strict regexp to avoid to match naninanirb.rb
Kazuhiro NISHIYAMA
2019-11-21
1
-1
/
+1
*
Use singleline/multiline instead of readline/reidline
aycabta
2019-11-21
1
-9
/
+9
*
Suppress warnings except for when last evaluation
aycabta
2019-11-13
1
-1
/
+4
*
Only untaint line on Ruby <2.7
Jeremy Evans
2019-11-05
1
-1
/
+1
*
IRB: Document command evaluation history.
zverok
2019-10-26
1
-2
/
+12
*
Remove unsused output_method argument
Jeremy Evans
2019-10-24
1
-2
/
+2
*
set real path to __FILE__ and __dir__ in Binding#irb
takkanm
2019-10-11
1
-1
/
+3
*
Don't echo results of assignment expressions
Steven Willis
2019-08-16
1
-1
/
+43
*
Revert "Don't echo results of assignment expressions"
aycabta
2019-08-06
1
-43
/
+1
*
Don't echo results of assignment expressions
Steven Willis
2019-08-06
1
-1
/
+43
*
Use source_location instead of eval(__FILE__,binding) in Binding#irb
Yusuke Endoh
2019-08-03
1
-1
/
+1
*
Check wether prompt_i is nil
aycabta
2019-07-15
1
-1
/
+2
*
Save history in IRB is enabled by default
aycabta
2019-07-15
1
-5
/
+4
*
Auto indent in IRB is enabled by default
aycabta
2019-07-15
1
-3
/
+3
*
Show "-" if indent level is negative
aycabta
2019-07-01
1
-3
/
+11
*
Use IRB.conf[:AUTO_INDENT] setting in multiline mode
aycabta
2019-06-19
1
-0
/
+2
*
Avoid auto indent in prompt when dynamic auto indent
aycabta
2019-06-19
1
-1
/
+1
*
irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]
Nobuyoshi Nakada
2019-06-14
1
-0
/
+1
*
Use Reline.prompt_proc in IRB
aycabta
2019-06-14
1
-0
/
+1
*
Use Reline as Reidline multiline editor in IRB
aycabta
2019-05-25
1
-2
/
+4
*
Add --colorize and --nocolorize options to IRB
aycabta
2019-05-21
1
-0
/
+3
*
Use Ripper for IRB
aycabta
2019-04-30
1
-3
/
+0
*
Fix rdoc in 52cfb17086
Nobuyoshi Nakada
2019-04-26
1
-3
/
+3
*
make sync-default-gems GEM=irb
Takashi Kokubun
2019-04-26
1
-3
/
+3
*
Colorize IRB's code_around_binding
Takashi Kokubun
2019-04-26
1
-0
/
+1
*
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
1
-4
/
+5
*
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-23
1
-5
/
+4
*
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-21
1
-0
/
+4
*
IRB is improved with Reline and RDoc
aycabta
2019-04-20
1
-4
/
+0
*
Fix remaining syntax errors in Binding#irb docs
nobu
2019-01-13
1
-3
/
+3
*
Backport https://github.com/ruby/irb/pull/2
hsbt
2018-12-12
1
-2
/
+1
*
Fix syntax on Binding.irb documentation [ci skip]
k0kubun
2018-11-14
1
-4
/
+4
*
lib/irb.rb: fix up r65674
kazu
2018-11-12
1
-3
/
+3
*
Document binding.irb on Binding [ci skip]
k0kubun
2018-11-12
1
-1
/
+57
*
Merge irb from github repository.
hsbt
2018-10-20
1
-1
/
+2
*
irb.rb: update `_`
nobu
2018-05-12
1
-7
/
+6
*
irb.rb: restore the last error
nobu
2018-04-14
1
-1
/
+4
*
irb.rb: backtrace order
nobu
2018-04-13
1
-10
/
+28
*
irb.rb: hoist out handle_exception
nobu
2018-04-13
1
-33
/
+37
*
irb.rb: fix highlight
nobu
2017-12-25
1
-1
/
+3
*
lib/irb.rb: highlight exceptions
nobu
2017-12-24
1
-2
/
+8
*
lib/irb.rb: simplified backtrace filtering
nobu
2017-12-24
1
-18
/
+11
*
Print backtrace in reverse order on IRB too
sorah
2017-12-23
1
-6
/
+11
*
irb.rb: preserve ARGV on binding.irb
k0kubun
2017-12-12
1
-1
/
+1
*
prelude.rb: suppress redefinition warnings
nobu
2017-12-01
1
-1
/
+0
*
irb.rb: show source around binding.irb on start
k0kubun
2017-11-24
1
-1
/
+3
*
Removed obsoleted safe level checks on irb.
hsbt
2017-10-21
1
-3
/
+0
[next]