aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * process.c (proc_seteuid): separate an internal wrapper functionnobu2011-11-112-19/+24
* * lib/mkmf.rb (have_library, find_library, have_func): allownobu2011-11-112-7/+22
* * vm_dump.c (HAVE_BACKTRACE): fallback to 0.nobu2011-11-112-8/+40
* * io.c (pipe_open): Remove fflush(stdin). it's no effect.kosaki2011-11-112-1/+6
* add comment.akr2011-11-111-1/+1
* * 2011-11-11svn2011-11-101-2/+2
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain2011-11-102-4/+19
* add comment.akr2011-11-101-0/+2
* * ext/dbm/extconf.rb: set DB_DBM_HSEARCH macro to check dbm_pagfno andnobu2011-11-101-4/+9
* * ext/dbm/extconf.rb: check for dsize as LONG_LONG.nobu2011-11-101-4/+6
* * lib/mkmf.rb (try_func): ignore empty opts.nobu2011-11-101-2/+5
* * lib/mkmf.rb (have_library, have_func, have_var, have_header):nobu2011-11-102-16/+28
* * ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext):drbrain2011-11-092-0/+13
* * 2011-11-10svn2011-11-091-2/+2
* * thread_pthread.c (gvl_yield): don't prevent concurrent sched_yield().kosaki2011-11-092-9/+10
* * io.c (rb_update_max_fd): fstat(2) can fail with other thannobu2011-11-091-1/+1
* * io.c (rb_update_max_fd): fstat(2) can fail with other thannobu2011-11-092-2/+6
* * io.c (rb_sysopen): max fd is updated in rb_sysopen_internal()nobu2011-11-092-1/+5
* add comment.akr2011-11-091-1/+2
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-092-1/+7
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-092-0/+18
* * test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).ko12011-11-092-1/+28
* * win32/win32.c (unixtime_to_filetime): should check the return valueusa2011-11-092-0/+9
* * cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit usingko12011-11-093-2/+27
* * template/Doxyfile.tmpl (INCLUDE_PATH): add srcdir and include.nobu2011-11-092-6/+11
* * thread.c (do_select): fix cast, tv_sec is time_t.naruse2011-11-092-1/+5
* * configure.in: should not use test -e for portability.nobu2011-11-092-1/+6
* propertynobu2011-11-090-0/+0
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove2011-11-085-20/+103
* * 2011-11-09svn2011-11-081-2/+2
* FreeBSD 8.2 sticks this [ruby-dev:44726] [Bug #5524]naruse2011-11-081-0/+3
* * ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store)nobu2011-11-084-24/+95
* * addr2line.c (PATH_MAX): define if not defined. [ruby-core:40840]naruse2011-11-082-0/+7
* * ext/tk/tcltklib.c (rb_thread_critical): fix type.nobu2011-11-082-55/+77
* * test/dbm/test_dbm.rb: split tests for read only database.akr2011-11-083-24/+66
* * 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