summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
2006-08-04 * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-10Merged my changes from HEADryan
2005-09-01* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-07-31 * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955]keiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-05-25* lib/irb/input-method.rb: do not use Readline::HISTORY.pop.shugo
2005-04-19* lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5keiju
2005-04-19This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-02-08* lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-07-22* lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do notmatz
2004-04-18* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu
2004-03-28fix typo.akr
2004-03-10* eval.c (return_jump): set return value to the returnmatz
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