aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Updated Symbain configuration procedure to avoid creating files outside build...azav2009-02-041-0/+11
* Updated Symbain configuration procedure to avoid creating files outside build...azav2009-02-043-91/+86
* Updated Symbain configuration procedure to avoid creating files outside build...azav2009-02-041-13/+20
* * transcode.c (make_econv_exception): refine error message forakr2009-02-042-9/+24
* add Socket.pair.akr2009-02-041-0/+1
* * ext/socket/socket.c (sock_s_socketpair): make 3rd argument optional.akr2009-02-044-5/+24
* test relaxed.akr2009-02-041-2/+6
* add tests.akr2009-02-041-2/+16
* relax tests for MacOS X.akr2009-02-041-2/+9
* * 2009-02-05svn2009-02-041-2/+2
* * ext/socket/raddrinfo.c (addrinfo_ipv6_to_ipv4): new method.akr2009-02-042-0/+39
* Updated Symbian configuration procedure to avoid creating files outside build...azav2009-02-041-1407/+0
* relax tests for IPv4 compat/mapped IPv6 addresss.akr2009-02-041-1/+9
* * transcode.c (make_econv_exception): show U+XXXX form for undefinedakr2009-02-042-2/+21