aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ruby-lex.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * lib/irb/ruby-lex.rb: typo.matz2003-06-101-1/+1
* * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492)matz2003-06-101-4/+5
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-6/+6
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-1/+1
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-1/+1
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-1/+2
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-291-1/+1
* * irb 0.9keiju2002-07-091-33/+128
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-271-2/+2
* *** empty log message ***keiju2001-05-081-19/+29
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-031-6/+1
* Merge from irb 0.7.3.knu2001-04-301-9/+15
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-15/+15
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-1/+1
* matz - irb (PR#46)matz2000-07-251-4/+9
* escape `/'.eban2000-05-131-1/+1
* 2000-05-12matz2000-05-121-0/+955