summaryrefslogtreecommitdiff
path: root/lib/irb/ruby-lex.rb
AgeCommit message (Expand)Author
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
2009-07-23 * lib/irb/ruby-lex.rb: make irb be able to parsekeiju
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-04-03* lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-18* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-01-27* ruby-trunk.naruse
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-27* lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr
2007-08-06* irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju
2006-09-01* lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz
2006-08-04 * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju
2006-02-28 * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...keiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz
2005-04-14 * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju
2005-04-13 * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju
2004-11-03* array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz
2004-07-17* re.c (rb_reg_match_m): add optional second argugment "pos" tomatz
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-08-23 * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]keiju
2003-08-05* lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju
2003-08-05* lib/irb/ruby-lec.rb: support %W-notation.keiju
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz