[前][次][スレッド一覧][上]

ruby-changes:21601-21700

  21601 2011-11-07 19:44 [ko1@a...            ] akr:r33650 (trunk): * io.c (rb_close_before_exec): use F_MAXFD if available.
  21602 2011-11-07 20:08 [ko1@a...            ] usa:r33651 (trunk): * io.c (io_fflush): remove fsync().
  21603 2011-11-07 20:17 [ko1@a...            ] akr:r33652 (trunk): * ext/dbm/extconf.rb: check dbm_pagfno() and dbm_dirfno().
  21604 2011-11-07 20:22 [ko1@a...            ] tenderlove:r33653 (trunk): * test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,
  21605 2011-11-07 20:28 [ko1@a...            ] tenderlove:r33654 (trunk): * test/psych/test_yamlstore.rb: make test case inherit from MiniTest,
  21606 2011-11-07 20:33 [ko1@a...            ] tenderlove:r33655 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that look
  21607 2011-11-07 21:16 [ko1@a...            ] akr:r33656 (trunk): add comment.        
  21608 2011-11-07 22:06 [ko1@a...            ] akr:r33657 (trunk): * ext/gdbm/gdbm.c (fgdbm_initialize): set close-on-exec flag.
  21609 2011-11-07 23:45 [ko1@a...            ] arton:r33658 (ruby_1_9_3): * io.c (io_fflush): remove fsync().
  21610 2011-11-07 23:46 [ko1@a...            ] svn:r33659 (ruby_1_9_3): * 2011-11-07   
  21611 2011-11-08 01:34 [ko1@a...            ] tarui:r33660 (ruby_1_9_3): * io.c (make_writeconv): unversal_newline converter is for reading.
  21612 2011-11-08 01:34 [ko1@a...            ] svn:r33661 (ruby_1_9_3): * 2011-11-08   
  21613 2011-11-08 02:48 [ko1@a...            ] usa:r33662 (trunk): * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,
  21614 2011-11-08 02:48 [ko1@a...            ] svn:r33663 (trunk): * 2011-11-08        
  21615 2011-11-08 06:01 [ko1@a...            ] akr:r33664 (trunk): update doc.         
  21616 2011-11-08 11:04 [ko1@a...            ] naruse:r33665 (trunk): * ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn't
  21617 2011-11-08 14:51 [ko1@a...            ] usa:r33666 (trunk): * ChangeLog: commit miss of r33662.
  21618 2011-11-08 14:52 [ko1@a...            ] usa:r33667 (trunk): * io.c (io_fwrite): call rb_w32_write_console() only if FMODE_TTY is
  21619 2011-11-08 17:26 [ko1@a...            ] naruse:r33668 (trunk): * ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flag
  21620 2011-11-08 17:31 [ko1@a...            ] nobu:r33669 (trunk): * lib/mkmf.rb (cpp_command): remove multiple -arch flags since cpp
  21621 2011-11-08 17:59 [ko1@a...            ] nobu:r33670 (trunk): * include/ruby/ruby.h (rb_long2int): define as a macro always, so
  21622 2011-11-08 18:03 [ko1@a...            ] nobu:r33671 (trunk): * ext/-test-/old_thread_select/extconf.rb: ignore deprecated
  21623 2011-11-08 19:04 [ko1@a...            ] akr:r33672 (trunk): * ext/pty/pty.c (MasterDevice): define only when used.
  21624 2011-11-08 20:51 [ko1@a...            ] akr:r33673 (trunk): * test/dbm/test_dbm.rb: split tests for read only database.
  21625 2011-11-08 23:27 [ko1@a...            ] nobu:r33674 (trunk): * ext/tk/tcltklib.c (rb_thread_critical): fix type.
  21626 2011-11-08 23:32 [ko1@a...            ] naruse:r33675 (trunk): * addr2line.c (PATH_MAX): define if not defined. 
  21627 2011-11-08 23:34 [ko1@a...            ] nobu:r33676 (trunk): * ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store)
  21628 2011-11-09 02:13 [ko1@a...            ] naruse:r33677 (trunk): FreeBSD 8.2 sticks this  [Bug #5524]
  21629 2011-11-09 02:13 [ko1@a...            ] svn:r33678 (trunk): * 2011-11-09        
  21630 2011-11-09 04:54 [ko1@a...            ] tenderlove:r33679 (trunk): * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,
  21631 2011-11-09 10:32 [ko1@a...            ] nobu:r33680 (trunk): property           
  21632 2011-11-09 10:32 [ko1@a...            ] nobu:r33681 (trunk): * configure.in: should not use test -e for portability.
  21633 2011-11-09 11:07 [ko1@a...            ] naruse:r33682 (trunk): * thread.c (do_select): fix cast, tv_sec is time_t.
  21634 2011-11-09 11:41 [ko1@a...            ] nobu:r33683 (trunk): * template/Doxyfile.tmpl (INCLUDE_PATH): add srcdir and include.
  21635 2011-11-09 13:26 [ko1@a...            ] ko1:r33684 (trunk): * cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit using
  21636 2011-11-09 16:43 [ko1@a...            ] usa:r33685 (trunk): * win32/win32.c (unixtime_to_filetime): should check the return value
  21637 2011-11-09 19:02 [ko1@a...            ] ko1:r33686 (trunk): * test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).
  21638 2011-11-09 20:08 [ko1@a...            ] usa:r33687 (trunk): * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):
  21639 2011-11-09 22:15 [ko1@a...            ] usa:r33688 (trunk): * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):
  21640 2011-11-09 22:26 [ko1@a...            ] akr:r33689 (trunk): add comment.        
  21641 2011-11-09 22:54 [ko1@a...            ] nobu:r33690 (trunk): * io.c (rb_sysopen): max fd is updated in rb_sysopen_internal()
  21642 2011-11-09 23:21 [ko1@a...            ] nobu:r33691 (trunk): * io.c (rb_update_max_fd): fstat(2) can fail with other than
  21643 2011-11-09 23:23 [ko1@a...            ] nobu:r33692 (trunk): * io.c (rb_update_max_fd): fstat(2) can fail with other than
  21644 2011-11-10 02:11 [ko1@a...            ] kosaki:r33693 (trunk): * thread_pthread.c (gvl_yield): don't prevent concurrent sched_yield().
  21645 2011-11-10 02:11 [ko1@a...            ] svn:r33694 (trunk): * 2011-11-10        
  21646 2011-11-10 08:46 [ko1@a...            ] drbrain:r33695 (trunk): * ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext):
  21647 2011-11-10 15:02 [ko1@a...            ] nobu:r33696 (trunk): * lib/mkmf.rb (have_library, have_func, have_var, have_header):
  21648 2011-11-10 15:13 [ko1@a...            ] nobu:r33697 (trunk): * lib/mkmf.rb (try_func): ignore empty opts.
  21649 2011-11-10 15:43 [ko1@a...            ] nobu:r33699 (trunk): * ext/dbm/extconf.rb: set DB_DBM_HSEARCH macro to check dbm_pagfno and
  21650 2011-11-10 15:43 [ko1@a...            ] nobu:r33698 (trunk): * ext/dbm/extconf.rb: check for dsize as LONG_LONG.
  21651 2011-11-10 20:39 [ko1@a...            ] akr:r33700 (trunk): add comment.        
  21652 2011-11-11 08:35 [ko1@a...            ] drbrain:r33701 (trunk): * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES):  Use symbol keys instead
  21653 2011-11-11 08:35 [ko1@a...            ] svn:r33702 (trunk): * 2011-11-11        
  21654 2011-11-11 12:36 [ko1@a...            ] akr:r33703 (trunk): add comment.        
  21655 2011-11-11 12:41 [ko1@a...            ] kosaki:r33704 (trunk): * io.c (pipe_open): Remove fflush(stdin). it's no effect.
  21656 2011-11-11 17:09 [ko1@a...            ] nobu:r33705 (trunk): * vm_dump.c (HAVE_BACKTRACE): fallback to 0.
  21657 2011-11-11 17:21 [ko1@a...            ] nobu:r33706 (trunk): * lib/mkmf.rb (have_library, find_library, have_func): allow
  21658 2011-11-11 18:42 [ko1@a...            ] nobu:r33707 (trunk): * process.c (proc_seteuid): separate an internal wrapper function
  21659 2011-11-11 21:04 [ko1@a...            ] akr:r33708 (trunk): * ext/dbm/extconf.rb: fix dbm_pagfno and dbm_dirfno detection with
  21660 2011-11-11 21:14 [ko1@a...            ] akr:r33709 (trunk): * ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available.
  21661 2011-11-11 23:01 [ko1@a...            ] akr:r33710 (trunk): * ext/dbm/extconf.rb: db_prefix is not required now.
  21662 2011-11-12 11:07 [ko1@a...            ] svn:r33712 (trunk): * 2011-11-12        
  21663 2011-11-12 11:07 [ko1@a...            ] kosaki:r33711 (trunk): * io.c (+ioctl_narg_len) new helper function.
  21664 2011-11-12 11:10 [ko1@a...            ] kosaki:r33713 (trunk): * io.c (+setup_narg): factor out length calculation logic.
  21665 2011-11-12 11:12 [ko1@a...            ] kosaki:r33714 (trunk): * io.c (setup_narg): fix off by one bug.
  21666 2011-11-12 11:17 [ko1@a...            ] kosaki:r33715 (trunk): * io.c (struct io_cntl_arg): remove io_p member.
  21667 2011-11-12 11:25 [ko1@a...            ] kosaki:r33716 (trunk): * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.
  21668 2011-11-12 11:28 [ko1@a...            ] kosaki:r33717 (trunk): * io.c (rb_ioctl): don't expose our sanity check value to ruby script.
  21669 2011-11-12 11:29 [ko1@a...            ] kosaki:r33718 (trunk): * io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, but
  21670 2011-11-12 11:31 [ko1@a...            ] kosaki:r33719 (trunk): * test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcase
  21671 2011-11-12 11:32 [ko1@a...            ] kosaki:r33720 (trunk): * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.
  21672 2011-11-12 11:34 [ko1@a...            ] kosaki:r33721 (trunk): * io.c (fcntl_narg_len): introduce narg calculation for fcntl instead
  21673 2011-11-12 13:38 [ko1@a...            ] kosaki:r33722 (trunk): * bootstraptest/runner.rb: don't suppress SIGINT.
  21674 2011-11-12 16:06 [ko1@a...            ] akr:r33723 (trunk): * ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbm
  21675 2011-11-12 16:50 [ko1@a...            ] nobu:r33724 (trunk): * ChangeLog, io.c: whitespace-cleanup.
  21676 2011-11-12 16:50 [ko1@a...            ] akr:r33725 (trunk): update comment.     
  21677 2011-11-12 17:02 [ko1@a...            ] nobu:r33726 (trunk): * ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.
  21678 2011-11-12 17:30 [ko1@a...            ] nobu:r33727 (trunk): * io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): use
  21679 2011-11-13 02:43 [ko1@a...            ] kosaki:r33728 (trunk): * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFD
  21680 2011-11-13 02:43 [ko1@a...            ] svn:r33729 (trunk): * 2011-11-13        
  21681 2011-11-13 03:03 [ko1@a...            ] kosaki:r33730 (trunk): * test/webrick/test_cgi.rb (class TestWEBrickCGI): respect
  21682 2011-11-13 12:47 [ko1@a...            ] akr:r33731 (trunk): * ext/dbm/extconf.rb: rollback $libs and $defs when db detection is
  21683 2011-11-13 15:42 [ko1@a...            ] akr:r33732 (trunk): * ext/dbm/extconf.rb: duplicate $libs and $defs when save them.
  21684 2011-11-13 16:25 [ko1@a...            ] akr:r33733 (trunk): * ext/dbm/extconf.rb: treat libc as a choice for a library which
  21685 2011-11-13 19:58 [ko1@a...            ] akr:r33734 (trunk): * ext/dbm/extconf.rb: rollback for each headers for each libraries.
  21686 2011-11-13 21:32 [ko1@a...            ] akr:r33735 (trunk): update comments.    
  21687 2011-11-13 23:22 [ko1@a...            ] akr:r33736 (trunk): * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag after
  21688 2011-11-13 23:46 [ko1@a...            ] nobu:r33737 (trunk): * lib/mkmf.rb (checking_for): should not modify the result.
  21689 2011-11-13 23:47 [ko1@a...            ] nobu:r33738 (trunk): * ext/dbm/extconf.rb: use convertible_int.
  21690 2011-11-14 12:46 [ko1@a...            ] kosaki:r33739 (trunk): * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.
  21691 2011-11-14 12:46 [ko1@a...            ] svn:r33740 (trunk): * 2011-11-14        
  21692 2011-11-14 12:47 [ko1@a...            ] kosaki:r33741 (trunk): * test/-ext-/num2int/test_num2int.rb (class TestNum2int):
  21693 2011-11-14 12:52 [ko1@a...            ] kosaki:r33742 (trunk): * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.
  21694 2011-11-14 12:54 [ko1@a...            ] kosaki:r33743 (trunk): * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.
  21695 2011-11-14 12:55 [ko1@a...            ] kosaki:r33744 (trunk): * include/ruby/ruby.h: add #ifdef comment.
  21696 2011-11-14 14:54 [ko1@a...            ] kosaki:r33745 (trunk): * numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()
  21697 2011-11-14 14:56 [ko1@a...            ] kosaki:r33746 (trunk): * bignum.c (rb_big2ull): fix 32bit platform breakage. we must
  21698 2011-11-14 17:17 [ko1@a...            ] nobu:r33747 (trunk): * ext/-test-/num2int/num2int.c: should return valid values.
  21699 2011-11-14 20:22 [ko1@a...            ] akr:r33748 (trunk): add comment.        
  21700 2011-11-14 22:07 [ko1@a...            ] akr:r33749 (trunk): * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-exec

[前][次][スレッド一覧][上]