summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse2009-10-081-0/+1
* * lib/delegate.rb (Delegator::public_api): take snapshot ofmatz2009-10-061-0/+22
* * marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu2009-10-041-0/+41
* wrap by a module.akr2009-10-041-0/+4
* * test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad):nobu2009-10-041-1/+1
* * test/rubygems/gemutilities.rb (setup): use ENV["RUBY"] beforenobu2009-10-041-0/+9
* * test/rubygems/test_gem.rb (TestGem#test_self_find_files): "."nobu2009-10-041-1/+5
* add assertion message.akr2009-10-041-2/+3
* * test/rubygems: use require_relative.nobu2009-10-0367-80/+70
* * test/rake/contrib/test_ftp.rb: moved.nobu2009-10-031-0/+0
* * test/rake: get rid of name collision.nobu2009-10-033-15/+14
* * test/rake: get rid of name collision.nobu2009-10-0327-38/+38
* * test/rake/test_package_task.rb (Rake::TestPackageTask),nobu2009-10-031-2/+2
* * parse.y (bv_decls, bvar): fix for block variables.nobu2009-10-031-0/+10
* * test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion.nobu2009-10-031-7/+7
* * test/ripper/dummyparser.rb: suppress redefinition warnings.nobu2009-10-031-7/+6
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-032-1/+17
* * object.c (rb_f_integer): now Integer() takes optional basematz2009-10-031-0/+13
* * lib/rake: updated to rake code to rake-0.8.7 source code base.nobu2009-10-0251-0/+4240
* * test/ripper/dummyparser.rb (DummyParser): improvement by Magnusnobu2009-10-022-448/+51
* * enum.c (enum_slice_before): take a pattern if no block given.akr2009-10-021-0/+4
* * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu2009-10-022-25/+116
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-302-0/+8
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-291-2/+2
* * test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu2009-09-291-1/+1
* * test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu2009-09-292-2/+32
* * test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu2009-09-293-20/+71
* * test/ruby/test_module.rb: suppress warnings.nobu2009-09-291-4/+4
* * vm_method.c (rb_add_method_def): nothing to do if old method hadnobu2009-09-291-0/+8
* * test/ruby/test_class.rb (test_module_function): tests for warnings.nobu2009-09-291-0/+27
* Refine tests arround String#inspect.naruse2009-09-291-35/+12
* * string.c (rb_str_inspect): dump as \uXXXX when thenaruse2009-09-291-24/+33
* git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25129 b2dd03c8-39d4-4d8...matz2009-09-281-0/+3
* * stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse2009-09-281-1/+4
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-271-0/+13
* * proc.c (missing_wrap): reverted.nobu2009-09-251-0/+2
* * proc.c (mnew): fix for instance method of Module, BasicObjectnobu2009-09-251-2/+13
* * proc.c (mnew): generate method object that wraps method_missing,matz2009-09-241-0/+33
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-231-1/+2
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-231-2/+22
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-232-0/+14
* * enum.c (enum_chunk): new method Enumerable#chunk.akr2009-09-221-0/+70
* * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu2009-09-211-0/+4
* * proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu2009-09-211-0/+1
* * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu2009-09-201-0/+77
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-192-0/+19
* * marshal.c (r_object0): entry regexp object before its encodingnobu2009-09-181-0/+8
* * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu2009-09-181-0/+8
* * test/fileutils/test_fileutils.rb: fixed indent by splitting methods.nobu2009-09-181-55/+75
* * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]kazu2009-09-171-0/+5