summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2008-03-12* lib/irb/cmd/help.rb: should be updated for new ri structure.matz
2008-03-04* lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz
2008-02-18* lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-01-27* ruby-trunk.naruse
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-28Remove garbage ("X=1").knu
2007-12-27* lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr
2007-12-24Fix uninitialized variable warning in Net::HTTPdrbrain
2007-12-24* lib/irb/output-method.rb: translate a comment to English toakr
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2007-08-06* irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju
2007-07-06 * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2006-09-01* lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
2006-08-04 * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-18patch was misapplied. fixed. sorryryan
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2006-06-10* lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa
2006-02-28 * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...keiju
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2005-08-30* lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju
2005-08-29* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-08-26* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-07-29* lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz
2005-06-17* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-05-19* ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo
2005-04-14 * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju
2005-04-14 * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rbkeiju
2005-04-13 * doc/irb/irb.rd.ja: a lost of release IRB 0.9.5.keiju
2005-04-13* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5(new files)keiju
2005-04-13 * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2004-11-03* array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz
2004-07-17* re.c (rb_reg_match_m): add optional second argugment "pos" tomatz
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-03-28fix typo.akr
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-02-20* lib/irb/init.rb (IRB::IRB.parse_opts): add -I option tomatz
2004-02-07* lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu
2004-02-06* lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu
2003-10-16consistent parentheses in assignment RHS.matz