summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/pty/pty.c (chfunc): type fixed.akr2009-02-052-1/+5
* * string.c (rb_str_each_codepoint): update RDoc formatz2009-02-052-1/+7
* * 2009-02-06svn2009-02-051-2/+2
* * cont.c (cont_mark, cont_capture, cont_restore_1): use #else insteadmame2009-02-052-3/+9
* * include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr2009-02-055-26/+102
* * ext/socket: AddrInfo is renamed to Addrinfo. [ruby-dev:37876]akr2009-02-0513-226/+230
* * configure.in (RUBY_SITE_LIB_PATH, RUBY_VENDOR_LIB_PATH): fix fornobu2009-02-052-2/+9
* * win32/Makefile.sub (config.h): follow recent changes about paths.usa2009-02-052-5/+11
* * configure.in (MAJOR, MINOR, TEENY): uses RUBY_VERSION_*.nobu2009-02-053-16/+16
* * array.c (rb_ary_uniq): gets rid of copying.nobu2009-02-052-6/+20
* * array.c (ary_add_hash): split from ary_make_hash().nobu2009-02-052-15/+39
* * array.c (ary_make_hash): hide a Hash used internally.nobu2009-02-052-0/+5
* * id.c (Init_id): use semicolons.nobu2009-02-051-11/+11
* * configure.in (RUBY_LIB_VERSION): added for library version, tonobu2009-02-055-48/+108
* don't connect to unspecified address (0.0.0.0). OpenBSD reject it.akr2009-02-051-1/+20
* change from assigned variable to called functionkazu2009-02-041-2/+2
* * ext/readline/readline.c (Init_readline): entry may be NULL.kazu2009-02-042-2/+9
* * time.c (LOCALTIME): should call tzset() before localtime_r().matz2009-02-042-1/+6