summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-06* ext/socket/rubysocket.h (rsock_recvmsg): declared.akr
2011-11-05* test/openssl/test_engine.rb: add test for engine cipher. RC4 is usedemboss
2011-11-05* 2011-11-06svn
2011-11-05* lib/test/unit.rb (Test::Unit::Options#non_options): options[:ruby]akr
2011-11-05insns.def: Some fixes and tweaks to English explanationsduerst
2011-11-05* io.c (rb_cloexec_fcntl_dupfd): don't clear try_dupfd_cloexec ifakr
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 ifakr
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 withakr
2011-11-05* 2011-11-05svn
2011-11-05* ext/socket/socket.c (rsock_socketpair0): don't clearakr
2011-11-04* whitespace cleanup.nobu
2011-11-04* ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi
2011-11-04* test/openssl/test_engine.rb: add first tests for builtin "openssl"emboss
2011-11-03* ext/openssl/extconf.rb:emboss
2011-11-03* win32/configure.bat: disable delayed expansion of enironment variable.usa
2011-11-03* io.c (make_writeconv): fixed typo of previous commit.usa
2011-11-03* io.c (make_writeconv): fixed typo of previous commit.usa
2011-11-03* io.c (make_writeconv): unversal_newline converter is for reading.usa
2011-11-03* ext/readline/readline.c (Init_readline): like r18313, libedit'snaruse
2011-11-03* ext/readline/readline.c (Init_readline): fix wrong condition.naruse
2011-11-03Don't define tests if there is no psych.naruse
2011-11-03* 2011-11-04svn
2011-11-03* encoding.c (rb_locale_charmap): ignore calling nl_langinfo_codeset()usa
2011-11-03* thread.c (rb_fd_rcopy): suppress warnings on mingw32.nobu
2011-11-03* ext/socket/socket.c (rsock_socketpair0): extracted fromakr
2011-11-03* ext/socket/init.c (rsock_socket): set close-on-exec flag whennagachika
2011-11-03* test/ruby/test_process.rb: clean up a garbage character.nagachika
2011-11-03add test for close-on-exec.akr
2011-11-03close a socket in test_socket_new.akr
2011-11-02* 2011-11-03svn
2011-11-02* test/openssl/test_engine.rb: call Engine::cleanup on exit.emboss
2011-11-02* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu
2011-11-01* lib/webrick/utils.rb: fix fcntl call.akr
2011-11-01* test/psych/test_yamldbm.rb: avoid platform dependency.ayumin
2011-11-01* 2011-11-02svn
2011-11-01* test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo
2011-11-01* configure.in: reject llvm-gcc.nobu
2011-11-01* io.c (rb_cloexec_pipe): remove workaround of r33587.naruse
2011-11-01* io.c (rb_io_reopen): call rb_fd_fix_cloexec instead ofakr
2011-11-01* io.c (rb_io_reopen): call rb_maygvl_fd_fix_cloexec after freopen().akr
2011-11-01* file.c (file_expand_path): reset coderange after expanding path.naruse
2011-11-01* io.c (nogvl_io_cntl): rb_cloexec_fcntl_dupfd's 2nd argument is int.naruse
2011-11-01* vsnprintf.c (BSD_vfprintf): support 'll' prefix.naruse
2011-11-01* internal.h (rb_maygvl_fd_fix_cloexec): change the visibility forakr
2011-11-01add comment.akr
2011-11-01* io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.akr
2011-11-01On some platforms, object_id can be negative value like NetBSD.naruse
2011-10-31* ext/socket/init.c (cloexec_accept): new function to use accept4 ifakr