summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-06-13* ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function tomrkn
2011-06-13* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn
2011-06-13* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr
2011-06-13* lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse
2011-06-13* lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn
2011-06-13* lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.mrkn
2011-06-13* ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss
2011-06-13* lib/yaml.rb: load psych only when syck is not loaded.naruse
2011-06-13* ext/syck/lib/syck/rubytypes.rb: ditto.naruse
2011-06-13* ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse
2011-06-13* ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss
2011-06-13* ext/openssl/pkey_dh.c: corrected documentation.emboss
2011-06-13* ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss
2011-06-12* NEWS: introduce PKey.reademboss
2011-06-12* ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss
2011-06-12* ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko1
2011-06-12* test/benchmark/test_benchmark.rb (capture_output):naruse
2011-06-12* test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss
2011-06-12* ext/openssl/ossl_pkey_dh.c: completed documentation.emboss
2011-06-12* ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss
2011-06-12lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki
2011-06-12 * ext/date/date_core.c (d_lite_marshal_load): should give converted value.tadf
2011-06-12 * ext/date/date_core.c: edited doc.tadf
2011-06-12* benchmark/bm_vm3_clearmethodcache.rb: added.ko1
2011-06-12* vm_method.c (rb_clear_cache*): update only vm state version.ko1
2011-06-12* ext/tk/extconf.rb: fails on Mac OS X [Ruby 1.9 - Bug #4853]nagai
2011-06-12* thread.c: remove th->transition_for_lock. It's thread unsafe.kosaki
2011-06-12* thread.c: introduce spurious wakeup safe deadlock check.kosaki
2011-06-12* benchmark/bm_vm3_thread_mutex.rb: remove it.ko1
2011-06-12* io.c: use select() appropriately for sendfile().akr
2011-06-12* atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.nobu
2011-06-11 * ext/date/date_core.c: edited doc.tadf
2011-06-11add to bug numberkosaki
2011-06-11* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT,kosaki
2011-06-11 * ext/date/date_core.c: edited doc.tadf
2011-06-11* ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi
2011-06-11 * time.c: a correction of doc for strftime (%v).tadf
2011-06-11 * ext/date/date_core.c: replaced doc for strftime based on Time's one.tadf
2011-06-11 * ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpda...tadf
2011-06-11 * ext/date/date_core.c: added examples.tadf
2011-06-11* gc.c: expand heap if initial_heap_min_slots is bigger thannari
2011-06-11* ChangeLog (vim): set shiftwidth to 2.eban
2011-06-11* ext/openssl/ossl_x509req.c: raise RequestError instead ofnahi
2011-06-11 * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf
2011-06-11 * ext/date/date_core.c: rewrote doc.tadf
2011-06-11* lib/test/unit.rb (Test::Unit::GlobOption#non_options): should runnobu
2011-06-11* bootstraptest/runner.rb: should initilize $stress to avoid warnings.eban
2011-06-11* io.c (io_getc): should be 7bit if ascii. fixes #4557nobu
2011-06-11* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu
2011-06-11* ChangeLog: fix ticket number at r31995. fixes #4161 is correct.kou