index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2011-11-08
* ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store)
nobu
2011-11-08
* ext/tk/tcltklib.c (rb_thread_critical): fix type.
nobu
2011-11-08
* ext/pty/pty.c (MasterDevice): define only when used.
akr
2011-11-08
* ext/-test-/old_thread_select/extconf.rb: ignore deprecated
nobu
2011-11-08
* ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flag
naruse
2011-11-08
* ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn't
naruse
2011-11-07
* ext/gdbm/gdbm.c (fgdbm_initialize): set close-on-exec flag.
akr
2011-11-07
add comment.
akr
2011-11-07
* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that look
tenderlove
2011-11-07
* ext/dbm/extconf.rb: check dbm_pagfno() and dbm_dirfno().
akr
2011-11-06
* ext/socket/rubysocket.h (rsock_recvmsg): declared.
akr
2011-11-05
* ext/socket/socket.c (rsock_socketpair0): refactored.
akr
2011-11-05
* ext/socket/init.c (rsock_socket0): don't clear try_sock_cloexec if
akr
2011-11-05
* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,
ktsj
2011-11-05
* ext/socket/init.c (rsock_socket0): extract single socket() call with
akr
2011-11-05
* ext/socket/socket.c (rsock_socketpair0): don't clear
akr
2011-11-04
* whitespace cleanup.
nobu
2011-11-04
* ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSA
nahi
2011-11-03
* ext/openssl/extconf.rb:
emboss
2011-11-03
* ext/readline/readline.c (Init_readline): like r18313, libedit's
naruse
2011-11-03
* ext/readline/readline.c (Init_readline): fix wrong condition.
naruse
2011-11-03
* ext/socket/socket.c (rsock_socketpair0): extracted from
akr
2011-11-03
* ext/socket/init.c (rsock_socket): set close-on-exec flag when
nagachika
2011-11-01
add comment.
akr
2011-11-01
* io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.
akr
2011-10-31
* ext/socket/init.c (cloexec_accept): new function to use accept4 if
akr
2011-10-31
* ext/socket/ancdata.c (nogvl_recvmsg_func): use MSG_CMSG_CLOEXEC if
akr
2011-10-31
* ext/socket/socket.c (rsock_socketpair): use SOCK_CLOEXEC if
akr
2011-10-31
* ext/socket/socket.c (rsock_socketpair): extracted from
akr
2011-10-31
* ext/socket/init.c (rsock_socket): use SOCK_CLOEXEC if available.
akr
2011-10-31
* ext/dbm/dbm.c (fdbm_initialize): use O_CLOEXEC if available.
akr
2011-10-31
* include/ruby/intern.h (rb_fd_fix_cloexec): renamed from
akr
2011-10-31
* ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt if
akr
2011-10-29
* include/ruby/intern.h (rb_cloexec_dup): declared.
akr
2011-10-29
* ext/sdbm/_sdbm.c (sdbm_prep): use O_CLOEXEC if available.
akr
2011-10-29
* process.c (ruby_setsid): use rb_cloexec_open.
akr
2011-10-28
* ext/sdbm/_sdbm.c: RCS $Id$ removed.
akr
2011-10-27
* ext/sdbm/_sdbm.c (sdbm_prep): set FD_CLOEXEC flags for file
akr
2011-10-27
* ext/sdbm/_sdbm.c (sdbm_prep): refactored for less nesting.
akr
2011-10-26
* ext/psych/parser.c: remove unused variable.
emboss
2011-10-26
* ext/openssl/extconf.rb: add -Wall flag by default when compiler is
emboss
2011-10-24
* complex.c: use "__sun" instead of "__sun__" to detect SunOS.
akr
2011-10-24
* io.c: use "__sun" instead of "sun" to detect SunOS.
akr
2011-10-24
* ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() until
akr
2011-10-23
* ext/tk/MANUAL_tcltklib.eng: fix typo.
ktsj
2011-10-23
* ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.
ngoto
2011-10-23
* ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]
ayumin
2011-10-22
* include/ruby/intern.h (rb_fd_set_cloexec): declared.
akr
2011-10-20
* ext/openssl/ossl_ns_spki.c: Complete documentation.
emboss
2011-10-20
* ext/openssl/ossl_pkcs5.c: add note on timing attacks and general
emboss
[next]