aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bootstraptest/runner.rb: should initilize $stress to avoid warnings.eban2011-06-112-0/+5
* * io.c (io_getc): should be 7bit if ascii. fixes #4557nobu2011-06-113-1/+14
* * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu2011-06-113-1/+9
* * ChangeLog: fix ticket number at r31995. fixes #4161 is correct.kou2011-06-111-1/+1
* * lib/rexml/formatters/pretty.rbkou2011-06-113-1/+71
* * test/rexml/test_core.rbkou2011-06-112-4/+8
* * lib/rexml/parsers/xpathparser.rbkou2011-06-113-1/+20
* * test/rexml/test_elements.rb (ElementsTester): remove needlesskou2011-06-112-10/+15
* fixed a grammatical errorduerst2011-06-112-1/+4
* * vm.c (thread_memsize): don't ignore size of th->local_storage.kosaki2011-06-112-1/+5
* * lib/mkmf.rb: should quote arch_hdrdir and libpath for the casenobu2011-06-112-5/+10
* * thread_pthread.c (native_cond_timeout): wrap conditinally used label.nobu2011-06-112-1/+8