aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-1/+1
* * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option tomatz2004-02-203-0/+5
* * lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu2004-02-072-7/+47
* * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu2004-02-062-0/+26
* consistent parentheses in assignment RHS.matz2003-10-163-6/+6
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+1
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-2/+1
* * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]keiju2003-08-231-1/+1
* * lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju2003-08-052-2/+5
* * lib/irb/ruby-lec.rb: support %W-notation.keiju2003-08-051-1/+2
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-261-2/+2
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-12/+11
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+1
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-2/+2
* * lib/irb/ruby-lex.rb: typo.matz2003-06-101-1/+1
* * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492)matz2003-06-102-10/+11
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-102-8/+8
* context.rb typo, thank rubikichi-sankeiju2003-06-011-1/+1
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-221-1/+1
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-1/+1
* update NotImplementError to NotImplementedError.matz2003-03-233-3/+3
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-1/+1
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-076-28/+28
* * lib/irb/completion.rb: Use Object#class rather than Object#type.knu2002-12-241-1/+1
* * class.c (ins_methods_i): should not show ID_ALLOCATOR.matz2002-12-241-1/+1
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-1/+2
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-10/+10
* change default prompt.keiju2002-11-221-0/+6
* initialize hackmatz2002-11-191-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-023-4/+4
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-292-3/+3
* * irb 0.9keiju2002-07-0934-425/+1188
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-274-6/+6
* * lib/irb/locale.rb: fix for require "kconv" problemkeiju2001-06-221-15/+14
* * irb messages: fix typos.keiju2001-06-012-2/+2
* *** empty log message ***keiju2001-05-083-24/+59
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-039-29/+11
* These files are also obsoleted.knu2001-04-302-92/+0
* Merge from irb-tools 0.7.1.knu2001-04-303-13/+143
* This file is not needed anymore.knu2001-04-301-867/+0
* Merge from irb 0.7.3.knu2001-04-307-50/+61
* Initial revisionknu2001-04-3011-0/+1124
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-15/+15
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-1/+1
* matzmatz2000-09-181-1/+1
* matz - irb (PR#46)matz2000-07-251-4/+9
* escape `/'.eban2000-05-131-1/+1
* 2000-05-12matz2000-05-1213-0/+3121