aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/option.c (inspect_local_peercred): cr_uid is a effectiveakr2009-02-083-2/+7
* * ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr2009-02-086-12/+93
* * 2009-02-09svn2009-02-081-2/+2
* * ext/socket/rubysocket.h (sockopt_new): add family argument.akr2009-02-084-16/+63
* * enumerator.c (enumerator_with_index): receives one argument whichmame2009-02-083-9/+34
* remove debug print.akr2009-02-081-2/+0
* * include/ruby/st.h, st.c: order entries by a linked list instead ofmame2009-02-083-21/+28
* * ext/socket/option.c (inspect_peercred): new function to showakr2009-02-083-4/+45
* * include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),nobu2009-02-082-3/+11
* * ext/socket/extconf.rb: check struct cmsgcred.akr2009-02-084-29/+97
* * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr2009-02-082-1/+6
* test renamed.akr2009-02-081-2/+2
* * ext/socket/extconf.rb: check struct sockcred.akr2009-02-084-4/+68
* add a test.akr2009-02-081-0/+18
* more constants.akr2009-02-081-0/+6
* * include/ruby/backward/rubysig.h: extern "C" was missing.nobu2009-02-082-0/+20
* * ext/socket/ancdata.c (anc_inspect_passcred_credentials): newakr2009-02-082-0/+25
* * io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]nobu2009-02-082-0/+5
* * ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.akr2009-02-083-9/+36
* * configure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS),nobu2009-02-082-40/+121
* fix rdoc.akr2009-02-081-1/+1
* select before read_nonblock.akr2009-02-081-0/+1
* * runruby.rb: gets extout and arch from rbconfig.rb.nobu2009-02-082-1/+6
* * 2009-02-08svn2009-02-081-2/+2
* specify exception class for rescue clause.akr2009-02-081-2/+10
* add a test.akr2009-02-071-0/+1
* * test/socket/test_addrinfo.rb (test_family_addrinfo): don't useakr2009-02-072-2/+8
* test setrlimit in a child process.akr2009-02-071-2/+14
* * configure.in (--with-arch): added new option to supportnobu2009-02-075-85/+145
* * runruby.rb: added --cpu option.nobu2009-02-072-3/+10
* * runruby.rb: added --precommand and --show options.nobu2009-02-072-3/+19
* * lib/mkmf.rb (have_header): needs dependent headers if trying tonobu2009-02-073-3/+10
* * dir.c (dir_read): don't disable rdoc.akr2009-02-062-3/+8
* * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): usednobu2009-02-061-0/+2
* * test/etc/test_etc.rb: trivial.nobu2009-02-062-14/+10
* * io.c (io_fread): use rb_io_wait_readable for retryakr2009-02-062-0/+8
* thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac...azav2009-02-061-0/+8
* thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac...azav2009-02-061-2/+6
* (pipe_open) [__SYMBIAN32__]: fixed compile time error azav2009-02-061-0/+2
* [__SYMBIAN32__]: included <sys/select.h> for fd_set definitionazav2009-02-061-0/+4
* [__SYMBIAN32__]: included <sys/select.h> for fd_set definitionazav2009-02-061-0/+2
* Created execl stub as a missing PIPS functionazav2009-02-061-0/+6
* Created execl stub as a missing PIPS functionazav2009-02-062-17/+20
* * signal.c (register_sigaltstack): ignore sigaltstack error.akr2009-02-062-2/+6
* no need to restore rlimit in child process.akr2009-02-061-3/+1
* * ChangeLog: typo.usa2009-02-061-1/+1
* * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa2009-02-062-1/+9
* * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa2009-02-064-37/+115
* * ruby.c (process_options): set initial default_external before -r.usa2009-02-062-0/+11
* * ruby.c (process_options): -K and -E in shebang should be reflect tousa2009-02-062-7/+12