aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10ngoto2011-07-301-0/+5
* * test/win32ole/test_win32ole_variant.rb: use skip method to skip the test.suke2011-07-301-0/+6
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.mrkn2011-07-301-0/+8
* added ML refkosaki2011-07-301-0/+1
* * vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.kosaki2011-07-301-0/+4
* * vm.c (th_init): preallocate alternative stack.kosaki2011-07-301-0/+11
* * ext/socket/lib/socket.rb (udp_server_sockets): unused variableakr2011-07-291-0/+6
* * ChangeLog: remove trailing spaces.nobu2011-07-291-6/+6
* * lib/securerandom.rb: call OpenSSL::Random.seed at the akr2011-07-291-0/+6
* * array.c (rb_ary_set_len): new function to set array length.nobu2011-07-291-1/+6
* * vm_eval.c (rb_apply): get rid of too large alloca.nobu2011-07-291-0/+4
* * ext/socket/mkconstants.rb: fix typos.akr2011-07-291-0/+4
* * ext/socket/mkconstants.rb: use whitespaces as a separator.akr2011-07-291-0/+4
* * ext/socket/mkconstants.rb: add documents for constants.akr2011-07-291-0/+5
* * configure.in (enable_pthread): use -pthread on OpenBSD withoutnaruse2011-07-291-0/+5
* * ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead ofnagachika2011-07-281-0/+7
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-0/+15
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa2011-07-281-0/+4
* * ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.nobu2011-07-281-1/+3
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu2011-07-281-1/+4
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.nobu2011-07-281-1/+3
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.nobu2011-07-281-3/+4
* the code that depends on timing. [Bug #372] [Bug #4160]seki2011-07-281-0/+5
* * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain2011-07-271-0/+5
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-271-0/+6
* * test/fileutils/test_fileutils.rb: add OpenBSD case.naruse2011-07-271-0/+7
* * test/rinda/test_rinda.rb (test_remote_array_and_hash):nagachika2011-07-271-0/+6
* * include/ruby/missing.h: define __syscall if the platform hasnaruse2011-07-271-0/+6
* * object.c: Add usage documentation for BasicObject. Based on patchdrbrain2011-07-271-0/+5
* * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain2011-07-271-0/+6
* * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain2011-07-271-0/+4
* * test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss2011-07-271-0/+5
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-1/+10
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-1/+5
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-0/+5
* * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn2011-07-261-0/+9
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn2011-07-261-0/+8
* * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn2011-07-261-0/+9
* * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn2011-07-261-0/+7
* * bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn2011-07-261-0/+9
* * array.c: Fix typo. https://github.com/ruby/ruby/pull/36shyouhei2011-07-261-0/+4
* * proc.c: pre-allocate the unlinked_method_entry_list_entry struct tomame2011-07-251-0/+6
* * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa2011-07-251-0/+5
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-251-0/+10
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-0/+8
* * ext/openssl/lib/openssl.rb: End of transition period introduced bynahi2011-07-251-0/+10
* * ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi2011-07-251-0/+5
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi2011-07-251-0/+11
* * ext/socket/extconf.rb: refine the recvmsg test.akr2011-07-241-0/+4
* * ext/socket/extconf.rb: fix the recvmsg test.akr2011-07-241-0/+4