summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-08* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai
2004-12-08Fix CSS typo that meant h2 headings were invisibledave
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-12-08* process.c (rb_spawn): support for DJGPP.eban
2004-12-08* win32/win32.c (rb_w32_pipe_exec): need to close original socketusa
2004-12-08* sprintf.c (rb_f_sprintf): [ruby-dev:25104]matz
2004-12-08* win32/win32.c (rb_w32_pipe_exec): must close original handleusa
2004-12-08* win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa
2004-12-08* parse.y (string_content): get rid of segfault at empty evstr.nobu
2004-12-07* test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): merged worker threads.nobu
2004-12-07* ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo
2004-12-07* runruby.rb: prepend LIBRUBY_SO to LD_PRELOAD as well as rubytest.rb.nobu
2004-12-07* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu
2004-12-07* win32/win32.c (is_socket): reorder of function definitions.usa
2004-12-07* 2004-12-08eban
2004-12-07* io.c (pipe_open): win32 bidirectional pipe support.usa
2004-12-07* test/rss/test_version.rb: added version check test. [ruby-dev:25053]kou
2004-12-07* io.c (io_fwrite): avoid context switch before writing to stderr.akr
2004-12-07* ChangeLog: fix typo. sorry...usa
2004-12-07* io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa
2004-12-07* 2004-12-07eban
2004-12-06* test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): fix localnobu
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-06* configure.in: check -lsocket for socketpair and shutdown.akr
2004-12-06* configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.eban
2004-12-06* io.c (is_socket): fix typos. [ruby-core:03900]usa
2004-12-06* ChangeLog: fix typo.usa
2004-12-06* io.c (is_socket): new function.usa
2004-12-06* Makefile.in (.y.c): simplify the rule.eban
2004-12-06add ML ref.akr
2004-12-06* eval.c (run_trap_eval): add prototype for Microsoft compiler.usa
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-12-06* test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):nobu
2004-12-05* 2004-12-06eban
2004-12-05* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo
2004-12-05* lib/optparse.rb (OptionParser::Completion#complete): new parameternobu
2004-12-04* 2004-12-05eban
2004-12-04* mkconfig.rb: setup library paths before requiring library.eban
2004-12-04* lib/fileutils.rb: (In previous commit) new method chown.aamine
2004-12-04* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine
2004-12-04* lib/rss/rss.rb: removed empty lines from output.kou
2004-12-04* lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou
2004-12-04* 2004-12-04eban
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-12-03* eval.c (proc_invoke): prepare to pass a block from "call" methodmatz
2004-12-03* st.h: fix prototype for C++.nobu
2004-12-02* 2004-12-03eban
2004-12-02* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai
2004-12-02* test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expectedmneumann
2004-12-02* io.c (rb_file_initialize): [ruby-dev:25032]matz