aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/test_pty.rb (TestPTY::test_getpty_nonexistent): ditto.shyouhei2010-09-241-1/+7
* * string.c (rb_str_to_i): fix rdoc: String#to_i raises annaruse2010-09-242-2/+7
* * string.c (rb_str_rindex): use rb_enc_prev_char instead of repeated str_nth.naruse2010-09-242-3/+8
* * test/test_pty.rb: Same as 229281; existence of PTY class do notshyouhei2010-09-242-0/+31
* Refix to give the encoding of gzfile.naruse2010-09-241-1/+1
* * 2010-09-24svn2010-09-231-2/+2
* Imported minitest 1.7.2 r5879.ryan2010-09-233-27/+80
* * vm_insnhelper.c (vm_get_cref0): cref is stacked only in normalnobu2010-09-232-0/+6
* * tool/config.sub: mingw64 should use x86_64. [ruby-core:32514]nobu2010-09-232-3/+7
* * ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppresswanabe2010-09-232-5/+10
* Add document about URI.join. [ruby-core:32462]naruse2010-09-231-1/+14
* * thread_win32.c (w32_wait_events, w32_close_handle): suppress warnings.wanabe2010-09-232-3/+8
* * tool/config.sub: add mingw64.wanabe2010-09-233-2/+25
* * 2010-09-23svn2010-09-231-2/+2
* * vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu2010-09-233-9/+31
* * test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:...kazu2010-09-222-1/+6
* * test/test_prime.rb (TestPrime#test_new): the warning expected haveyugui2010-09-222-5/+14
* Mention the command search path issue on Windows. Pointed out byknu2010-09-221-1/+11
* * bootstraptest/test_method.rb: fix last commit.ko12010-09-212-1/+5
* bootstraptest/test_method.rb: add a test for [ruby-core:30534].ko12010-09-212-0/+9
* * lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.eban2010-09-212-0/+6
* * 2010-09-22svn2010-09-211-2/+2
* * ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr2010-09-213-10/+17
* * tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.usa2010-09-212-1/+5
* * 2010-09-21svn2010-09-201-2/+2
* * test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.kazu2010-09-202-1/+5
* * dir.c (bracket): get rid of scanning at the end of the patternnobu2010-09-203-0/+19
* * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr2010-09-203-4/+6
* * ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):mrkn2010-09-193-6/+15
* * 2010-09-20svn2010-09-191-2/+2
* Specify external encoding.naruse2010-09-191-1/+1
* * lib/mkmf.rb (try_link): rdocyugui2010-09-192-0/+75
* * configure.in (--disable-install-doc): disables capi too, in additionyugui2010-09-192-8/+28
* * common.mk (clean): removes all documents on cleaning.oyugui2010-09-194-7/+30
* * configure.in (LIBRUBY_SO): fix an oversight of replacenobu2010-09-192-1/+7
* * properties.nobu2010-09-190-0/+0
* * ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr2010-09-183-13/+31
* * ext/bigdecimal/bigdecimal.c (check_rounding_mode): added formrkn2010-09-183-67/+155
* * 2010-09-19svn2010-09-181-2/+2
* * ext/bigdecimal/bigdecimal.c: fix rounding algorithms for half-downmrkn2010-09-183-54/+131
* * ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr2010-09-183-13/+27
* * properties.nobu2010-09-185-518/+518
* * 2010-09-18svn2010-09-181-2/+2
* Improved doco for both Module.new and Class.newryan2010-09-181-3/+26
* * lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:kou2010-09-173-1/+31
* * test/rexml/test_sax.rb: don't use thread and sleep to avoid slow test.kou2010-09-172-21/+18
* * test/rexml/test_core.rb: enable.kou2010-09-172-21/+41
* * test/rexml/: untabify.kou2010-09-1723-1796/+1791
* * test/rexml/: fix fixture data path. All REXML tests are worked.kou2010-09-1712-57/+75
* * test/rexml/test_listener.rb: remove needless codes.kou2010-09-172-82/+5