summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-08-01 * test/rake/test_rake_functional.rb: Don't assume the binary name ofdrbrain
2011-08-01* test/io/console/test_io_console.rb (TestIO_Console#test_sync):shyouhei
2011-08-01* test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):shyouhei
2011-08-01 * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain
2011-08-01remove duplicated entrykazu
2011-08-01* insns.def (concatstrings): don't use initial ASCII-8BIT string.naruse
2011-07-31Forward-ports r32780 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32777 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32776 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32775 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31* vm.c (check_env): print debug messages to stderr.ktsj
2011-07-31* vm.c (vm_make_env_each): don't save prev env value.ktsj
2011-07-31Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31* io.c (rb_pipe): pipe on cygwin can succeed half but failnobu
2011-07-31* vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj
2011-07-31 * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain
2011-07-30* io.c (rb_io_each_byte): remove unused variable e.naruse
2011-07-30* test/bigdecimal/test_bigdecimal.rb (test_version): removed.mrkn
2011-07-30* defs/default_gems: separate from tool/rbinstall.rb.nobu
2011-07-30* io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu
2011-07-30* strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10ngoto
2011-07-30* test/win32ole/test_win32ole_variant.rb: use skip method to skip the test.suke
2011-07-30* ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.mrkn
2011-07-30added ML refkosaki
2011-07-30* vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.kosaki
2011-07-30* vm.c (th_init): preallocate alternative stack.kosaki
2011-07-29* ext/socket/lib/socket.rb (udp_server_sockets): unused variableakr
2011-07-29* ChangeLog: remove trailing spaces.nobu
2011-07-29* lib/securerandom.rb: call OpenSSL::Random.seed at the akr
2011-07-29* array.c (rb_ary_set_len): new function to set array length.nobu
2011-07-29* vm_eval.c (rb_apply): get rid of too large alloca.nobu
2011-07-29* ext/socket/mkconstants.rb: fix typos.akr
2011-07-29* ext/socket/mkconstants.rb: use whitespaces as a separator.akr
2011-07-29* ext/socket/mkconstants.rb: add documents for constants.akr
2011-07-29* configure.in (enable_pthread): use -pthread on OpenBSD withoutnaruse
2011-07-28* ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead ofnagachika
2011-07-28* ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi
2011-07-28* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa
2011-07-28* ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.nobu
2011-07-28* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu
2011-07-28* ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.nobu
2011-07-28* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.nobu
2011-07-28 the code that depends on timing. [Bug #372] [Bug #4160]seki
2011-07-27 * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain
2011-07-27* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu
2011-07-27* test/fileutils/test_fileutils.rb: add OpenBSD case.naruse
2011-07-27* test/rinda/test_rinda.rb (test_remote_array_and_hash):nagachika
2011-07-27* include/ruby/missing.h: define __syscall if the platform hasnaruse
2011-07-27 * object.c: Add usage documentation for BasicObject. Based on patchdrbrain