| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * io.c (fptr_finalize): write_mutex might have been destroyed | nobu | 2010-10-06 | 3 | -3/+45 |
* | * 2010-10-06 | svn | 2010-10-06 | 1 | -2/+2 |
* | * vm_core.h: add missing prototypes. | nobu | 2010-10-06 | 1 | -0/+4 |
* | * 2010-10-05 | svn | 2010-10-05 | 1 | -2/+2 |
* | * win32/mkexports.rb: revert r29320 and r29402. | wanabe | 2010-10-05 | 2 | -4/+5 |
* | * parse.y (regexp): dregexp has literal string only at the head | nobu | 2010-10-04 | 3 | -1/+9 |
* | * random.c (rand_init): This checks the value is in 32bit or not, | naruse | 2010-10-04 | 2 | -1/+6 |
* | * random.c (rand_init): remove useless assignment. | naruse | 2010-10-04 | 3 | -6/+11 |
* | * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new | naruse | 2010-10-04 | 3 | -1/+12 |
* | * cont.c (fiber_memsize): Return size. | naruse | 2010-10-03 | 2 | -1/+6 |
* | * enc/unicode.c (onigenc_unicode_property_name_to_ctype): | naruse | 2010-10-03 | 5 | -12/+13 |
* | * Makefile.in (clean-rdoc): Don't use \ in variable expantion. | naruse | 2010-10-03 | 2 | -2/+7 |
* | * 2010-10-04 | svn | 2010-10-03 | 1 | -2/+2 |
* | * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365 | wanabe | 2010-10-03 | 3 | -29/+11 |
* | add filename. | arton | 2010-10-03 | 1 | -1/+1 |
* | fix test/win32ole/test_folderitem2_invokeverb.rb | arton | 2010-10-03 | 1 | -0/+4 |
* | Change creating shortcut verb to 'Link' [Bug #3339] | arton | 2010-10-03 | 1 | -0/+5 |
* | * 2010-10-03 | svn | 2010-10-03 | 1 | -2/+2 |
* | * configure.in (Makefile): get rid of duplicated ruby target when | nobu | 2010-10-03 | 2 | -0/+6 |
* | * 2010-10-02 | svn | 2010-10-02 | 1 | -2/+2 |
* | test/win32ole/test_thread.rb: add for win32ole with Thread. | suke | 2010-10-02 | 2 | -0/+24 |
* | * 2010-10-01 | svn | 2010-10-01 | 1 | -3/+3 |
* | * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy): | shyouhei | 2010-10-01 | 2 | -0/+6 |
* | * parse.y (command_asgn): allow command_call to be right hand side | matz | 2010-09-30 | 2 | -10/+28 |
* | * win32/win32.c (rb_w32_getenv): should return NULL if specified name | usa | 2010-09-30 | 3 | -2/+8 |
* | * hash.c (ruby_setenv): workaround for old Windows. a patch from | usa | 2010-09-30 | 2 | -1/+7 |
* | * lib/uri/common.rb (URI.encode_www_form): change treatment of | naruse | 2010-09-30 | 3 | -18/+36 |
* | * 2010-09-30 | svn | 2010-09-30 | 1 | -2/+2 |
* | * vm_dump.c (dump_thread): fixed wrong type of return value of | usa | 2010-09-30 | 2 | -5/+9 |
* | * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin): | shyouhei | 2010-09-29 | 2 | -10/+19 |
* | * tool/config.sub (x64): regularize only for pc vendor, and strip | nobu | 2010-09-29 | 2 | -4/+9 |
* | * ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT): | mrkn | 2010-09-29 | 2 | -0/+10 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit): | mrkn | 2010-09-29 | 3 | -1/+11 |
* | * vm_dump.c (dump_thread): remove ununsed optional arguments. | usa | 2010-09-29 | 2 | -4/+6 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode): | mrkn | 2010-09-29 | 3 | -1/+16 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2, | usa | 2010-09-29 | 2 | -5/+11 |
* | * ext/openssl/ossl_config.c (parse_config): remove dead declaration. | nobu | 2010-09-29 | 1 | -2/+0 |
* | * ext/bigdecimal/bigdecimal.c (VPrint, VpToString): fix format. | nobu | 2010-09-29 | 2 | -2/+6 |
* | * 2010-09-29 | svn | 2010-09-29 | 1 | -2/+2 |
* | * lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES): add Encoding. | nobu | 2010-09-29 | 2 | -0/+5 |
* | * ext/*: svn:ignore | usa | 2010-09-29 | 0 | -0/+0 |
* | * tool/config.sub (x64): regularize same as mswin. | nobu | 2010-09-28 | 2 | -2/+7 |
* | * 2010-09-28 | svn | 2010-09-28 | 1 | -2/+2 |
* | * vm_dump.c (rb_vm_bugreport): add windows support. | usa | 2010-09-28 | 2 | -5/+194 |
* | * insns.def (opt_case_dispatch), vm_insnhelper.c: | ko1 | 2010-09-27 | 3 | -33/+9 |
* | * test/net/http/test_https.rb: As always, localhost is not | shyouhei | 2010-09-27 | 2 | -1/+19 |
* | * 2010-09-27 | svn | 2010-09-27 | 1 | -2/+2 |
* | * test/net/imap/test_imap.rb: resurrection of r29259. | shyouhei | 2010-09-27 | 3 | -6/+25 |
* | * tool/config.sub (x86_64-pc-mingw64): regularize. | nobu | 2010-09-26 | 2 | -1/+18 |
* | * ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest), | wanabe | 2010-09-26 | 5 | -5/+13 |