summaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu2009-12-051-11/+11
* * lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu2009-10-112-3/+1
* * lib/irb/context.rb (IRB::Context#initialize):naruse2009-10-091-1/+2
* * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): supportmatz2009-09-071-1/+7
* * lib/date/format.rb: suppressed a warning.naruse2009-08-161-2/+2
* * lib/irb/ruby-lex.rb: make irb be able to parsekeiju2009-07-231-0/+38
* * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju2009-07-212-16/+32
* * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju2009-07-211-4/+6
* * lib/irb/inspector.rb: forget svn add.keiju2009-07-081-0/+103
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-0734-42/+85
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-032-11/+6
* * lib/**/*.rb: removed unnecessary shbang lines.nobu2009-03-062-5/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0635-191/+191
* * lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.yugui2009-01-171-0/+12
* * lib/irb/input-method.rb: IRB did not prompt for MSwin32.yugui2009-01-131-2/+2
* * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui2008-12-261-1/+0
* * lib/irb/locale.rb (IRB::Locale#initialize)yugui2008-12-201-1/+2
* * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui2008-12-1811-108/+232
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-182-2/+2
* * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz2008-10-231-2/+2
* * irb/ext/save-history.rb: typokeiju2008-10-041-1/+1
* * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju2008-10-042-8/+11
* * lib/irb/extend-command.rb (def_extend_command): check number ofmame2008-08-252-6/+11
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-045-5/+5
* * 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