aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ruby-lex.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr2007-12-271-1/+1
* * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju2007-08-061-0/+6
* * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz2006-09-011-1/+1
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-041-11/+25
* * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...keiju2006-02-281-5/+5
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-301-8/+15
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-301-2/+3
* * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju2005-04-141-2/+3
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-131-13/+66
* * array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz2004-11-031-0/+3
* * re.c (rb_reg_match_m): add optional second argugment "pos" tomatz2004-07-171-1/+1
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-2/+1
* * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]keiju2003-08-231-1/+1
* * lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju2003-08-051-2/+4
* * lib/irb/ruby-lec.rb: support %W-notation.keiju2003-08-051-1/+2
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-2/+2