| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil into | matz | 2006-09-01 | 1 | -1/+1 |
* | * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify | matz | 2006-08-08 | 1 | -5/+5 |
* | * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for | keiju | 2006-08-04 | 3 | -24/+38 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -4/+2 |
* | * lib/irb/completion.rb: support for completion of numeric | keiju | 2006-07-19 | 1 | -4/+20 |
* | patch was misapplied. fixed. sorry | ryan | 2006-07-18 | 1 | -1/+1 |
* | cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb... | ryan | 2006-07-08 | 1 | -2/+3 |
* | * lib/getoptlong.rb (GetoptLong#set_options): recieve arguments | usa | 2006-06-10 | 1 | -12/+12 |
* | * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and... | keiju | 2006-02-28 | 1 | -5/+5 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -2/+2 |
* | * lib/irb/init.rb: bug fix. [ruby-dev: 26920] | keiju | 2005-08-30 | 1 | -1/+1 |
* | * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. | keiju | 2005-08-29 | 1 | -7/+6 |
* | * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. | keiju | 2005-08-26 | 2 | -1/+13 |
* | * lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955] | keiju | 2005-07-29 | 1 | -4/+16 |
* | * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements | keiju | 2005-06-30 | 1 | -8/+15 |
* | * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat | matz | 2005-06-30 | 1 | -2/+3 |
* | * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream. | shugo | 2005-06-17 | 1 | -0/+2 |
* | * ext/curses/curses.c (curses_insertln): merged a patch from | matz | 2005-06-07 | 1 | -0/+3 |
* | * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858] | shugo | 2005-05-19 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745] | keiju | 2005-04-14 | 4 | -6/+19 |
* | * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rb | keiju | 2005-04-14 | 3 | -5/+5 |
* | * doc/irb/irb.rd.ja: a lost of release IRB 0.9.5. | keiju | 2005-04-13 | 1 | -1/+1 |
* | * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5(new files) | keiju | 2005-04-13 | 3 | -0/+313 |
* | * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5. | keiju | 2005-04-13 | 30 | -313/+435 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | * ext/readline/readline.c: suppress warnings. | nobu | 2005-01-16 | 5 | -17/+13 |
* | * array.c (rb_ary_uniq_bang): do not push frozen string from hash | matz | 2004-11-03 | 1 | -0/+3 |
* | * re.c (rb_reg_match_m): add optional second argugment "pos" to | matz | 2004-07-17 | 1 | -1/+1 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
* | fix typo. | akr | 2004-03-28 | 1 | -2/+2 |
* | * struct.c (rb_struct_s_def): Struct::new executes block with | matz | 2004-03-10 | 1 | -1/+1 |
* | * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to | matz | 2004-02-20 | 3 | -0/+5 |
* | * lib/irb/init.rb (IRB.rc_files): yield possible rc file names. | nobu | 2004-02-07 | 2 | -7/+47 |
* | * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610] | nobu | 2004-02-06 | 2 | -0/+26 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 3 | -6/+6 |
* | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 1 | -1/+1 |
* | * marshal.c (w_object): instance variable dump do not cause error | matz | 2003-10-04 | 1 | -2/+1 |
* | * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942] | keiju | 2003-08-23 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb. | keiju | 2003-08-05 | 2 | -2/+5 |
* | * lib/irb/ruby-lec.rb: support %W-notation. | keiju | 2003-08-05 | 1 | -1/+2 |
* | * variable.c (rb_mod_const_missing): "const_missing" should not | matz | 2003-07-26 | 1 | -2/+2 |
* | * eval.c (thgroup_add): no warning for terminated threads. | matz | 2003-07-24 | 1 | -12/+11 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -0/+1 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb: typo. | matz | 2003-06-10 | 1 | -1/+1 |
* | * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492) | matz | 2003-06-10 | 2 | -10/+11 |
* | * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 | matz | 2003-06-10 | 2 | -8/+8 |
* | context.rb typo, thank rubikichi-san | keiju | 2003-06-01 | 1 | -1/+1 |
* | * object.c (rb_obj_clone): defer copying freezing state after | matz | 2003-05-22 | 1 | -1/+1 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -1/+1 |