summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
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