aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup):usa2013-03-202-2/+9
* * test/ruby/test_signal.rb (test_hup_me): skip if HUP isn't supported.shirosaki2013-03-202-0/+7
* * test/rubygems/test_gem_installer.rb (test_install_extension_flat):shirosaki2013-03-202-0/+7
* * test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup): useusa2013-03-202-4/+11
* * test/win32ole/test_err_in_callback.rb: revert r39823 (debug code).usa2013-03-201-2/+1
* * test/rinda/test_rinda.rb: remove unused variables.ayumin2013-03-192-4/+9
* * ext/bigdecimal/bigdecimal.c: fixed typo. same as r39830ayumin2013-03-191-1/+1
* * ext/bigdecimal/bigdecimal.c: fixed typo.ayumin2013-03-192-1/+6
* * test/ruby/test_signal.rb (test_hup_me): added a few comments.kosaki2013-03-192-0/+8
* * thread.c (ruby_kill): added a few comments.kosaki2013-03-192-0/+8
* * 2013-03-20svn2013-03-191-2/+2
* * thread.c (ruby_kill): release GVL while waiting signal delivered.kosaki2013-03-192-0/+6
* * ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa2013-03-193-2/+7
* * test/win32ole/test_err_in_callback.rb: debug print. I'll remove this later.usa2013-03-191-1/+2
* convert with one converternobu2013-03-192-13/+36
* compose HFS file namesnobu2013-03-193-2/+87
* * dir.c (join_path): move length of path to an argument.nobu2013-03-191-5/+6
* * internal.h: added a declaration of ruby_kill().kosaki2013-03-196-2/+55
* * io.c (linux_iocparm_len): enable only exist _IOC_SIZE().kosaki2013-03-192-2/+7
* * ext/objspace/objspace.c: Fix typo in doc. Patch by Sho Hashimoto.sorah2013-03-192-1/+6
* Add comments to r39808naruse2013-03-181-1/+6
* * configure.in: set ac_cv_prog_cxx if CXX is supplied.mrkn2013-03-182-0/+5
* * configure.in: Fix c++ compiler auto-selection not only formrkn2013-03-182-1/+6
* * 2013-03-19svn2013-03-181-2/+2
* * gc.c: Improve accuracy of objspace_live_num() andnari2013-03-183-6/+16
* * gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari2013-03-183-2/+24
* * gc.c: Fix unlimited memory growth with large values ofnari2013-03-182-1/+8
* * test/win32ole/test_err_in_callback.rbusa2013-03-182-11/+17
* * vm_dump.c (backtrace): on darwin use custom backtrace() to tracenaruse2013-03-183-0/+68
* * vm_exec.h (END_INSN): revert r39517 because the segv seems fixed bynaruse2013-03-182-12/+5
* * vm_exec.c: Correct predefined macro name. This typo is introduced bynaruse2013-03-182-1/+6
* * array.c: Typo in Array#delete by Timo Sand [GH fixes #258]zzak2013-03-172-1/+6
* * 2013-03-18svn2013-03-171-2/+2
* * io.c (io_fillbuf): show fd number on failure to debug.naruse2013-03-172-1/+12
* * array.c: fix rdoc. [ruby-core:53485] [ruby-trunk - Bug #8108]ktsj2013-03-171-1/+1
* * ext/date/date_core.c: include sys/time.h for avoiding implicitkosaki2013-03-162-0/+8
* * include/ruby/missing.h: removed __linux__. it's unnecessary.kosaki2013-03-162-1/+5
* * 2013-03-17svn2013-03-161-2/+2
* missing.h: build fixnobu2013-03-161-1/+3
* test_bignum.rb: refine testnobu2013-03-161-8/+5
* Makefile.sub: fix mswin buildnobu2013-03-161-0/+2
* console.c: supppress warningsnobu2013-03-161-0/+2
* mingw build fixnobu2013-03-162-8/+8
* io.c: max_file_descriptornobu2013-03-161-5/+7
* * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki2013-03-163-1/+46
* * include/ruby/missing.h (__syscall): moved to...kosaki2013-03-164-9/+19
* * include/ruby/missing.h (struct timespec): include <sys/time.h>kosaki2013-03-162-0/+7
* * configure.in: check struct timeval exist or not.kosaki2013-03-168-3/+43
* * configure.in (_FORTIFY_SOURCE): added a few comments.kosaki2013-03-162-0/+8
* * thread_pthread.c (numberof): renamed from ARRAY_SIZE() becausekosaki2013-03-152-3/+8