aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * remove unused variables.nobu2011-07-292-2/+2
* * ChangeLog: remove trailing spaces.nobu2011-07-291-6/+6
* * 2011-07-30svn2011-07-291-2/+2
* * lib/securerandom.rb: call OpenSSL::Random.seed at the akr2011-07-292-1/+7
* * array.c (rb_ary_set_len): new function to set array length.nobu2011-07-294-1/+23
* * vm_eval.c (rb_apply): get rid of too large alloca.nobu2011-07-292-1/+13
* * test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.nagachika2011-07-291-2/+2
* * ext/socket/mkconstants.rb: fix typos.akr2011-07-292-17/+21
* * ext/socket/mkconstants.rb: use whitespaces as a separator.akr2011-07-292-1/+5
* * ext/socket/mkconstants.rb: add documents for constants.akr2011-07-292-348/+359
* Fix r32731: position of definition.naruse2011-07-291-2/+2
* Run test_popen_fork on FreeBSD because it can run.naruse2011-07-291-1/+0
* * 2011-07-29svn2011-07-291-2/+2
* Use setrlimit(NOFILE,1) on OpenBSD.naruse2011-07-291-1/+3
* * configure.in (enable_pthread): use -pthread on OpenBSD withoutnaruse2011-07-292-1/+8
* * ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead ofnagachika2011-07-282-11/+19
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-283-1/+33
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa2011-07-282-1/+5
* * ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.nobu2011-07-282-12/+6
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu2011-07-283-6/+21
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.nobu2011-07-282-4/+5
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.nobu2011-07-282-4/+5
* the code that depends on timing. [Bug #372] [Bug #4160]seki2011-07-282-62/+29
* See __APPLE__ for __syscall.naruse2011-07-281-1/+1
* * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain2011-07-272-95/+81
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-275-27/+68
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu2011-07-271-2/+7
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu2011-07-271-35/+39