aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/cmd/help.rb: should be updated for new ri structure.matz2008-03-121-3/+4
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-041-0/+2
* * lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr2008-02-181-1/+1
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-122-2/+2
* * ruby-trunk.naruse2008-01-271-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-0637-37/+0
* Remove garbage ("X=1").knu2007-12-281-2/+0
* * lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr2007-12-272-2/+2
* Fix uninitialized variable warning in Net::HTTPdrbrain2007-12-241-15/+0
* * lib/irb/output-method.rb: translate a comment to English toakr2007-12-241-5/+5
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-141-2/+0
* * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju2007-08-061-0/+6
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-061-17/+22
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-1/+1
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-2/+2
* * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz2006-09-011-1/+1
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-5/+5
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-043-24/+38
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-4/+2
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-191-4/+20
* patch was misapplied. fixed. sorryryan2006-07-181-1/+1
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-2/+3
* * lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa2006-06-101-12/+12
* * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...keiju2006-02-281-5/+5
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-2/+2
* * lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju2005-08-301-1/+1
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-291-7/+6
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-262-1/+13
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju2005-07-291-4/+16
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-301-8/+15
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-301-2/+3
* * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo2005-06-171-0/+2
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-071-0/+3
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-191-2/+2
* * 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