summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-05-11* ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn
2010-05-10* ext/psych/parser.c (parse): Return strings encoded astenderlove
2010-05-09* test/ruby/test_fiber.rb: add ML ref.mame
2010-05-09* cont.c (fiber_switch): raise FiberError when returning to deadmame
2010-05-09* test/rubygems/mockgemui.rb (MockGemUi::TTY),nobu
2010-05-09* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):nobu
2010-05-09* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):nobu
2010-05-09* test/dl/test_callback.rb: fixing valgrind errors. Ruby string may betenderlove
2010-05-09* test/net/imap/test_imap.rb: use IPv4 forshugo
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-05-08* test/dl/test_base.rb (libc_so, libm_so): supports solaris.yugui
2010-05-08* ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu
2010-05-07don't sleep indefinitely. collect the zombie.akr
2010-05-07Revert r26058 "* test/webrick/test_server.rb (test_daemon): simply use fork's...naruse
2010-05-06* ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.naruse
2010-05-06* test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove
2010-05-05* test/etc/test_etc.rb: assert only when any value is given.nobu
2010-05-04Fix and add tests for String#inspect. [ruby-dev:41153]naruse
2010-05-04* test/ruby/test_require.rb (test_relative_symlink): skip if symlink is notusa
2010-05-04* error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu
2010-05-04* test/fileutils/test_fileutils.rb (test_copy_stream):nobu
2010-05-04Setup Symbol#to_json to avoid conflict.naruse
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-05-02* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu
2010-05-02* test/json/test_json_addition.rb (test_utc_datetime): fixednobu
2010-05-02* test: fixed wrong assertions.nobu
2010-05-02* test/digest/test_digest.rb (test_eq): use descriptive assertion.nobu
2010-05-01* test/test_tempfile.rb: fixed errors.nobu
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-05-01Upgrade to RDoc 2.5.8drbrain
2010-04-30* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-30* test/ruby/test_io.rb: skip false tests on Windows.nobu
2010-04-30* test/test_open3.rb (TestOpen3#test_commandline): use simplenobu
2010-04-29* lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rankmarcandre
2010-04-29Follow reverting wrong commit; see r11156, r27400.naruse
2010-04-29* test/test_open3.rb (test_commandline): use dump instead ofnobu
2010-04-29* test/test_open3.rb (test_commandline): skip the test with Shellwords onwanabe
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-04-28* test/psych/visitors/test_yaml_tree.rb (test_struct_const): removemame
2010-04-28* test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):nobu
2010-04-27Cleaning up syntax warnings.naruse
2010-04-27* ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove
2010-04-27* ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"tenderlove
2010-04-27* iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame
2010-04-27* eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame
2010-04-27Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain
2010-04-27* parse.y (parser_read_escape): deny extra character escapes.nobu
2010-04-26* io.c (select_internal): IO which cbuf is not empty is readable.akr