| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/iconv/iconv.c (iconv_create): cannot retry with given block. | nobu | 2009-10-15 | 3 | -3/+6 |
* | * test/iconv/test_option.rb: removed particular implementation | nobu | 2009-10-15 | 1 | -1/+1 |
* | * ruby.c (process_options): script name should not be shown in an | nobu | 2009-10-14 | 1 | -0/+9 |
* | * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppress | nobu | 2009-10-12 | 1 | -1/+1 |
* | * marshal.c (has_encoding): added for check the regexp | naruse | 2009-10-11 | 1 | -1/+5 |
* | * test/rake/test_application.rb: not executable. | nobu | 2009-10-11 | 1 | -0/+0 |
* | * test/rake/test_namespace.rb: not executable. | nobu | 2009-10-11 | 1 | -0/+0 |
* | * tool/enc-unicode.rb: parse range notation of UnicodeData.txt. | naruse | 2009-10-08 | 1 | -0/+1 |
* | * lib/delegate.rb (Delegator::public_api): take snapshot of | matz | 2009-10-06 | 1 | -0/+22 |
* | * marshal.c (struct {dump,load}_arg): manage with dfree, instead | nobu | 2009-10-04 | 1 | -0/+41 |
* | wrap by a module. | akr | 2009-10-04 | 1 | -0/+4 |
* | * test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad): | nobu | 2009-10-04 | 1 | -1/+1 |
* | * test/rubygems/gemutilities.rb (setup): use ENV["RUBY"] before | nobu | 2009-10-04 | 1 | -0/+9 |
* | * test/rubygems/test_gem.rb (TestGem#test_self_find_files): "." | nobu | 2009-10-04 | 1 | -1/+5 |
* | add assertion message. | akr | 2009-10-04 | 1 | -2/+3 |
* | * test/rubygems: use require_relative. | nobu | 2009-10-03 | 67 | -80/+70 |
* | * test/rake/contrib/test_ftp.rb: moved. | nobu | 2009-10-03 | 1 | -0/+0 |
* | * test/rake: get rid of name collision. | nobu | 2009-10-03 | 3 | -15/+14 |
* | * test/rake: get rid of name collision. | nobu | 2009-10-03 | 27 | -38/+38 |
* | * test/rake/test_package_task.rb (Rake::TestPackageTask), | nobu | 2009-10-03 | 1 | -2/+2 |
* | * parse.y (bv_decls, bvar): fix for block variables. | nobu | 2009-10-03 | 1 | -0/+10 |
* | * test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion. | nobu | 2009-10-03 | 1 | -7/+7 |
* | * test/ripper/dummyparser.rb: suppress redefinition warnings. | nobu | 2009-10-03 | 1 | -7/+6 |
* | * vm_method.c (rb_add_method_def): no redefinition warning on | nobu | 2009-10-03 | 2 | -1/+17 |
* | * object.c (rb_f_integer): now Integer() takes optional base | matz | 2009-10-03 | 1 | -0/+13 |
* | * lib/rake: updated to rake code to rake-0.8.7 source code base. | nobu | 2009-10-02 | 51 | -0/+4240 |
* | * test/ripper/dummyparser.rb (DummyParser): improvement by Magnus | nobu | 2009-10-02 | 2 | -448/+51 |
* | * enum.c (enum_slice_before): take a pattern if no block given. | akr | 2009-10-02 | 1 | -0/+4 |
* | * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID by | nobu | 2009-10-02 | 2 | -25/+116 |
* | * vm_method.c (rb_add_method_def): show the location where | nobu | 2009-09-30 | 2 | -0/+8 |
* | Escape as \x{XXXX} other than Unicode chars. | naruse | 2009-09-29 | 1 | -2/+2 |
* | * test/ruby/test_class.rb (test_method_redefinition): commit miss. | nobu | 2009-09-29 | 1 | -1/+1 |
* | * test/ruby/test_{class,module}.rb (test_method_redefinition): include | nobu | 2009-09-29 | 2 | -2/+32 |
* | * test/ruby/test_{class,module}.rb (test_method_redefinition): refined. | nobu | 2009-09-29 | 3 | -20/+71 |
* | * test/ruby/test_module.rb: suppress warnings. | nobu | 2009-09-29 | 1 | -4/+4 |
* | * vm_method.c (rb_add_method_def): nothing to do if old method had | nobu | 2009-09-29 | 1 | -0/+8 |
* | * test/ruby/test_class.rb (test_module_function): tests for warnings. | nobu | 2009-09-29 | 1 | -0/+27 |
* | Refine tests arround String#inspect. | naruse | 2009-09-29 | 1 | -35/+12 |
* | * string.c (rb_str_inspect): dump as \uXXXX when the | naruse | 2009-09-29 | 1 | -24/+33 |
* | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25129 b2dd03c8-39d4-4d8... | matz | 2009-09-28 | 1 | -0/+3 |
* | * stringio/stringio.c (strio_read): set ASCII-8BIT encoding | naruse | 2009-09-28 | 1 | -1/+4 |
* | * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect | akr | 2009-09-27 | 1 | -0/+13 |
* | * proc.c (missing_wrap): reverted. | nobu | 2009-09-25 | 1 | -0/+2 |
* | * proc.c (mnew): fix for instance method of Module, BasicObject | nobu | 2009-09-25 | 1 | -2/+13 |
* | * proc.c (mnew): generate method object that wraps method_missing, | matz | 2009-09-24 | 1 | -0/+33 |
* | * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is | nobu | 2009-09-23 | 1 | -1/+2 |
* | * parse.y (assign_in_cond): also should warn assignment to dvar in | nobu | 2009-09-23 | 1 | -2/+22 |
* | * string.c (rb_str_upto): keep first width. [ruby-dev:39361] | nobu | 2009-09-23 | 2 | -0/+14 |
* | * enum.c (enum_chunk): new method Enumerable#chunk. | akr | 2009-09-22 | 1 | -0/+70 |
* | * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion from | nobu | 2009-09-21 | 1 | -0/+4 |