| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 5 | -5/+5 |
* | * lib/irb/cmd/help.rb: should be updated for new ri structure. | matz | 2008-03-12 | 1 | -3/+4 |
* | * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not be | matz | 2008-03-04 | 1 | -0/+2 |
* | * lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well. | akr | 2008-02-18 | 1 | -1/+1 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 2 | -2/+2 |
* | * ruby-trunk. | naruse | 2008-01-27 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 37 | -37/+0 |
* | Remove garbage ("X=1"). | knu | 2007-12-28 | 1 | -2/+0 |
* | * lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes... | akr | 2007-12-27 | 2 | -2/+2 |
* | Fix uninitialized variable warning in Net::HTTP | drbrain | 2007-12-24 | 1 | -15/+0 |
* | * lib/irb/output-method.rb: translate a comment to English to | akr | 2007-12-24 | 1 | -5/+5 |
* | * lib/rdoc/options.rb (Options::parse): do not access $KCODE any | matz | 2007-12-14 | 1 | -2/+0 |
* | * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508] | keiju | 2007-08-06 | 1 | -0/+6 |
* | * lib/irb.rb: typo. Thanks, Giles Bowkett. | keiju | 2007-07-06 | 1 | -17/+22 |
* | * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch from | matz | 2006-12-14 | 1 | -1/+1 |
* | * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist? | matz | 2006-12-09 | 1 | -2/+2 |
* | * 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 |