[前][次][番号順一覧][上]

ruby-changes:21501-21600

  21501 2011-10-29 13:02 [ko1@a...            ] akr:r33550 (trunk): * process.c (ruby_setsid): use rb_cloexec_open.
  21502 2011-10-29 14:27 [ko1@a...            ] akr:r33551 (trunk): * io.c (rb_cloexec_open): use O_CLOEXEC if available.
  21504 2011-10-29 20:02 [ko1@a...            ] akr:r33553 (trunk): * include/ruby/intern.h (rb_cloexec_dup): declared.
  21505 2011-10-29 20:58 [ko1@a...            ] akr:r33554 (trunk): add a comment.      
  21506 2011-10-29 20:59 [ko1@a...            ] akr:r33555 (trunk): * io.c (rb_cloexec_dup): use F_DUPFD_CLOEXEC if available.
  21507 2011-10-29 21:08 [ko1@a...            ] arton:r33556 (trunk): * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010. [Bug #5243]
  21508 2011-10-29 22:11 [ko1@a...            ] akr:r33557 (trunk): * include/ruby/intern.h (rb_cloexec_dup2): declared.
  21509 2011-10-29 23:56 [ko1@a...            ] ktsj:r33558 (trunk): * ChangeLog: style fix.
  21510 2011-10-30 00:49 [ko1@a...            ] knu:r33559 (ruby_1_8): * configure.in (CXX): Set CXX when mkconfig.rb wants it defined.
  21511 2011-10-30 00:49 [ko1@a...            ] svn:r33560 (ruby_1_8): * 2011-10-30     
  21512 2011-10-30 07:48 [ko1@a...            ] akr:r33561 (trunk): * configure.in: check dup3.
  21513 2011-10-30 07:48 [ko1@a...            ] svn:r33562 (trunk): * 2011-10-30        
  21514 2011-10-30 08:30 [ko1@a...            ] akr:r33563 (trunk): * io.c (rb_cloexec_dup2): don't set CLOEXEC for standard file
  21515 2011-10-30 10:02 [ko1@a...            ] akr:r33564 (trunk): * io.c (rb_cloexec_dup): don't allocate standard file descriptors.
  21516 2011-10-30 10:48 [ko1@a...            ] nobu:r33565 (trunk): * io.c (rb_cloexec_dup, rb_cloexec_dup2): CLOEXEC has been set if
  21517 2011-10-30 10:50 [ko1@a...            ] nobu:r33566 (trunk): * tool/rbinstall.rb (install_recursive, bin-comm): split mere
  21518 2011-10-30 18:47 [ko1@a...            ] akr:r33567 (trunk): * ruby.c (fill_standard_fds): new function to open closed standard
  21519 2011-10-30 18:47 [ko1@a...            ] yugui:r33568 (ruby_1_9_3): Bump version 
  21520 2011-10-30 18:47 [ko1@a...            ] svn:r33569 (ruby_1_9_3): * 2011-10-30   
  21521 2011-10-30 18:51 [ko1@a...            ] yugui:r33570: tags branches/ruby_1_9_3@33569 as v1_9_3_0
  21522 2011-10-30 20:07 [ko1@a...            ] akr:r33571 (trunk): * io.c (rb_cloexec_dup): refine control flow.
  21523 2011-10-30 21:13 [ko1@a...            ] akr:r33572 (trunk): * include/ruby/intern.h (rb_cloexec_pipe): declared.
  21524 2011-10-30 22:34 [ko1@a...            ] akr:r33573 (trunk): * ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)
  21525 2011-10-30 22:48 [ko1@a...            ] akr:r33574 (trunk): * configure.in: check pipe2.
  21526 2011-10-31 00:17 [ko1@a...            ] akr:r33575 (trunk): * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.
  21527 2011-10-31 00:17 [ko1@a...            ] svn:r33576 (trunk): * 2011-10-31        
  21529 2011-10-31 10:52 [ko1@a...            ] usa:r33578 (trunk): * io.c (rb_cloexec_fcntl_dupfd): this function needs F_DUPFD.
  21530 2011-10-31 12:07 [ko1@a...            ] akr:r33579 (trunk): * io.c (rb_cloexec_dup2): check oldfd == newfd at first.
  21531 2011-10-31 12:39 [ko1@a...            ] akr:r33580 (trunk): * ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt if
  21532 2011-10-31 13:16 [ko1@a...            ] usa:r33581 (trunk): * win32/win32.c (setfl): extract from fcntl().
  21533 2011-10-31 19:15 [ko1@a...            ] akr:r33582 (trunk): * test/resolv/test_dns.rb: don't check maximum sleeped time.
  21534 2011-10-31 20:17 [ko1@a...            ] akr:r33583 (trunk): * io.c (fd_set_cloexec): clear CLOEXEC flag for standard file
  21535 2011-10-31 21:03 [ko1@a...            ] akr:r33584 (trunk): * lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.
  21536 2011-10-31 21:49 [ko1@a...            ] akr:r33585 (trunk): * include/ruby/intern.h (rb_fd_fix_cloexec): renamed from
  21537 2011-10-31 22:07 [ko1@a...            ] akr:r33586 (trunk): * ext/dbm/dbm.c (fdbm_initialize): use O_CLOEXEC if available.
  21538 2011-10-31 22:21 [ko1@a...            ] naruse:r33587 (trunk): * io.c (rb_cloexec_pipe): NetBSD 6.0 will support pipe2(2),
  21539 2011-10-31 22:50 [ko1@a...            ] naruse:r33588 (trunk): Fix previous commit (r33586).
  21540 2011-10-31 23:38 [ko1@a...            ] akr:r33589 (trunk): * ext/socket/init.c (rsock_socket): use SOCK_CLOEXEC if available.
  21541 2011-10-31 23:50 [ko1@a...            ] akr:r33590 (trunk): * ext/socket/socket.c (rsock_socketpair): extracted from
  21542 2011-11-01 03:05 [ko1@a...            ] svn:r33592 (trunk): * 2011-11-01        
  21543 2011-11-01 03:06 [ko1@a...            ] usa:r33591 (trunk): * ruby.c (load_file_internal): convert the encoding of load path if
  21544 2011-11-01 06:01 [ko1@a...            ] akr:r33593 (trunk): * ext/socket/socket.c (rsock_socketpair): use SOCK_CLOEXEC if
  21545 2011-11-01 07:33 [ko1@a...            ] akr:r33594 (trunk): * ext/socket/ancdata.c (nogvl_recvmsg_func): use MSG_CMSG_CLOEXEC if
  21546 2011-11-01 08:24 [ko1@a...            ] akr:r33595 (trunk): add comment.        
  21547 2011-11-01 08:26 [ko1@a...            ] akr:r33596 (trunk): * ext/socket/init.c (cloexec_accept): new function to use accept4 if
  21548 2011-11-01 09:42 [ko1@a...            ] naruse:r33597 (trunk): On some platforms, object_id can be negative value like NetBSD.
  21549 2011-11-01 12:04 [ko1@a...            ] akr:r33598 (trunk): * io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.
  21550 2011-11-01 12:05 [ko1@a...            ] akr:r33599 (trunk): add comment.        
  21551 2011-11-01 12:37 [ko1@a...            ] akr:r33600 (trunk): * internal.h (rb_maygvl_fd_fix_cloexec): change the visibility for
  21552 2011-11-01 13:32 [ko1@a...            ] naruse:r33601 (trunk): * vsnprintf.c (BSD_vfprintf): support 'll' prefix.
  21553 2011-11-01 14:57 [ko1@a...            ] naruse:r33602 (trunk): * io.c (nogvl_io_cntl): rb_cloexec_fcntl_dupfd's 2nd argument is int.
  21554 2011-11-01 17:18 [ko1@a...            ] naruse:r33603 (trunk): * file.c (file_expand_path): reset coderange after expanding path.
  21555 2011-11-01 19:01 [ko1@a...            ] akr:r33604 (trunk): * io.c (rb_io_reopen): call rb_maygvl_fd_fix_cloexec after freopen().
  21556 2011-11-01 19:49 [ko1@a...            ] akr:r33605 (trunk): * io.c (rb_io_reopen): call rb_fd_fix_cloexec instead of
  21557 2011-11-01 21:44 [ko1@a...            ] naruse:r33606 (trunk): * io.c (rb_cloexec_pipe): remove workaround of r33587.
  21558 2011-11-01 22:08 [ko1@a...            ] nobu:r33607 (trunk): * configure.in: reject llvm-gcc.
  21559 2011-11-02 00:22 [ko1@a...            ] shugo:r33608 (trunk): * test/ruby/test_marshal.rb: renamed methods duplicated with those
  21560 2011-11-02 00:22 [ko1@a...            ] svn:r33609 (trunk): * 2011-11-02        
  21561 2011-11-02 00:52 [ko1@a...            ] ayumin:r33610 (trunk): * test/psych/test_yamldbm.rb: avoid platform dependency.
  21562 2011-11-02 08:18 [ko1@a...            ] akr:r33611 (trunk, ruby_1_8): * lib/webrick/utils.rb: fix fcntl call.
  21563 2011-11-02 08:18 [ko1@a...            ] svn:r33612 (ruby_1_8): * 2011-11-02     
  21564 2011-11-02 21:36 [ko1@a...            ] nobu:r33613 (trunk): * complex.c (nucomp_rationalize): fix function.  
  21565 2011-11-03 08:42 [ko1@a...            ] emboss:r33614 (trunk): * test/openssl/test_engine.rb: call Engine::cleanup on exit.
  21566 2011-11-03 08:42 [ko1@a...            ] svn:r33615 (trunk): * 2011-11-03        
  21567 2011-11-03 19:55 [ko1@a...            ] akr:r33616 (trunk): close a socket in test_socket_new.
  21568 2011-11-03 20:15 [ko1@a...            ] akr:r33617 (trunk): add test for close-on-exec.
  21569 2011-11-03 21:51 [ko1@a...            ] nagachika:r33618 (trunk): * test/ruby/test_process.rb: clean up a garbage character.
  21570 2011-11-03 22:14 [ko1@a...            ] nagachika:r33619 (trunk): * ext/socket/init.c (rsock_socket): set close-on-exec flag when
  21571 2011-11-03 22:46 [ko1@a...            ] akr:r33620 (trunk): * ext/socket/socket.c (rsock_socketpair0): extracted from
  21572 2011-11-03 22:51 [ko1@a...            ] nobu:r33621 (trunk): * thread.c (rb_fd_rcopy): suppress warnings on mingw32.
  21573 2011-11-04 00:19 [ko1@a...            ] usa:r33622 (trunk): * encoding.c (rb_locale_charmap): ignore calling nl_langinfo_codeset()
  21574 2011-11-04 00:19 [ko1@a...            ] svn:r33623 (trunk): * 2011-11-04        
  21575 2011-11-04 00:54 [ko1@a...            ] naruse:r33624 (trunk): Don't define tests if there is no psych.
  21576 2011-11-04 00:54 [ko1@a...            ] naruse:r33625 (trunk): * ext/readline/readline.c (Init_readline): fix wrong condition.
  21577 2011-11-04 01:24 [ko1@a...            ] naruse:r33626 (trunk): * ext/readline/readline.c (Init_readline): like r18313, libedit's
  21578 2011-11-04 02:00 [ko1@a...            ] usa:r33627 (trunk): * io.c (make_writeconv): unversal_newline converter is for reading.
  21579 2011-11-04 03:45 [ko1@a...            ] usa:r33628 (trunk): * io.c (make_writeconv): fixed typo of previous commit.
  21580 2011-11-04 04:06 [ko1@a...            ] usa:r33629 (trunk): * io.c (make_writeconv): fixed typo of previous commit.
  21581 2011-11-04 04:56 [ko1@a...            ] usa:r33630 (trunk): * win32/configure.bat: disable delayed expansion of enironment variable.
  21582 2011-11-04 08:45 [ko1@a...            ] emboss:r33631 (trunk): * ext/openssl/extconf.rb:
  21583 2011-11-04 09:33 [ko1@a...            ] emboss:r33632 (trunk): * test/openssl/test_engine.rb: add first tests for builtin "openssl"
  21584 2011-11-04 14:12 [ko1@a...            ] nahi:r33633 (trunk): * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSA
  21585 2011-11-04 16:19 [ko1@a...            ] nobu:r33634 (trunk): * whitespace cleanup.
  21586 2011-11-05 11:20 [ko1@a...            ] akr:r33635 (trunk): * ext/socket/socket.c (rsock_socketpair0): don't clear
  21587 2011-11-05 11:20 [ko1@a...            ] svn:r33636 (trunk): * 2011-11-05        
  21588 2011-11-05 15:46 [ko1@a...            ] akr:r33637 (trunk): * ext/socket/init.c (rsock_socket0): extract single socket() call with
  21589 2011-11-05 16:38 [ko1@a...            ] ktsj:r33638 (trunk): * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,
  21590 2011-11-05 17:57 [ko1@a...            ] akr:r33639 (trunk): * ext/socket/init.c (rsock_socket0): don't clear try_sock_cloexec if
  21591 2011-11-05 18:06 [ko1@a...            ] akr:r33640 (trunk): * ext/socket/socket.c (rsock_socketpair0): refactored.
  21592 2011-11-05 19:13 [ko1@a...            ] akr:r33641 (trunk): * io.c (rb_cloexec_fcntl_dupfd): don't clear try_dupfd_cloexec if
  21593 2011-11-05 20:31 [ko1@a...            ] duerst:r33642 (trunk): insns.def: Some fixes and tweaks to English explanations
  21594 2011-11-06 00:14 [ko1@a...            ] akr:r33643 (trunk): * lib/test/unit.rb (Test::Unit::Options#non_options): options[:ruby]
  21595 2011-11-06 00:14 [ko1@a...            ] svn:r33644 (trunk): * 2011-11-06        
  21596 2011-11-06 03:33 [ko1@a...            ] emboss:r33645 (trunk): * test/openssl/test_engine.rb: add test for engine cipher. RC4 is used
  21597 2011-11-06 14:51 [ko1@a...            ] akr:r33646 (trunk): * ext/socket/rubysocket.h (rsock_recvmsg): declared.
  21598 2011-11-07 01:18 [ko1@a...            ] ayumin:r33647 (trunk): * lib/debug.rb: add help for 'pp' and 'r[estart]'.
  21599 2011-11-07 01:18 [ko1@a...            ] svn:r33648 (trunk): * 2011-11-07        
  21600 2011-11-07 19:27 [ko1@a...            ] usa:r33649 (trunk): * test/ruby/test_io_m17n.rb

[前][次][番号順一覧][上]