| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debug | mame | 2010-08-01 | 1 | -0/+1 |
* | * lib/csv.rb: Fix unused variable warnings. | marcandre | 2010-07-11 | 2 | -2/+2 |
* | Clarification of what '*' matches. Patch by John Wells <john.wells at greatw... | drbrain | 2010-06-04 | 1 | -5/+0 |
* | * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb, | nobu | 2010-05-23 | 1 | -1/+1 |
* | * lib/irb/ext/multi-irb.rb: fix multi-irb running | keiju | 2010-04-22 | 1 | -6/+8 |
* | * lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp. | naruse | 2010-04-17 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb (identify_identifier): allow multibyte character | mame | 2010-04-17 | 1 | -2/+2 |
* | * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953] | keiju | 2010-04-13 | 1 | -3/+3 |
* | * lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which caused | mame | 2010-04-11 | 1 | -1/+0 |
* | * lib/irb/init.rb, lib/irb/lc/help-message, | mame | 2010-04-09 | 3 | -0/+16 |
* | * lib/irb/completion.rb (CompletionProc): irb will be stuck with | keiju | 2010-04-09 | 1 | -3/+6 |
* | * lib/irb/completion.rb (CompletionProc): calling the method "methods" | mame | 2010-04-08 | 1 | -4/+1 |
* | * lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RI | nobu | 2010-04-07 | 1 | -1/+4 |
* | * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177]. | keiju | 2010-03-30 | 1 | -0/+2 |
* | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu | 2010-03-20 | 3 | -6/+6 |
* | * lib/irb/extend-command.rb (def_extend_command): fixed argument | nobu | 2009-12-05 | 1 | -11/+11 |
* | * lib/irb/context.rb (IRB::Context#irb_name): removed duplicated | nobu | 2009-10-11 | 2 | -3/+1 |
* | * lib/irb/context.rb (IRB::Context#initialize): | naruse | 2009-10-09 | 1 | -1/+2 |
* | * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): support | matz | 2009-09-07 | 1 | -1/+7 |
* | * lib/date/format.rb: suppressed a warning. | naruse | 2009-08-16 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb: make irb be able to parse | keiju | 2009-07-23 | 1 | -0/+38 |
* | * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add | keiju | 2009-07-21 | 2 | -16/+32 |
* | * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310]. | keiju | 2009-07-21 | 1 | -4/+6 |
* | * lib/irb/inspector.rb: forget svn add. | keiju | 2009-07-08 | 1 | -0/+103 |
* | * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode | keiju | 2009-07-07 | 34 | -42/+85 |
* | * lib/irb/completion.rb (IRB::InputCompletor::Operators): Add | knu | 2009-04-03 | 2 | -11/+6 |
* | * lib/**/*.rb: removed unnecessary shbang lines. | nobu | 2009-03-06 | 2 | -5/+0 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 35 | -191/+191 |
* | * lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod. | yugui | 2009-01-17 | 1 | -0/+12 |
* | * lib/irb/input-method.rb: IRB did not prompt for MSwin32. | yugui | 2009-01-13 | 1 | -2/+2 |
* | * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize): | yugui | 2008-12-26 | 1 | -1/+0 |
* | * lib/irb/locale.rb (IRB::Locale#initialize) | yugui | 2008-12-20 | 1 | -1/+2 |
* | * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as command | yugui | 2008-12-18 | 11 | -108/+232 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 2 | -2/+2 |
* | * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly. | matz | 2008-10-23 | 1 | -2/+2 |
* | * irb/ext/save-history.rb: typo | keiju | 2008-10-04 | 1 | -1/+1 |
* | * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat... | keiju | 2008-10-04 | 2 | -8/+11 |
* | * lib/irb/extend-command.rb (def_extend_command): check number of | mame | 2008-08-25 | 2 | -6/+11 |
* | * 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 |