summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2004-02-06* lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
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-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
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-06-01context.rb typo, thank rubikichi-sankeiju
2003-05-22* object.c (rb_obj_clone): defer copying freezing state aftermatz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-23update NotImplementError to NotImplementedError.matz
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-02-07* lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu
2002-12-24* lib/irb/completion.rb: Use Object#class rather than Object#type.knu
2002-12-24* class.c (ins_methods_i): should not show ID_ALLOCATOR.matz
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-22change default prompt.keiju
2002-11-19initialize hackmatz
2002-10-02use Object#class instead of deprecated Object#type.nobu
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-06-22* lib/irb/locale.rb: fix for require "kconv" problemkeiju
2001-06-01* irb messages: fix typos.keiju
2001-05-08*** empty log message ***keiju
2001-05-03Get rid of Japanese comments and fix English comments as appropriate.knu
2001-04-30These files are also obsoleted.knu
2001-04-30Merge from irb-tools 0.7.1.knu
2001-04-30This file is not needed anymore.knu
2001-04-30Merge from irb 0.7.3.knu
2001-04-30Initial revisionknu
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-09-18matzmatz
2000-07-25matz - irb (PR#46)matz
2000-05-13escape `/'.eban
2000-05-122000-05-12matz