Age | Commit message (Expand) | Author |
---|
2018-04-14 | irb.rb: restore the last error | nobu |
2018-04-14 | irb/{context,workspace}.rb: use local_variable_set | nobu |
2018-04-14 | irb/context.rb: using input-method | nobu |
2018-03-13 | Hash instead of Set | nobu |
2018-03-13 | Speed up func1.func2 completion by using Set for ignored modules | nobu |
2017-12-26 | proc.c (bind_location): Add Binding#source_location | mame |
2017-12-12 | Remove unnecessary `:` | kazu |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-12-12 | irb/init.rb: make sure ARGV refers to toplevel one | k0kubun |
2017-12-12 | irb.rb: preserve ARGV on binding.irb | k0kubun |
2017-11-24 | Fix TOCTTOU and avoid to read existing unreadable file | kazu |
2017-11-24 | workspace.rb: one more space | nobu |
2017-11-24 | workspace.rb: fix SCRIPT_LINES__ | nobu |
2017-11-24 | irb.rb: show source around binding.irb on start | k0kubun |
2017-10-08 | Remove unnecessary `require 'thread'` | kazu |
2017-06-15 | Don't pollute toplevel by an IRB internal method | a_matsuda |
2017-04-20 | ruby-lex.rb: fix continued line conditions | nobu |
2017-04-20 | ruby-lex.rb: merge regexps | nobu |
2017-04-20 | Removed math mode from irb. | hsbt |
2017-01-09 | slex.rb: japanese comment [ci skip] | nobu |
2016-12-13 | require "irb/output-method" for StdioOutputMethod | nobu |
2016-12-08 | ruby-lex.rb: fix for label | nobu |
2016-10-07 | * basictest/test.rb: Adjust spaces in class declarations | hsbt |
2016-08-30 | Use qualified names | nobu |
2016-04-15 | * lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined. | hsbt |
2016-04-14 | * lib/irb/ext/save-history.rb: suppress warning: method redefined; | naruse |
2015-12-18 | * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax. | hsbt |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2014-08-27 | * lib/drb/drb.rb: use attr_reader instead of Module#attr. | hsbt |
2014-08-24 | * lib/e2mmap.rb: remove needless instance variables. | hsbt |
2014-08-13 | * lib/irb/completion.rb: reverted r47163. | hsbt |
2014-08-13 | * lib/irb/completion.rb: fixed broken completion list with | hsbt |
2014-08-10 | * lib/irb/ext/multi-irb.rb: fixed indent. | hsbt |
2014-08-10 | * lib/irb/ext/multi-irb.rb: removed commented-out code. | hsbt |
2014-08-09 | * lib/irb.rb: removed commented-out code. | hsbt |
2014-08-09 | * lib/cmath.rb: fixed indent. | hsbt |
2014-08-08 | * lib/irb/init.rb: removed unreachable code. | hsbt |
2014-07-08 | * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar. | keiju |
2014-07-04 | lib/irb/locale.rb: fix typo | nobu |
2013-11-30 | * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/) | a_matsuda |
2013-11-27 | * lib/irb/notifier.rb: [Doc] Fix typo | a_matsuda |
2013-11-27 | * lib/irb/notifier.rb: Fix typo | a_matsuda |
2013-06-04 | * lib/irb/lc/ja/help-message: update help messages. | ayumin |
2013-06-04 | * lib/irb/completion.rb: Use %w literal construction for long lists. | eregon |
2013-06-02 | * lib/irb/lc/help-message: Apply english updates for irb --help #7510 | zzak |
2013-02-04 | * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how to | zzak |
2013-02-04 | * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enable | zzak |
2013-01-16 | * .document: Removed extra space | drbrain |
2013-01-15 | * lib/irb/ext/save-history.rb: identify rightly a status of a | keiju |
2013-01-14 | * lib/irb/ext/save-history.rb: outputs its history to | keiju |