aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "* encoding.c (enc_find): simplified with RB_TYPE_P."naruse2011-08-021-1/+1
* Refix r32815.naruse2011-08-021-2/+3
* * 2011-08-03svn2011-08-021-2/+2
* * lib/prettyprint.rb: update document. [ruby-core:36776]akr2011-08-022-1/+12
* * encoding.c (enc_find): simplified with RB_TYPE_P.nobu2011-08-021-1/+1
* Fix r32811: add UNSPECIFIED_ENCODING case.naruse2011-08-021-1/+6
* * gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse2011-08-023-2/+20
* Remove an obsolete file, ToDo.naruse2011-08-021-124/+0
* * test/testunit/test_parallel.rb: pass "--ruby" option tosorah2011-08-022-0/+8
* * encoding.c (str_to_encoding): rename from to_encoding andnaruse2011-08-022-8/+32
* * hash.c (recursive_hash): hash value of emptied hash should benobu2011-08-023-0/+9
* * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu2011-08-022-7/+15
* * property.nobu2011-08-020-0/+0
* * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei2011-08-013-2/+10
* * 2011-08-02svn2011-08-011-2/+2
* Correct RubyGems bin check on Windows. Bug #5111luislavena2011-08-013-1/+9
* * ChangeLog: fix a typo.nagachika2011-08-011-1/+1
* * test/ruby/test_process.rb (TestProcess#windows?): new method.usa2011-08-012-30/+33
* * test/rake/test_rake_functional.rb: Don't assume the binary name ofdrbrain2011-08-013-14/+20
* * test/io/console/test_io_console.rb (TestIO_Console#test_sync):shyouhei2011-08-012-0/+8
* * test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):shyouhei2011-08-012-0/+13
* * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain2011-08-017-8/+62
* remove duplicated entrykazu2011-08-011-2/+0
* * 2011-08-01svn2011-08-011-3/+3
* * insns.def (concatstrings): don't use initial ASCII-8BIT string.naruse2011-08-012-2/+7
* Forward-ports r32779 from branches/ruby_1_9_3 to trunk. The original commityugui2011-07-311-3/+3
* Forward-ports r32780 from branches/ruby_1_9_3 to trunk.yugui2011-07-312-1/+9
* Forward-ports r32777 from branches/ruby_1_9_3 to trunk.yugui2011-07-313-0/+14
* Forward-ports r32776 from branches/ruby_1_9_3 to trunk.yugui2011-07-313-2/+10
* Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui2011-07-312-1/+11
* Forward-ports r32775 from branches/ruby_1_9_3 to trunk.yugui2011-07-312-1/+7
* * vm.c (check_env): print debug messages to stderr.ktsj2011-07-312-7/+12
* * vm.c (vm_make_env_each): don't save prev env value.ktsj2011-07-312-11/+12
* Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.yugui2011-07-315-2/+36
* * io.c (rb_pipe): pipe on cygwin can succeed half but failnobu2011-07-312-0/+13
* * property.nobu2011-07-310-0/+0
* * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj2011-07-313-0/+27
* * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain2011-07-3133-566/+1295
* * io.c (rb_io_each_byte): remove unused variable e.naruse2011-07-302-3/+6
* * 2011-07-31svn2011-07-301-2/+2
* * test/bigdecimal/test_bigdecimal.rb (test_version): removed.mrkn2011-07-302-4/+4
* * defs/default_gems: separate from tool/rbinstall.rb.nobu2011-07-303-10/+21
* * io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu2011-07-303-6/+18
* * strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10ngoto2011-07-302-1/+6
* * test/win32ole/test_win32ole_variant.rb: use skip method to skip the test.suke2011-07-303-15/+15
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.mrkn2011-07-304-1/+41
* added ML refkosaki2011-07-301-0/+1
* * vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.kosaki2011-07-302-2/+6
* * vm.c (th_init): preallocate alternative stack.kosaki2011-07-304-12/+25
* * ext/socket/lib/socket.rb (udp_server_sockets): unused variableakr2011-07-292-2/+6