summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-08-04* include/ruby/missing.h: define __syscall on OpenBSD as r32702.naruse
2011-08-03* tool/rbinstall.rb: use rubygems to load gemspecs, copy actualtenderlove
2011-08-03* configure.in: set CXX variable to the C++ compiler that matches themrkn
2011-08-03* lib/mkmf.rb (link_command): use static library only for bundlednobu
2011-08-03installing psych as a gemtenderlove
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-08-03* test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):shyouhei
2011-08-02* encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu
2011-08-02* lib/prettyprint.rb: update document. [ruby-core:36776]akr
2011-08-02* gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse
2011-08-02* test/testunit/test_parallel.rb: pass "--ruby" option tosorah
2011-08-02* encoding.c (str_to_encoding): rename from to_encoding andnaruse
2011-08-02* hash.c (recursive_hash): hash value of emptied hash should benobu
2011-08-02* parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu
2011-08-01* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei
2011-08-01Correct RubyGems bin check on Windows. Bug #5111luislavena
2011-08-01* ChangeLog: fix a typo.nagachika
2011-08-01* test/ruby/test_process.rb (TestProcess#windows?): new method.usa
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