summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-10-12* string.c (rb_str_concat): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_ungetc): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_putc): support multibyte characters.naruse
2010-10-12* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse
2010-10-11* error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse
2010-10-09* thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu
2010-10-06* lib/uri/generic.rb (URI::Generic#hostname): new method.akr
2010-10-06* io.c (fptr_finalize): write_mutex might have been destroyednobu
2010-10-04* parse.y (regexp): dregexp has literal string only at the headnobu
2010-10-04* ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse
2010-10-03Change creating shortcut verb to 'Link' [Bug #3339]arton
2010-10-02test/win32ole/test_thread.rb: add for win32ole with Thread.suke
2010-10-01 * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):shyouhei
2010-09-30* win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa
2010-09-30* lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse
2010-09-29 * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit):mrkn
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode):mrkn
2010-09-27 * test/net/http/test_https.rb: As always, localhost is notshyouhei
2010-09-27 * test/net/imap/test_imap.rb: resurrection of r29259.shyouhei
2010-09-24* string.c (sym_call), vm.c (invoke_block_from_c),nobu
2010-09-24* test/test_pty.rb (TestPTY::test_getpty_nonexistent): ditto.shyouhei
2010-09-24 * test/test_pty.rb: Same as 229281; existence of PTY class do notshyouhei
2010-09-24Refix to give the encoding of gzfile.naruse
2010-09-23Imported minitest 1.7.2 r5879.ryan
2010-09-23* vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu
2010-09-22* test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:...kazu
2010-09-22* test/test_prime.rb (TestPrime#test_new): the warning expected haveyugui
2010-09-20* test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.kazu
2010-09-20* dir.c (bracket): get rid of scanning at the end of the patternnobu
2010-09-19* ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):mrkn
2010-09-19Specify external encoding.naruse
2010-09-18* ext/bigdecimal/bigdecimal.c (check_rounding_mode): added formrkn
2010-09-18* ext/bigdecimal/bigdecimal.c: fix rounding algorithms for half-downmrkn
2010-09-18* properties.nobu
2010-09-17* lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:kou
2010-09-17* test/rexml/test_sax.rb: don't use thread and sleep to avoid slow test.kou
2010-09-17* test/rexml/test_core.rb: enable.kou
2010-09-17* test/rexml/: untabify.kou
2010-09-17* test/rexml/: fix fixture data path. All REXML tests are worked.kou
2010-09-17* test/rexml/test_listener.rb: remove needless codes.kou
2010-09-17* test/rexml/: import REXML tests fromkou
2010-09-17 * test/io/console/test_io_console.rb (TestIO_Console::helper):shyouhei
2010-09-16* lib/test/unit.rb (Test::Unit::GlobOption): merged RejectOption.nobu
2010-09-16 * test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):shyouhei
2010-09-15* ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr
2010-09-15reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&grou...shyouhei
2010-09-15 * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):shyouhei
2010-09-15 * test/net/imap/test_imap.rb: "localhost" not guaranteed toshyouhei
2010-09-15* io.c (rb_io_puts): fix for wide char encoding strings.nobu