aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju2005-04-144-6/+19
* * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rbkeiju2005-04-143-5/+5
* * doc/irb/irb.rd.ja: a lost of release IRB 0.9.5.keiju2005-04-131-1/+1
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5(new files)keiju2005-04-133-0/+313
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-1330-313/+435
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * ext/readline/readline.c: suppress warnings.nobu2005-01-165-17/+13
* * array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz2004-11-031-0/+3
* * re.c (rb_reg_match_m): add optional second argugment "pos" tomatz2004-07-171-1/+1
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* fix typo.akr2004-03-281-2/+2
* * 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