aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/pty/pty.c (MasterDevice): define only when used.akr2011-11-082-64/+68
* * ext/-test-/old_thread_select/extconf.rb: ignore deprecatednobu2011-11-081-0/+3
* * include/ruby/ruby.h (rb_long2int): define as a macro always, sonobu2011-11-082-1/+7
* * lib/mkmf.rb (cpp_command): remove multiple -arch flags since cppnobu2011-11-082-0/+8
* * ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flagnaruse2011-11-082-6/+7
* * io.c (io_fwrite): call rb_w32_write_console() only if FMODE_TTY isusa2011-11-082-2/+10
* * ChangeLog: commit miss of r33662.usa2011-11-081-0/+20
* * ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn'tnaruse2011-11-082-2/+8
* update doc.akr2011-11-071-1/+4
* * 2011-11-08svn2011-11-071-2/+2
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa2011-11-073-16/+94
* * ext/gdbm/gdbm.c (fgdbm_initialize): set close-on-exec flag.akr2011-11-072-0/+8
* add comment.akr2011-11-071-0/+1
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove2011-11-073-1/+13
* * test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove2011-11-072-4/+8
* * test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove2011-11-072-4/+10
* * ext/dbm/extconf.rb: check dbm_pagfno() and dbm_dirfno().akr2011-11-073-0/+35
* * io.c (io_fflush): remove fsync().usa2011-11-072-5/+20
* * io.c (rb_close_before_exec): use F_MAXFD if available.akr2011-11-072-0/+12
* * test/ruby/test_io_m17n.rbusa2011-11-072-0/+26
* * 2011-11-07svn2011-11-061-2/+2
* * lib/debug.rb: add help for 'pp' and 'r[estart]'.ayumin2011-11-062-0/+7
* * ext/socket/rubysocket.h (rsock_recvmsg): declared.akr2011-11-064-10/+23
* * test/openssl/test_engine.rb: add test for engine cipher. RC4 is usedemboss2011-11-052-0/+27
* * 2011-11-06svn2011-11-051-2/+2
* * lib/test/unit.rb (Test::Unit::Options#non_options): options[:ruby]akr2011-11-052-1/+8
* insns.def: Some fixes and tweaks to English explanationsduerst2011-11-052-18/+22
* * io.c (rb_cloexec_fcntl_dupfd): don't clear try_dupfd_cloexec ifakr2011-11-052-1/+8
* * ext/socket/socket.c (rsock_socketpair0): refactored.akr2011-11-052-10/+12
* * ext/socket/init.c (rsock_socket0): don't clear try_sock_cloexec ifakr2011-11-052-20/+21
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-0523-36/+48
* * ext/socket/init.c (rsock_socket0): extract single socket() call withakr2011-11-052-18/+32
* * 2011-11-05svn2011-11-051-2/+2
* * ext/socket/socket.c (rsock_socketpair0): don't clearakr2011-11-052-18/+27
* * whitespace cleanup.nobu2011-11-0414-34/+34
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi2011-11-043-1/+26
* * test/openssl/test_engine.rb: add first tests for builtin "openssl"emboss2011-11-042-4/+43
* * ext/openssl/extconf.rb:emboss2011-11-033-11/+43
* * win32/configure.bat: disable delayed expansion of enironment variable.usa2011-11-032-0/+7
* * io.c (make_writeconv): fixed typo of previous commit.usa2011-11-031-1/+2
* * io.c (make_writeconv): fixed typo of previous commit.usa2011-11-032-2/+6
* * io.c (make_writeconv): unversal_newline converter is for reading.usa2011-11-032-1/+11
* * ext/readline/readline.c (Init_readline): like r18313, libedit'snaruse2011-11-032-2/+17
* * ext/readline/readline.c (Init_readline): fix wrong condition.naruse2011-11-032-1/+5
* Don't define tests if there is no psych.naruse2011-11-032-4/+6
* * 2011-11-04svn2011-11-031-2/+2
* * encoding.c (rb_locale_charmap): ignore calling nl_langinfo_codeset()usa2011-11-032-2/+10
* * thread.c (rb_fd_rcopy): suppress warnings on mingw32.nobu2011-11-032-5/+5
* * ext/socket/socket.c (rsock_socketpair0): extracted fromakr2011-11-032-6/+27
* * ext/socket/init.c (rsock_socket): set close-on-exec flag whennagachika2011-11-032-1/+14