summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-08win32/registry.rb: use WCHARnobu
2013-07-08win32.c: suppress warningsnobu
2013-07-08win32.c: for strict ANSInobu
2013-07-08numeric.c: for strict ANSInobu
2013-07-08win32: for strict ANSInobu
2013-07-08* bignum.c (bary_mul): Arguments for work memory added.akr
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-08* bignum.c (bary_mul_balance): Initialize a local variable to suppressakr
2013-07-08* bignum.c (bary_mul_balance): Reduce work memory.akr
2013-07-07* test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves asemboss
2013-07-07* bignum.c (bary_mul): Add a RB_GC_GUARD.akr
2013-07-07* 2013-07-08svn
2013-07-07* bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr
2013-07-07Ignore config.guess and config.sub.akr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr
2013-07-07Useless comment removed.akr
2013-07-07* bignum.c: Reorder functions to decrease forward reference.akr
2013-07-07* bignum.c: (bigsub_core): Use bary_sub.akr
2013-07-07* NEWS: Add REXML::Text#<< related updates.kou
2013-07-07* lib/rexml/text.rb (REXML::Text#<<): Support appending in notkou
2013-07-07* lib/rexml/text.rb (REXML::Text#<<): Support method chain use by "<<"kou
2013-07-07* lib/rexml/text.rb (REXML::Text#clear_cache): Extract commonkou
2013-07-07configure.in: check exit statusesnobu
2013-07-07configure.in: correctly tests dtrace -G in version 1.11nobu
2013-07-07* 2013-07-07svn
2013-07-07* bignum.c (bary_sq_fast): Extracted from bigsqr_fast andakr
2013-07-05* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss
2013-07-05* test/openssl/test_x509crl.rb: Remove unused variable.emboss
2013-07-05* ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() andemboss
2013-07-05* lib/openssl/ssl.rb: Fix SSL client connection crash for SAN markedemboss
2013-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects sotenderlove
2013-07-05* 2013-07-06svn
2013-07-05Use server_port for Windowsnaruse
2013-07-05un.rb: help ordernobu
2013-07-05un.rb: help messagenobu
2013-07-05un.rb: refine regexpnobu
2013-07-05un.rb: nodoc setupnobu
2013-07-05* test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic): thisusa
2013-07-05* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix theknu
2013-07-05* test/ruby/test_rubyoptions.rb: better approach.usa
2013-07-05* test/ruby/test_rubyoptions.rb: typo in r41791.usa
2013-07-05* test/ruby/test_regexp.rbknu
2013-07-05* test/ruby/test_regexp.rbknu
2013-07-05* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): afterusa
2013-07-05test/unit: assert_raise_with_messagenobu
2013-07-05* win32/win32.c (w32_spawn): r41710 made that if the command starts withusa
2013-07-05mkmf.rb: config_stringnobu
2013-07-05* lib/mkmf.rb (CONFIG['CPPOUTFILE']): fix r41769; CONFIG['CPPOUTFILE']naruse
2013-07-05broken utf-8naruse
2013-07-05Fix comment typo by @parroty [fix GH-350]hsbt