summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-03Cosmetic change of Hash literal.nahi
2011-08-03update doc.akr
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-08-03* variable.c (check_before_mod_set): should be static.nobu
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-02Revert "* encoding.c (enc_find): simplified with RB_TYPE_P."naruse
2011-08-02Refix r32815.naruse
2011-08-02* 2011-08-03svn
2011-08-02* lib/prettyprint.rb: update document. [ruby-core:36776]akr
2011-08-02* encoding.c (enc_find): simplified with RB_TYPE_P.nobu
2011-08-02Fix r32811: add UNSPECIFIED_ENCODING case.naruse
2011-08-02* gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse
2011-08-02Remove an obsolete file, ToDo.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-02* property.nobu
2011-08-01* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei
2011-08-01* 2011-08-02svn
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* 2011-08-01svn
2011-08-01* insns.def (concatstrings): don't use initial ASCII-8BIT string.naruse
2011-07-31Forward-ports r32779 from branches/ruby_1_9_3 to trunk. The original commityugui
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* property.nobu
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* 2011-07-31svn
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