aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto2011-11-151-0/+8
* * include/ruby/ruby.h: get rid of gcc specific rb_long2int(),kosaki2011-11-151-0/+10
* * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki2011-11-151-0/+5
* * regcomp.c (print_indent_tree): fix double printing of ENCLOSE_OPTIONnaruse2011-11-151-0/+5
* revert r33752 and fix test case based [ruby-dev:44866].ayumin2011-11-141-2/+2
* * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin2011-11-141-0/+5
* * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr2011-11-141-0/+7
* * bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki2011-11-141-0/+7
* * numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()kosaki2011-11-141-0/+5
* * include/ruby/ruby.h: add #ifdef comment.kosaki2011-11-141-0/+4
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+8
* * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki2011-11-141-0/+6
* * test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki2011-11-141-0/+5
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-141-0/+11
* * ext/dbm/extconf.rb: use convertible_int.nobu2011-11-131-0/+4
* * lib/mkmf.rb (checking_for): should not modify the result.nobu2011-11-131-0/+9
* * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag afterakr2011-11-131-0/+5
* * ext/dbm/extconf.rb: rollback for each headers for each libraries.akr2011-11-131-0/+4
* * ext/dbm/extconf.rb: treat libc as a choice for a library whichakr2011-11-131-0/+5
* * ext/dbm/extconf.rb: duplicate $libs and $defs when save them.akr2011-11-131-0/+4
* * ext/dbm/extconf.rb: rollback $libs and $defs when db detection isakr2011-11-131-0/+6
* * test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki2011-11-121-0/+6
* * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki2011-11-121-0/+5
* * io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): usenobu2011-11-121-0/+5
* * ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.nobu2011-11-121-0/+4
* * ChangeLog, io.c: whitespace-cleanup.nobu2011-11-121-5/+5
* * ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbmakr2011-11-121-0/+9
* * bootstraptest/runner.rb: don't suppress SIGINT.kosaki2011-11-121-1/+6
* * io.c (fcntl_narg_len): introduce narg calculation for fcntl insteadkosaki2011-11-121-0/+6
* * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki2011-11-121-0/+4
* * test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki2011-11-121-0/+5
* * io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, butkosaki2011-11-121-0/+5
* * io.c (rb_ioctl): don't expose our sanity check value to ruby script.kosaki2011-11-121-0/+7
* * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki2011-11-121-0/+10
* * io.c (struct io_cntl_arg): remove io_p member.kosaki2011-11-121-0/+9
* * io.c (setup_narg): fix off by one bug.kosaki2011-11-121-0/+4
* * io.c (+setup_narg): factor out length calculation logic.kosaki2011-11-121-0/+5
* * io.c (+ioctl_narg_len) new helper function.kosaki2011-11-121-0/+6
* * ext/dbm/extconf.rb: db_prefix is not required now.akr2011-11-111-0/+4
* * ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available.akr2011-11-111-0/+4
* * ext/dbm/extconf.rb: fix dbm_pagfno and dbm_dirfno detection withakr2011-11-111-0/+7
* * process.c (proc_seteuid): separate an internal wrapper functionnobu2011-11-111-0/+5
* * lib/mkmf.rb (have_library, find_library, have_func): allownobu2011-11-111-0/+5
* * vm_dump.c (HAVE_BACKTRACE): fallback to 0.nobu2011-11-111-0/+14
* * io.c (pipe_open): Remove fflush(stdin). it's no effect.kosaki2011-11-111-0/+6
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain2011-11-101-0/+6
* * lib/mkmf.rb (have_library, have_func, have_var, have_header):nobu2011-11-101-0/+5
* * ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext):drbrain2011-11-091-0/+5
* * thread_pthread.c (gvl_yield): don't prevent concurrent sched_yield().kosaki2011-11-091-0/+5
* * io.c (rb_update_max_fd): fstat(2) can fail with other thannobu2011-11-091-1/+1