summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki
2011-11-14* test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki
2011-11-14* 2011-11-14svn
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki
2011-11-13* ext/dbm/extconf.rb: use convertible_int.nobu
2011-11-13* lib/mkmf.rb (checking_for): should not modify the result.nobu
2011-11-13* ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag afterakr
2011-11-13update comments.akr
2011-11-13* ext/dbm/extconf.rb: rollback for each headers for each libraries.akr
2011-11-13* ext/dbm/extconf.rb: treat libc as a choice for a library whichakr
2011-11-13* ext/dbm/extconf.rb: duplicate $libs and $defs when save them.akr
2011-11-13* ext/dbm/extconf.rb: rollback $libs and $defs when db detection isakr
2011-11-12* test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki
2011-11-12* 2011-11-13svn
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki
2011-11-12* io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): usenobu
2011-11-12* ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.nobu
2011-11-12update comment.akr
2011-11-12* ChangeLog, io.c: whitespace-cleanup.nobu
2011-11-12* ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbmakr
2011-11-12* bootstraptest/runner.rb: don't suppress SIGINT.kosaki
2011-11-12* io.c (fcntl_narg_len): introduce narg calculation for fcntl insteadkosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki
2011-11-12* io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, butkosaki
2011-11-12* io.c (rb_ioctl): don't expose our sanity check value to ruby script.kosaki
2011-11-12* io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki
2011-11-12* io.c (struct io_cntl_arg): remove io_p member.kosaki
2011-11-12* io.c (setup_narg): fix off by one bug.kosaki
2011-11-12* io.c (+setup_narg): factor out length calculation logic.kosaki
2011-11-12* 2011-11-12svn
2011-11-12* io.c (+ioctl_narg_len) new helper function.kosaki
2011-11-11* ext/dbm/extconf.rb: db_prefix is not required now.akr
2011-11-11* ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available.akr
2011-11-11* ext/dbm/extconf.rb: fix dbm_pagfno and dbm_dirfno detection withakr
2011-11-11* process.c (proc_seteuid): separate an internal wrapper functionnobu
2011-11-11* lib/mkmf.rb (have_library, find_library, have_func): allownobu
2011-11-11* vm_dump.c (HAVE_BACKTRACE): fallback to 0.nobu
2011-11-11* io.c (pipe_open): Remove fflush(stdin). it's no effect.kosaki
2011-11-11add comment.akr
2011-11-10* 2011-11-11svn
2011-11-10* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain
2011-11-10add comment.akr
2011-11-10* ext/dbm/extconf.rb: set DB_DBM_HSEARCH macro to check dbm_pagfno andnobu
2011-11-10* ext/dbm/extconf.rb: check for dsize as LONG_LONG.nobu
2011-11-10* lib/mkmf.rb (try_func): ignore empty opts.nobu
2011-11-10* lib/mkmf.rb (have_library, have_func, have_var, have_header):nobu
2011-11-09* ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext):drbrain
2011-11-09* 2011-11-10svn