summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-08* ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr
2009-02-08* 2009-02-09svn
2009-02-08* ext/socket/rubysocket.h (sockopt_new): add family argument.akr
2009-02-08* enumerator.c (enumerator_with_index): receives one argument whichmame
2009-02-08remove debug print.akr
2009-02-08* include/ruby/st.h, st.c: order entries by a linked list instead ofmame
2009-02-08* ext/socket/option.c (inspect_peercred): new function to showakr
2009-02-08* include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),nobu
2009-02-08* ext/socket/extconf.rb: check struct cmsgcred.akr
2009-02-08* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr
2009-02-08test renamed.akr
2009-02-08* ext/socket/extconf.rb: check struct sockcred.akr
2009-02-08add a test.akr
2009-02-08more constants.akr
2009-02-08* include/ruby/backward/rubysig.h: extern "C" was missing.nobu
2009-02-08* ext/socket/ancdata.c (anc_inspect_passcred_credentials): newakr
2009-02-08* io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]nobu
2009-02-08* ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.akr
2009-02-08* configure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS),nobu
2009-02-08fix rdoc.akr
2009-02-08select before read_nonblock.akr
2009-02-08* runruby.rb: gets extout and arch from rbconfig.rb.nobu
2009-02-08* 2009-02-08svn
2009-02-08specify exception class for rescue clause.akr
2009-02-07add a test.akr
2009-02-07* test/socket/test_addrinfo.rb (test_family_addrinfo): don't useakr
2009-02-07test setrlimit in a child process.akr
2009-02-07* configure.in (--with-arch): added new option to supportnobu
2009-02-07* runruby.rb: added --cpu option.nobu
2009-02-07* runruby.rb: added --precommand and --show options.nobu
2009-02-07* lib/mkmf.rb (have_header): needs dependent headers if trying tonobu
2009-02-06* dir.c (dir_read): don't disable rdoc.akr
2009-02-06* ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): usednobu
2009-02-06* test/etc/test_etc.rb: trivial.nobu
2009-02-06* io.c (io_fread): use rb_io_wait_readable for retryakr
2009-02-06thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac...azav
2009-02-06thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac...azav
2009-02-06(pipe_open) [__SYMBIAN32__]: fixed compile time error azav
2009-02-06[__SYMBIAN32__]: included <sys/select.h> for fd_set definitionazav
2009-02-06[__SYMBIAN32__]: included <sys/select.h> for fd_set definitionazav
2009-02-06Created execl stub as a missing PIPS functionazav
2009-02-06Created execl stub as a missing PIPS functionazav
2009-02-06* signal.c (register_sigaltstack): ignore sigaltstack error.akr
2009-02-06no need to restore rlimit in child process.akr
2009-02-06* ChangeLog: typo.usa
2009-02-06 * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa
2009-02-06 * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa
2009-02-06 * ruby.c (process_options): set initial default_external before -r.usa
2009-02-06 * ruby.c (process_options): -K and -E in shebang should be reflect tousa
2009-02-05* ext/pty/pty.c (chfunc): type fixed.akr