summaryrefslogtreecommitdiff
path: root/lib/irb/ruby-lex.rb
AgeCommit message (Expand)Author
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
2003-06-10* lib/irb/ruby-lex.rb: typo.matz
2003-06-10* lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492)matz
2003-06-10* lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-07-29* numeric.c (num_to_int): default to_int implementaion for everymatz
2002-07-09* irb 0.9keiju
2001-06-27* lib/matrix.rb: resolve 'ruby -w' warnings.keiju
2001-05-08*** empty log message ***keiju
2001-05-03Get rid of Japanese comments and fix English comments as appropriate.knu
2001-04-30Merge from irb 0.7.3.knu
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-18* io.c (rb_io_s_read): new method to call IO#read frommatz
2000-07-25matz - irb (PR#46)matz