[root]/lib/irb
cmd
(7 files, 294 lines)
ext
(9 files, 837 lines)
lc
(2 files, 65 lines)
ja
(2 files, 63 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 178 (100.0%) | 4497 (100.0%) | 25.2 |
matz | 51 (28.7%) | 1966 (43.7%) | 38.5 |
keiju | 61 (34.3%) | 1229 (27.3%) | 20.1 |
knu | 29 (16.3%) | 1211 (26.9%) | 41.7 |
nobu | 11 (6.2%) | 66 (1.5%) | 6.0 |
usa | 1 (0.6%) | 12 (0.3%) | 12.0 |
shugo | 2 (1.1%) | 4 (0.1%) | 2.0 |
ryan | 2 (1.1%) | 4 (0.1%) | 2.0 |
akr | 3 (1.7%) | 4 (0.1%) | 1.3 |
eban | 1 (0.6%) | 1 (0.0%) | 1.0 |
shyouhei | 17 (9.6%) | 0 (0.0%) | 0.0 |
set svn:eol-style
0 lines of code changed in:
* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch from
NAKAMURA Usaku <usa@ruby-lang.org>. [ruby-dev:30012]
1 lines of code changed in:
* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?
instead of File.exists?. [ruby-dev:30000]
2 lines of code changed in:
* lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil into
reading buffer (@readed). reported in
<http://jarp.does.notwork.org/diary/200608c.html#200608311>.
1 lines of code changed in:
* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify
RDoc. a patch from Eric Hodel <drbrain at segment7.net>.
[ruby-core:08522]
5 lines of code changed in:
* lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for
[ruby-core: 7122]. and support for ruby1.8.X
38 lines of code changed in:
* object.c (rb_mod_attr): make Module#attr to be an alias to
attr_reader. [RCR#331]
* ruby.h: export classes/modules to implement sandbox.
[ruby-core:08283]
2 lines of code changed in:
* lib/irb/completion.rb: support for completion of numeric
number. [ruby-dev: 29038]
20 lines of code changed in:
patch was misapplied. fixed. sorry
1 lines of code changed in:
cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb and pp.rb
3 lines of code changed in:
* lib/getoptlong.rb (GetoptLong#set_options): recieve arguments
as Array.
* lib/irb/slex.rb: use Proc#yield.
* lib/rdoc/markup/simple_markup/inline.rb: follow the new behavior
of String#[].
* lib/rdoc/ri/ri_write.rb: ditto.
12 lines of code changed in:
* lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and http://rubyforge.org/tracker/index.php?func=detail&aid=3302&group_id=426&atid=1698
* lib/irb/ruby-lex.rb: support "\s" in irb.
5 lines of code changed in:
* parse.y (parser_parse_string): mention "regexp" in a error
message. a patch from Mauricio Fernandez <mfp at acm.org>
[ruby-core:07340]
* eval.c (rb_f_autoload): check if ruby_cbase is nil (during
instance_eval for objects cannot have singleton classes,
e.g. fixnums and symbols). [ruby-dev:28178]
* gc.c (rb_gc_call_finalizer_at_exit): turn on during_gc while
invoking finalizers.
* gc.c (rb_gc_finalize_deferred): ditto.
* io.c (rb_write_error2): use fwrite(3) if rb_stderr is not
updated or is already freed. [ruby-dev:28313]
* eval.c (error_line): include the class name of a surrounding
method in error position description.
2 lines of code changed in:
* lib/irb/init.rb: bug fix. [ruby-dev: 26920]
1 lines of code changed in:
* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.
[ruby-dev:26872]
* lib/irb/locale.rb: support to print help message when OS locale is
ja_JP.utf-8. [ruby-dev:26872]
6 lines of code changed in:
* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.
[ruby-dev:26872]
* lib/irb/locale.rb: support to print help message when OS locale is
ja_JP.utf-8. [ruby-dev:26872]
13 lines of code changed in:
* lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]
16 lines of code changed in:
* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements
for [ruby-dev:26410]. And support a numeric form of 0d99999.
15 lines of code changed in:
* lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat
plain zero as an octal number. [ruby-dev:26410]
3 lines of code changed in:
* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.
* ext/readline/readline.c (readline_s_set_input): new method.
* ext/readline/readline.c (readline_s_set_output): new method.
* lib/irb/input-method.rb: set Readline.input and Readline.output.
2 lines of code changed in:
(60 more)