aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ruby-lex.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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