aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn2011-06-133-21/+93
* * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr2011-06-132-0/+15
* * lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse2011-06-132-2/+9
* Fix: r32043 may raise NameError.naruse2011-06-131-1/+1
* * lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn2011-06-133-6/+14
* * lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.mrkn2011-06-132-1/+5
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-133-3/+24
* * lib/yaml.rb: load psych only when syck is not loaded.naruse2011-06-132-9/+20
* * ext/syck/lib/syck/rubytypes.rb: ditto.naruse2011-06-132-0/+5
* Specify yamler before runnnig tests.naruse2011-06-131-0/+9
* * ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse2011-06-132-0/+6
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-133-4/+38
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-134-8/+96
* * ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss2011-06-132-18/+59
* * NEWS: introduce PKey.reademboss2011-06-122-0/+7
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-127-15/+251
* * ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko12011-06-122-2/+17
* Ignore exception from Process.kill.naruse2011-06-121-1/+4
* * test/benchmark/test_benchmark.rb (capture_output):naruse2011-06-122-1/+8
* * test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss2011-06-122-0/+12
* * ext/openssl/ossl_pkey_dh.c: completed documentation.emboss2011-06-123-31/+75
* * 2011-06-13svn2011-06-121-2/+2
* * ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss2011-06-122-18/+92
* lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki2011-06-122-15/+4
* * ext/date/date_core.c (d_lite_marshal_load): should give converted value.tadf2011-06-122-1/+5
* * ext/date/date_core.c: edited doc.tadf2011-06-122-24/+167
* * benchmark/bm_vm3_clearmethodcache.rb: added.ko12011-06-122-0/+12
* * vm_method.c (rb_clear_cache*): update only vm state version.ko12011-06-122-55/+14
* * ext/tk/extconf.rb: fails on Mac OS X [Ruby 1.9 - Bug #4853]nagai2011-06-122-9/+13
* * thread.c: remove th->transition_for_lock. It's thread unsafe.kosaki2011-06-123-16/+14
* * thread.c: introduce spurious wakeup safe deadlock check.kosaki2011-06-122-29/+29
* * benchmark/bm_vm3_thread_mutex.rb: remove it.ko12011-06-124-18/+73
* * io.c: use select() appropriately for sendfile().akr2011-06-122-17/+21
* * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.nobu2011-06-124-1/+21
* * 2011-06-12svn2011-06-111-2/+2
* * ext/date/date_core.c: edited doc.tadf2011-06-112-23/+31
* add to bug numberkosaki2011-06-111-1/+1
* * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT,kosaki2011-06-116-38/+71
* * ext/date/date_core.c: edited doc.tadf2011-06-112-9/+211
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi2011-06-113-9/+40
* * time.c: a correction of doc for strftime (%v).tadf2011-06-112-1/+5
* * ext/date/date_core.c: replaced doc for strftime based on Time's one.tadf2011-06-112-1/+173
* * ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpda...tadf2011-06-112-24/+17
* * ext/date/date_core.c: added examples.tadf2011-06-112-3/+266
* * gc.c: expand heap if initial_heap_min_slots is bigger thannari2011-06-112-41/+67
* * ChangeLog (vim): set shiftwidth to 2.eban2011-06-111-1/+5
* * ext/openssl/ossl_x509req.c: raise RequestError instead ofnahi2011-06-112-1/+8
* * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf2011-06-113-1/+18
* * ext/date/date_core.c: rewrote doc.tadf2011-06-112-765/+578
* * lib/test/unit.rb (Test::Unit::GlobOption#non_options): should runnobu2011-06-112-1/+6