| Age | Commit message (Expand) | Author |
| 2010-04-16 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
| 2008-07-09 | * lib/irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508] | matz |
| 2008-06-04 | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz |
| 2006-08-04 | * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for | keiju |
| 2005-06-30 | * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements | keiju |
| 2005-06-30 | * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat | matz |
| 2005-04-19 | * lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5 | keiju |
| 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 not | matz |
| 2003-10-04 | * marshal.c (w_object): instance variable dump do not cause error | matz |
| 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. Block | matz |
| 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 >=3 | matz |
| 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 numbers | matz |
| 2002-07-29 | * numeric.c (num_to_int): default to_int implementaion for every | matz |
| 2002-07-09 | * irb 0.9 | keiju |
| 2001-06-27 | * lib/matrix.rb: resolve 'ruby -w' warnings. | keiju |
| 2001-05-08 | *** empty log message *** | keiju |
| 2001-05-03 | Get rid of Japanese comments and fix English comments as appropriate. | knu |
| 2001-04-30 | Merge from irb 0.7.3. | knu |
| 2001-02-02 | * array.c (rb_ary_sort_bang): returns self, even if its length is | matz |
| 2001-01-18 | * io.c (rb_io_s_read): new method to call IO#read from | matz |
| 2000-07-25 | matz - irb (PR#46) | matz |
| 2000-05-13 | escape `/'. | eban |
| 2000-05-12 | 2000-05-12 | matz |