| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada | 2019-04-23 | 1 | -192/+1067 |
* | IRB is improved with Reline and RDoc, take 2 | aycabta | 2019-04-23 | 1 | -1067/+192 |
* | Revert "IRB is improved with Reline and RDoc" | aycabta | 2019-04-21 | 1 | -192/+1067 |
* | IRB is improved with Reline and RDoc | aycabta | 2019-04-20 | 1 | -1067/+192 |
* | lib/*: Prefer require_relative over require, remove explicit extension | marcandre | 2018-11-02 | 1 | -1/+1 |
* | lib/*: Prefer require_relative over require. | marcandre | 2018-11-02 | 1 | -1/+1 |
* | ruby-lex.rb: fix continued line conditions | nobu | 2017-04-20 | 1 | -3/+12 |
* | ruby-lex.rb: merge regexps | nobu | 2017-04-20 | 1 | -1/+1 |
* | ruby-lex.rb: fix for label | nobu | 2016-12-08 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax. | hsbt | 2015-12-18 | 1 | -2/+2 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/e2mmap.rb: remove needless instance variables. | hsbt | 2014-08-24 | 1 | -1/+0 |
* | * lib/irb.rb: removed commented-out code. | hsbt | 2014-08-09 | 1 | -42/+2 |
* | * lib/cmath.rb: fixed indent. | hsbt | 2014-08-09 | 1 | -329/+329 |
* | * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar. | keiju | 2014-07-08 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next token | keiju | 2012-12-27 | 1 | -1/+6 |
* | * lib/irb/ruby-lex.rb: allow to handle recursive heredocs on | keiju | 2012-12-27 | 1 | -4/+19 |
* | * remove trailing spaces. | nobu | 2012-12-25 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb: improve RubyLex performance for large files | keiju | 2012-12-25 | 1 | -4/+4 |
* | * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irb | zzak | 2012-12-23 | 1 | -0/+2 |
* | * lib/irb*: merge doc from doc/irb/ird.rd and improve overall | zzak | 2012-12-13 | 1 | -0/+2 |
* | * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement. | keiju | 2011-06-28 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb: fix [Bug #4232]. | keiju | 2011-06-27 | 1 | -1/+1 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass. | nobu | 2010-11-03 | 1 | -3/+3 |
* | * lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiple | matz | 2010-11-02 | 1 | -1/+1 |
* | * lib/csv.rb: Fix unused variable warnings. | marcandre | 2010-07-11 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp. | naruse | 2010-04-17 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb (identify_identifier): allow multibyte character | mame | 2010-04-17 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which caused | mame | 2010-04-11 | 1 | -1/+0 |
* | * lib/irb/context.rb (IRB::Context#irb_name): removed duplicated | nobu | 2009-10-11 | 1 | -1/+1 |
* | * lib/date/format.rb: suppressed a warning. | naruse | 2009-08-16 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb: make irb be able to parse | keiju | 2009-07-23 | 1 | -0/+38 |
* | * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode | keiju | 2009-07-07 | 1 | -1/+1 |
* | * lib/irb/completion.rb (IRB::InputCompletor::Operators): Add | knu | 2009-04-03 | 1 | -10/+5 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -45/+45 |
* | * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as command | yugui | 2008-12-18 | 1 | -0/+1 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -1/+1 |
* | * ruby-trunk. | naruse | 2008-01-27 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes... | akr | 2007-12-27 | 1 | -1/+1 |
* | * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508] | keiju | 2007-08-06 | 1 | -0/+6 |
* | * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil into | matz | 2006-09-01 | 1 | -1/+1 |
* | * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for | keiju | 2006-08-04 | 1 | -11/+25 |
* | * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and... | keiju | 2006-02-28 | 1 | -5/+5 |
* | * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements | keiju | 2005-06-30 | 1 | -8/+15 |
* | * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat | matz | 2005-06-30 | 1 | -2/+3 |
* | * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745] | keiju | 2005-04-14 | 1 | -2/+3 |
* | * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5. | keiju | 2005-04-13 | 1 | -13/+66 |
* | * array.c (rb_ary_uniq_bang): do not push frozen string from hash | matz | 2004-11-03 | 1 | -0/+3 |