aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-311-0/+4
* * numeric.c (flo_round): Avoid overflow by optimizing for trivial casesmarcandre2011-08-311-0/+5
* * win32/win32.c (rb_w32_select_with_thread): and my typo. we all mustusa2011-08-301-0/+5
* * thread.c (rb_thread_select): critical typo in r33117.usa2011-08-301-0/+4
* * test/-ext-/old_thread_select/test_old_thread_select.rbusa2011-08-301-0/+7
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-0/+10
* * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa2011-08-301-0/+11
* * test/dl/test_callback.rb (test_callback_with_string): preventsnagachika2011-08-301-0/+5
* * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macrousa2011-08-301-0/+6
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-301-0/+5
* * 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