aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu2007-05-151-6/+2
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-0/+20
* * test/ruby/test_super.rb: add tests.usa2007-05-101-0/+17
* * lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou2007-05-071-1/+1
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-012-3/+9
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+2
* * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa2007-03-221-0/+11
* * test/testunit/collector/test_dir.rb: Fixed test/unit tests that ntalbott2007-03-202-9/+9
* * lib/rss, test/rss:kou2007-03-1733-1044/+6095
* * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke2007-03-091-0/+10
* * ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array,suke2007-03-021-6/+278
* * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa2007-02-272-4/+4
* * test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine2007-02-261-84/+29
* * lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo2007-02-241-0/+2
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-242-1/+3
* * test/testunit/test_testcase.rb: catch up with current instanceko12007-02-241-1/+1
* * ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke2007-02-231-0/+104
* * test/ruby/test_yield.rb: new test.aamine2007-02-231-0/+67
* * test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine2007-02-231-0/+195
* * test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine2007-02-231-7/+87
* * test/ruby/test_primitive.rb: new test.aamine2007-02-231-0/+397
* * test/ruby/test_literal.rb: new test.aamine2007-02-231-0/+184
* * test/io/nonblock/test_flush.rb: YARV doesn't raise any errors ifko12007-02-201-0/+2
* * object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko12007-02-161-1/+1
* * test/fileutils/test_fileutils.rb (check_singleton): fix to useko12007-02-143-3/+1
* * lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou2007-02-121-2/+7
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): suke2007-02-111-0/+12
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke2007-02-101-0/+9
* * test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.ko12007-02-091-5/+1
* * ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke2007-02-081-1/+32
* * test/ruby/test_clone.rb: fix to current specko12007-02-081-1/+1
* * test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko12007-02-081-9/+9
* * test/ruby/test_module.rb: fix to use Symbol instead of Stringko12007-02-081-24/+24
* * test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko12007-02-081-2/+2
* * test/win32ole/test_propertyputref.rb (setup): fix typo.suke2007-02-082-12/+24
* * test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou2007-02-041-13/+0
* * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke2007-02-032-3/+36
* * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz2007-01-311-0/+12
* * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke2007-01-292-2/+53
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke2007-01-271-14/+30
* bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke2007-01-261-0/+53
* * test/ruby/test_iterator.rb: removed a needless workaround.kou2007-01-241-8/+0
* WIN32OLE.codepage= accepts installed codepage.suke2007-01-201-1/+16
* modify WIN32OLERuntimeError message.suke2007-01-201-0/+17
* move all test from ext/win32ole/tests test/win32olesuke2007-01-201-93/+153
* move some test from ext/win32ole/tests to test/win32olesuke2007-01-192-0/+203
* add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke2007-01-192-0/+17
* IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke2007-01-181-0/+5
* add some test. update comment for rdoc.suke2007-01-071-0/+14
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-2/+115