summaryrefslogtreecommitdiff
path: root/lib/irb/ruby-lex.rb
AgeCommit message (Expand)Author
2019-06-21Support irregular auto indentaycabta
2019-06-19Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta
2019-06-18Fix auto indent crash when blank inputaycabta
2019-06-18Implement auto indent for multilineaycabta
2019-06-16Implement line_no correctlyaycabta
2019-06-14Use Reline.prompt_proc in IRBaycabta
2019-06-13make sync-default-gems GEM=irbTakashi Kokubun
2019-06-12Treat "begin rescue end" correctlyaycabta
2019-05-30Check the end token of heredoc correctlyaycabta
2019-05-28Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta
2019-05-28Supress duplicated warningKazuki Tsujimoto
2019-05-27Use IRB::InputMethod#eof? to quitaycabta
2019-05-27Support op, cvar, iver, gvar and kw that follow on symbeg in IRBaycabta
2019-05-25JSON like label ends by differs from the startaycabta
2019-05-25Use Reline as Reidline multiline editor in IRBaycabta
2019-05-21Symbol beginning token may take a constant tokenaycabta
2019-05-21IRB should eval and show an error when only `.` is inputtedaycabta
2019-04-30Use Ripper for IRBaycabta
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2017-04-20ruby-lex.rb: fix continued line conditionsnobu
2017-04-20ruby-lex.rb: merge regexpsnobu
2016-12-08ruby-lex.rb: fix for labelnobu
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-24* lib/e2mmap.rb: remove needless instance variables.hsbt
2014-08-09* lib/irb.rb: removed commented-out code.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2014-07-08 * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.keiju
2012-12-27 * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next tokenkeiju
2012-12-27 * lib/irb/ruby-lex.rb: allow to handle recursive heredocs onkeiju
2012-12-25* remove trailing spaces.nobu
2012-12-25 * lib/irb/ruby-lex.rb: improve RubyLex performance for large fileskeiju
2012-12-23* lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irbzzak
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2011-06-28 * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju
2011-06-27 * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju
2011-05-15* remove trailing spaces.nobu
2010-11-03* lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.nobu
2010-11-02* lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiplematz
2010-07-11* lib/csv.rb: Fix unused variable warnings.marcandre
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame
2010-04-11* lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which causedmame
2009-10-11* lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu
2009-08-16* lib/date/format.rb: suppressed a warning.naruse