aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* r39766 denied to initialized already initialized time objectnaruse2013-03-151-1/+0
* * 2013-03-16svn2013-03-151-2/+2
* * test/ruby/test_lazy_enumerator.rb (TestLazyEnumerator#test_drop_while):headius2013-03-151-0/+6
* time.c: check re-initializenobu2013-03-153-7/+53
* * test/rubygems/test_gem_package.rb (test_verify_nonexistent): fixnobu2013-03-151-1/+1
* * test/rubygems/test_gem_package.rb (test_verify_nonexistent): shouldnobu2013-03-151-1/+1
* error.c: rb_sys_fail_path_innobu2013-03-153-22/+30
* fix filenamekazu2013-03-151-1/+1
* internal.h: export rb_sys_fail_path_with_funcnobu2013-03-152-2/+6
* file.c: rb_sys_fail_path_with_funcnobu2013-03-155-25/+21
* * file.c (rb_sys_fail_path): define & use rb_sys_fail_path0 like r39752naruse2013-03-142-1/+18
* * proc.c: Typo in Proc.arity found by Jack Nagel [Bug #8094]zzak2013-03-142-1/+5
* * 2013-03-15svn2013-03-141-2/+2
* Makefile.sub: __FUNCTION__nobu2013-03-141-0/+3
* file.c: insert separatornobu2013-03-141-0/+1
* configure.in, file.c: RUBY_FUNCTION_NAME_STRINGnobu2013-03-143-2/+26
* * file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC.naruse2013-03-142-2/+10
* * file.c (rb_sys_fail_path0): add to append the name of called functionnaruse2013-03-142-1/+18