aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ext
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Discard newlines at end of fileaycabta2020-08-286-8/+0
* [ruby/irb] Workaround a bug of ruby-mode.elNobuyoshi Nakada2020-08-181-1/+1
* [ruby/irb] Yet another unnecessary readlineNobuyoshi Nakada2020-08-181-2/+0
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-2/+2
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-1/+6
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-071-1/+1
* Use Reline.encoding_system_needs if existsaycabta2020-01-141-2/+2
* Remove e2mmap dependencyaycabta2019-11-251-7/+7
* Remove debug code...aycabta2019-11-241-1/+0
* Disable tracer ext of IRB when tracer doesn't foundaycabta2019-11-241-1/+15
* IRB: Document command evaluation history.zverok2019-10-261-8/+45
* IRB's multiline history is enable only when Reidline modeaycabta2019-08-221-1/+1
* Ignore history file without saving if permissions cannot be changedJeremy Evans2019-07-271-0/+2
* Simplify history saving codeaycabta2019-07-151-8/+1
* Use #to_a for Readline::HISTORY directlyaycabta2019-07-151-1/+1
* Remove debug printaycabta2019-07-151-1/+0
* Support multiline irb_historyaycabta2019-07-151-2/+18
* Suppress warningsMasataka Pocke Kuwabara2019-07-153-2/+6
* Add support for history with Reline backendSutou Kouhei2019-05-271-4/+6
* lib/*: Prefer require_relative over require.marcandre2018-11-021-2/+2
* Remove unnecessary `require 'thread'`kazu2017-10-081-1/+0
* Removed math mode from irb.hsbt2017-04-201-48/+0
* * 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
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-244-4/+0
* * lib/irb/ext/multi-irb.rb: fixed indent.hsbt2014-08-101-69/+69
* * lib/irb/ext/multi-irb.rb: removed commented-out code.hsbt2014-08-101-19/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-095-44/+1
* * lib/cmath.rb: fixed indent.hsbt2014-08-099-169/+169
* * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how tozzak2013-02-041-0/+7
* * lib/irb/ext/save-history.rb: identify rightly a status of akeiju2013-01-151-1/+1
* * lib/irb/ext/save-history.rb: outputs its history tokeiju2013-01-141-1/+12
* * lib/irb/ext/math-mode.rb: make not able to change math-modekeiju2012-12-261-1/+1
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-218-10/+80
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-137-5/+56
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-3/+3
* * lib/irb/ext/multi-irb.rb: fix multi-irb runningkeiju2010-04-221-6/+8
* * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju2009-07-211-15/+29
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-079-9/+9
* * lib/**/*.rb: removed unnecessary shbang lines.nobu2009-03-061-3/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-069-33/+33
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-1/+1
* * irb/ext/save-history.rb: typokeiju2008-10-041-1/+1
* * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju2008-10-041-8/+10
* * lib/irb/extend-command.rb (def_extend_command): check number ofmame2008-08-251-4/+4
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-069-9/+0
* * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju2005-04-142-4/+5
* * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rbkeiju2005-04-141-1/+1
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5(new files)keiju2005-04-131-0/+83