aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ruby-lex.rb
Commit message (Expand)AuthorAgeFilesLines
* Check the end token of heredoc correctlyaycabta2019-05-301-0/+2
* Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta2019-05-281-0/+15
* Supress duplicated warningKazuki Tsujimoto2019-05-281-0/+3
* Use IRB::InputMethod#eof? to quitaycabta2019-05-271-1/+1
* Support op, cvar, iver, gvar and kw that follow on symbeg in IRBaycabta2019-05-271-1/+2
* JSON like label ends by differs from the startaycabta2019-05-251-2/+2
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-1/+2
* Symbol beginning token may take a constant tokenaycabta2019-05-211-1/+1
* IRB should eval and show an error when only `.` is inputtedaycabta2019-05-211-1/+7
* Use Ripper for IRBaycabta2019-04-301-1067/+192
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-192/+1067
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-1067/+192
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-192/+1067
* IRB is improved with Reline and RDocaycabta2019-04-201-1067/+192
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-021-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* ruby-lex.rb: fix continued line conditionsnobu2017-04-201-3/+12
* ruby-lex.rb: merge regexpsnobu2017-04-201-1/+1
* ruby-lex.rb: fix for labelnobu2016-12-081-1/+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-161-0/+1
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-241-1/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-42/+2
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-329/+329
* * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.keiju2014-07-081-1/+1
* * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next tokenkeiju2012-12-271-1/+6
* * lib/irb/ruby-lex.rb: allow to handle recursive heredocs onkeiju2012-12-271-4/+19
* * remove trailing spaces.nobu2012-12-251-1/+1
* * lib/irb/ruby-lex.rb: improve RubyLex performance for large fileskeiju2012-12-251-4/+4
* * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irbzzak2012-12-231-0/+2
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-0/+2
* * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju2011-06-281-1/+1
* * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju2011-06-271-1/+1
* * remove trailing spaces.nobu2011-05-151-2/+2
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.nobu2010-11-031-3/+3
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiplematz2010-11-021-1/+1
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-111-1/+1
* * lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse2010-04-171-2/+2
* * lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame2010-04-171-2/+2
* * lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which causedmame2010-04-111-1/+0
* * lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu2009-10-111-1/+1
* * lib/date/format.rb: suppressed a warning.naruse2009-08-161-2/+2
* * lib/irb/ruby-lex.rb: make irb be able to parsekeiju2009-07-231-0/+38
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-1/+1
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-031-10/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-45/+45
* * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui2008-12-181-0/+1
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * ruby-trunk.naruse2008-01-271-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0