aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):shyouhei2011-08-031-0/+5
* * encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu2011-08-021-0/+4
* * lib/prettyprint.rb: update document. [ruby-core:36776]akr2011-08-021-0/+4
* * gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse2011-08-021-0/+9
* * test/testunit/test_parallel.rb: pass "--ruby" option tosorah2011-08-021-0/+5
* * encoding.c (str_to_encoding): rename from to_encoding andnaruse2011-08-021-0/+16
* * hash.c (recursive_hash): hash value of emptied hash should benobu2011-08-021-0/+5
* * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu2011-08-021-0/+4
* * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei2011-08-011-0/+8
* Correct RubyGems bin check on Windows. Bug #5111luislavena2011-08-011-0/+6
* * ChangeLog: fix a typo.nagachika2011-08-011-1/+1
* * test/ruby/test_process.rb (TestProcess#windows?): new method.usa2011-08-011-0/+9
* * test/rake/test_rake_functional.rb: Don't assume the binary name ofdrbrain2011-08-011-0/+6
* * test/io/console/test_io_console.rb (TestIO_Console#test_sync):shyouhei2011-08-011-0/+5
* * test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):shyouhei2011-08-011-0/+12
* * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain2011-08-011-0/+5
* remove duplicated entrykazu2011-08-011-2/+0
* * insns.def (concatstrings): don't use initial ASCII-8BIT string.naruse2011-08-011-0/+5
* Forward-ports r32780 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+6
* Forward-ports r32777 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+7
* Forward-ports r32776 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+6
* Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+7
* Forward-ports r32775 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+5
* * vm.c (check_env): print debug messages to stderr.ktsj2011-07-311-0/+5
* * vm.c (vm_make_env_each): don't save prev env value.ktsj2011-07-311-0/+7
* Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+11
* * io.c (rb_pipe): pipe on cygwin can succeed half but failnobu2011-07-311-0/+5
* * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj2011-07-311-0/+4
* * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain2011-07-311-0/+5
* * io.c (rb_io_each_byte): remove unused variable e.naruse2011-07-301-0/+4
* * test/bigdecimal/test_bigdecimal.rb (test_version): removed.mrkn2011-07-301-0/+4
* * defs/default_gems: separate from tool/rbinstall.rb.nobu2011-07-301-0/+4
* * io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu2011-07-301-0/+5
* * 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