summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2018-12-18Bump version to 1.0.0.hsbt
2018-12-12Backport https://github.com/ruby/irb/pull/2hsbt
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-07-31Try to load version file of github repository at first.hsbt
2018-07-28Fix filename in comment [ci skip]kazu
2018-07-09Promote irb library to default gems.hsbt
2018-04-14irb.rb: restore the last errornobu
2018-04-14irb/{context,workspace}.rb: use local_variable_setnobu
2018-04-14irb/context.rb: using input-methodnobu
2018-03-13Hash instead of Setnobu
2018-03-13Speed up func1.func2 completion by using Set for ignored modulesnobu
2017-12-26proc.c (bind_location): Add Binding#source_locationmame
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
2017-11-24Fix TOCTTOU and avoid to read existing unreadable filekazu
2017-11-24workspace.rb: one more spacenobu
2017-11-24workspace.rb: fix SCRIPT_LINES__nobu
2017-11-24irb.rb: show source around binding.irb on startk0kubun
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-06-15Don't pollute toplevel by an IRB internal methoda_matsuda
2017-04-20ruby-lex.rb: fix continued line conditionsnobu
2017-04-20ruby-lex.rb: merge regexpsnobu
2017-04-20Removed math mode from irb.hsbt
2017-01-09slex.rb: japanese comment [ci skip]nobu
2016-12-13require "irb/output-method" for StdioOutputMethodnobu
2016-12-08ruby-lex.rb: fix for labelnobu
2016-10-07* basictest/test.rb: Adjust spaces in class declarationshsbt
2016-08-30Use qualified namesnobu
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-16Add frozen_string_literal: false for all filesnaruse
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 withhsbt
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-04lib/irb/locale.rb: fix typonobu
2013-11-30* lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/)a_matsuda
2013-11-27* lib/irb/notifier.rb: [Doc] Fix typoa_matsuda
2013-11-27* lib/irb/notifier.rb: Fix typoa_matsuda
2013-06-04* lib/irb/lc/ja/help-message: update help messages.ayumin