aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki2011-08-301-0/+6
* * cont.c (fiber_entry): fix stack allocation failure on Debiankosaki2011-08-301-0/+7
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-301-0/+12
* * configure.in: fix a build failure on GNU Hurd.kosaki2011-08-301-0/+6
* * test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn2011-08-291-0/+5
* * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn2011-08-291-0/+12
* * ext/date/date_parse.c (date_zone_to_diff): keep a temporary stringnagachika2011-08-281-0/+8
* Imported minitest 2.5.1 (r6596)ryan2011-08-271-0/+5
* * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj2011-08-271-0/+7
* * internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse2011-08-271-0/+7
* * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj2011-08-271-0/+14
* * internal.h (rb_strftime_timespec): move to time.c because it dependsnaruse2011-08-271-0/+5
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-271-0/+24
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-271-0/+7
* * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain2011-08-261-0/+5
* * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain2011-08-261-0/+5
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-0/+14
* * iseq.c (iseq_data_to_ary): fix type of variableko12011-08-261-0/+5
* * vm_core.h: add a decl. of rb_autoloading_value().ko12011-08-261-0/+4
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-261-0/+56
* * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain2011-08-261-0/+7
* * time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove2011-08-251-0/+6
* * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain2011-08-251-0/+7
* * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain2011-08-251-0/+7
* * vm.c (vm_make_env_each): work around to solve Bug #2729.ko12011-08-241-0/+14
* * numeric.c (int_round): Fix Integer#round [ruby-core:39096]marcandre2011-08-241-0/+4
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-241-0/+6
* * ext/psych/lib/psych.rb: Fixing psych version number.tenderlove2011-08-241-0/+5
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-241-0/+6
* * test/fileutils/test_fileutils.rb (test_chmod_symbol_mode): Solarisngoto2011-08-241-0/+5
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto2011-08-241-0/+6
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-241-0/+24
* * insns.def (defined): fix to checking class variable.ko12011-08-241-0/+7
* * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain2011-08-231-0/+6
* * lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multipledrbrain2011-08-231-0/+5
* Imported minitest 2.5.0 (r6557)ryan2011-08-231-0/+5
* * thread.c (update_coverage): skip coverage count up if the currentmame2011-08-231-0/+8
* * load.c (rb_f_require): Improve documentation of Kernel#require.drbrain2011-08-231-0/+5
* * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi2011-08-231-0/+7
* * sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporarynagachika2011-08-221-0/+5
* * iseq.c (iseq_s_disasm): remove variable which is no longer usedktsj2011-08-211-0/+5
* * configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.ngoto2011-08-211-0/+4
* * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj2011-08-201-0/+6
* * ext/stringio/stringio.c (strio_read): return new string if nilnobu2011-08-201-0/+6
* * process.c (proc_spawn_v, proc_spawn): should not wait thenobu2011-08-191-0/+8
* * lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo2011-08-191-0/+6
* * configure.in: defines _DARWIN_UNLIMITED_SELECT if the target_osmrkn2011-08-191-0/+5
* * thread.c: add a description for the behavior of select(2) onmrkn2011-08-191-0/+5
* * lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo2011-08-191-0/+5
* * ChangeLog: fix typos.nagachika2011-08-181-2/+2