aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix r33766.naruse2011-11-161-1/+1
* * ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa2011-11-162-2/+5
* * bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning.usa2011-11-162-1/+5
* * lib/minitest/unit.rb (assert_raises): experimental fix to runnaruse2011-11-162-3/+11
* * 2011-11-16svn2011-11-151-2/+2
* * test/ruby/test_thread.rb (test_condvar_timed_wait): useakr2011-11-152-1/+7
* * ext/openssl/ossl_asn1.c: get rid of potential overflow.nobu2011-11-151-11/+11
* * test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr2011-11-152-1/+7
* * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr2011-11-155-6/+11
* * sparc.c: property.nobu2011-11-150-0/+0
* * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL,kosaki2011-11-152-14/+30
* * fix ANSI C compliance of r33757ngoto2011-11-152-2/+2
* * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto2011-11-154-16/+42
* * include/ruby/ruby.h: get rid of gcc specific rb_long2int(),kosaki2011-11-152-68/+55
* * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki2011-11-152-2/+7
* * regcomp.c (print_indent_tree): fix double printing of ENCLOSE_OPTIONnaruse2011-11-152-1/+5
* revert r33752 and fix test case based [ruby-dev:44866].ayumin2011-11-142-6/+5
* * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin2011-11-142-1/+7
* * 2011-11-15svn2011-11-141-2/+2
* added a description of NUM2SHORT() to NEWSkosaki2011-11-141-0/+2
* * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr2011-11-143-0/+9
* add comment.akr2011-11-141-2/+2
* * ext/-test-/num2int/num2int.c: should return valid values.nobu2011-11-141-0/+8
* * bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki2011-11-143-8/+13
* * numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()kosaki2011-11-142-1/+6
* * include/ruby/ruby.h: add #ifdef comment.kosaki2011-11-142-2/+6
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-145-0/+166
* * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki2011-11-143-14/+17
* * test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki2011-11-142-0/+58
* * 2011-11-14svn2011-11-141-2/+2
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-147-4/+249
* * ext/dbm/extconf.rb: use convertible_int.nobu2011-11-133-10/+7
* * lib/mkmf.rb (checking_for): should not modify the result.nobu2011-11-133-20/+56
* * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag afterakr2011-11-132-0/+6
* update comments.akr2011-11-132-2/+2
* * ext/dbm/extconf.rb: rollback for each headers for each libraries.akr2011-11-132-7/+9
* * ext/dbm/extconf.rb: treat libc as a choice for a library whichakr2011-11-132-2/+9
* * ext/dbm/extconf.rb: duplicate $libs and $defs when save them.akr2011-11-132-2/+6
* * ext/dbm/extconf.rb: rollback $libs and $defs when db detection isakr2011-11-132-0/+17
* * test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki2011-11-123-0/+8
* * 2011-11-13svn2011-11-121-2/+2
* * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki2011-11-122-1/+6
* * io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): usenobu2011-11-122-5/+10
* * ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.nobu2011-11-122-2/+6
* update comment.akr2011-11-121-2/+2
* * ChangeLog, io.c: whitespace-cleanup.nobu2011-11-122-8/+8
* * ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbmakr2011-11-123-7/+11
* * bootstraptest/runner.rb: don't suppress SIGINT.kosaki2011-11-122-1/+9
* * io.c (fcntl_narg_len): introduce narg calculation for fcntl insteadkosaki2011-11-122-1/+142
* * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki2011-11-122-0/+15