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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] respect NO_COLOR environment variable
Mark Delk
2021-05-24
1
-2
/
+2
*
[ruby/irb] IRB should use the latest Reline, 0.2.5
aycabta
2021-05-15
1
-1
/
+1
*
[ruby/irb] Dump ancestors' methods by ls command
Masataka Pocke Kuwabara
2021-05-08
1
-2
/
+26
*
[ruby/irb] Need reline >= 0.1.6
ima1zumi
2021-04-30
1
-1
/
+1
*
[ruby/irb] Added `colorable` keyword option
Nobuyoshi Nakada
2021-04-26
1
-8
/
+8
*
[ruby/irb] Fix typo ture -> true [ci skip]
Ryuta Kamizono
2021-04-26
1
-1
/
+1
*
[ruby/irb] Moved development dependencies to Gemfile
Nobuyoshi Nakada
2021-04-08
1
-5
/
+0
*
[ruby/irb] Ripper::Lexer::Elem#state is defined since Ruby 2.5
Nobuyoshi Nakada
2021-04-08
1
-6
/
+1
*
[ruby/irb] Check WITH_VTERM env to add vterm gem as dependency
aycabta
2021-04-04
1
-1
/
+1
*
[ruby/irb] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGV
aycabta
2021-04-03
1
-0
/
+2
*
[ruby/irb] Use yamatanooroti gem for tests
aycabta
2021-04-03
1
-0
/
+1
*
[ruby/irb] Version 1.3.5
aycabta
2021-04-03
1
-2
/
+2
*
[ruby/irb] Evaluate each toplevel statement
aycabta
2021-04-03
2
-12
/
+65
*
[ruby/irb] process multi-line pastes as a single entity
Cody Cutrer
2021-04-03
1
-1
/
+7
*
[ruby/irb] Add show_source command
Takashi Kokubun
2021-04-02
2
-0
/
+91
*
[ruby/irb] Colorize `__END__` as keyword
Nobuyoshi Nakada
2021-04-02
1
-1
/
+4
*
[ruby/irb] Prevent the completion from crashing if rdoc is missing
Aleksandar Ivanov
2021-03-30
1
-2
/
+9
*
[ruby/irb] Cache completion files to require
aycabta
2021-03-25
1
-12
/
+21
*
[ruby/irb] Complete require and require_relative
aycabta
2021-03-24
2
-2
/
+57
*
[ruby/irb] Change ripper_lex_without_warning to a class method
aycabta
2021-03-24
1
-7
/
+7
*
[ruby/irb] Have some right padding
Takashi Kokubun
2021-03-21
1
-2
/
+2
*
[ruby/irb] Fix step's argument
Takashi Kokubun
2021-03-21
1
-1
/
+1
*
[ruby/irb] Fix column overflow on ls output
Takashi Kokubun
2021-03-21
1
-5
/
+40
*
[ruby/irb] Add whereami command
Takashi Kokubun
2021-03-21
2
-0
/
+25
*
[ruby/irb] Implement ls command
Takashi Kokubun
2021-03-21
3
-7
/
+67
*
[ruby/irb] Don't call Ruby 2.4+'s String#pretty_print
Takashi Kokubun
2021-03-20
1
-0
/
+9
*
[ruby/irb] Add all lib files automatically
Takashi Kokubun
2021-03-20
1
-46
/
+1
*
[ruby/irb] Define "measure" command without forced override
aycabta
2021-03-19
1
-1
/
+2
*
[ruby/irb] Make save-history extension safe for concurrent use
Jeremy Evans
2021-03-06
1
-5
/
+15
*
[ruby/irb] Do not continue line if last expression is an endless range
Jeremy Evans
2021-03-05
1
-1
/
+2
*
[ruby/irb] Update help message for next context-mode of 4
Jeremy Evans
2021-02-27
1
-6
/
+6
*
[ruby/irb] Version 1.3.4
aycabta
2021-02-25
1
-2
/
+2
*
[ruby/irb] Fix inverse separator condition
Nobuyoshi Nakada
2021-02-12
1
-4
/
+2
*
[ruby/irb] The command "irb_info" should show RUBY_PLATFORM
aycabta
2021-02-11
1
-0
/
+1
*
[ruby/irb] Suppress colorize on Windows tests
aycabta
2021-02-11
1
-1
/
+1
*
[ruby/irb] Suppress error when File::ALT_SEPARATOR is nil
aycabta
2021-02-11
1
-1
/
+3
*
[ruby/irb] Version 1.3.3
aycabta
2021-02-07
1
-2
/
+2
*
[ruby/irb] Enable to reassign a new block with "measure" command
aycabta
2021-02-06
1
-0
/
+8
*
[ruby/irb] Allow "measure" command to take block
aycabta
2021-02-06
3
-7
/
+15
*
[ruby/irb] Add info.rb to gemspec
ima1zumi
2021-02-04
1
-0
/
+1
*
[ruby/irb] follow up the actual line number
Nobuhiro IMAI
2021-02-03
1
-1
/
+4
*
Fix absolute path predicate on Windows
Nobuyoshi Nakada
2021-01-29
1
-1
/
+24
*
[ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]
Nobuhiro IMAI
2021-01-27
1
-1
/
+1
*
[ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated File
Nobuhiro IMAI
2021-01-27
2
-20
/
+40
*
[ruby/irb] Indent correctly with method calling with receiver
aycabta
2021-01-24
1
-2
/
+19
*
[ruby/irb] Indent correctly with keyword "for" and "in"
aycabta
2021-01-24
1
-1
/
+33
*
[ruby/irb] Delete a doodle-level memo comment...
aycabta
2021-01-22
1
-2
/
+0
*
[ruby/irb] Rescue Errno::EINVAL on IRB pp
Takashi Kokubun
2021-01-19
1
-5
/
+15
*
[ruby/irb] Use a real screen size for pp by default
Takashi Kokubun
2021-01-18
1
-1
/
+1
*
[ruby/irb] Version 1.3.2
aycabta
2021-01-18
1
-2
/
+2
[next]