summaryrefslogtreecommitdiff
path: root/lib/irb/ruby-lex.rb
AgeCommit message (Expand)Author
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
2000-05-13escape `/'.eban
2000-05-122000-05-12matz