aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* Try to load version file of github repository at first.hsbt2018-07-311-1/+6
* Fix filename in comment [ci skip]kazu2018-07-281-1/+1
* Promote irb library to default gems.hsbt2018-07-092-1/+23
* irb.rb: restore the last errornobu2018-04-141-1/+5
* irb/{context,workspace}.rb: use local_variable_setnobu2018-04-142-2/+10
* irb/context.rb: using input-methodnobu2018-04-141-0/+1
* Hash instead of Setnobu2018-03-131-3/+2
* Speed up func1.func2 completion by using Set for ignored modulesnobu2018-03-131-11/+28
* proc.c (bind_location): Add Binding#source_locationmame2017-12-261-1/+1
* Remove unnecessary `:`kazu2017-12-121-1/+1
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-122-2/+2
* irb/init.rb: make sure ARGV refers to toplevel onek0kubun2017-12-121-2/+2
* irb.rb: preserve ARGV on binding.irbk0kubun2017-12-121-15/+15
* Fix TOCTTOU and avoid to read existing unreadable filekazu2017-11-241-2/+5
* workspace.rb: one more spacenobu2017-11-241-1/+1
* workspace.rb: fix SCRIPT_LINES__nobu2017-11-241-9/+7
* irb.rb: show source around binding.irb on startk0kubun2017-11-241-0/+21
* Remove unnecessary `require 'thread'`kazu2017-10-082-3/+0
* Don't pollute toplevel by an IRB internal methoda_matsuda2017-06-152-3/+5
* ruby-lex.rb: fix continued line conditionsnobu2017-04-201-3/+12
* ruby-lex.rb: merge regexpsnobu2017-04-201-1/+1
* Removed math mode from irb.hsbt2017-04-206-57/+0
* slex.rb: japanese comment [ci skip]nobu2017-01-091-1/+1
* require "irb/output-method" for StdioOutputMethodnobu2016-12-131-0/+1
* ruby-lex.rb: fix for labelnobu2016-12-081-1/+1
* * basictest/test.rb: Adjust spaces in class declarationshsbt2016-10-078-18/+18
* Use qualified namesnobu2016-08-301-1/+1
* * lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined.hsbt2016-04-151-1/+1
* * lib/irb/ext/save-history.rb: suppress warning: method redefined;naruse2016-04-141-0/+1
* * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt2015-12-181-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-1639-0/+39
* * lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt2014-08-271-6/+6
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-2412-12/+0
* * lib/irb/completion.rb: reverted r47163.hsbt2014-08-131-1/+1
* * lib/irb/completion.rb: fixed broken completion list withhsbt2014-08-131-1/+1
* * lib/irb/ext/multi-irb.rb: fixed indent.hsbt2014-08-102-72/+72
* * lib/irb/ext/multi-irb.rb: removed commented-out code.hsbt2014-08-101-19/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-0916-135/+3
* * lib/cmath.rb: fixed indent.hsbt2014-08-0929-1308/+1308
* * lib/irb/init.rb: removed unreachable code.hsbt2014-08-081-6/+2
* * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.keiju2014-07-081-1/+1
* lib/irb/locale.rb: fix typonobu2014-07-041-1/+1
* * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/)a_matsuda2013-11-302-2/+2
* * lib/irb/notifier.rb: [Doc] Fix typoa_matsuda2013-11-271-1/+1
* * lib/irb/notifier.rb: Fix typoa_matsuda2013-11-271-1/+1
* * lib/irb/lc/ja/help-message: update help messages.ayumin2013-06-041-4/+16
* * lib/irb/completion.rb: Use %w literal construction for long lists.eregon2013-06-041-21/+19
* * lib/irb/lc/help-message: Apply english updates for irb --help #7510zzak2013-06-021-8/+18
* * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how tozzak2013-02-041-0/+7
* * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enablezzak2013-02-041-1/+15