summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa2006-06-083-0/+33
* getsockname returns "" on MacOS Xakr2006-06-071-4/+6
* * test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.CVS: ------...usa2006-06-072-14/+14
* * win32/win32.c (errmap): add some winsock errors.usa2006-06-072-1/+11
* * win32/configure.bat: add help message.usa2006-06-071-0/+1
* * configure.in: add new configure option `--with-winsock2' for mingw.usa2006-06-074-6/+29
* * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa2006-06-077-9/+105
* * 2006-06-07eban2006-06-071-3/+3
* * eval.c (rb_call0): binding for the return event hook should havematz2006-06-072-7/+21
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-4/+4
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-051-0/+83
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-053-3/+24
* * 2006-06-04eban2006-06-041-3/+3
* fix tests.akr2006-06-042-5/+6
* add ML ref.akr2006-06-041-0/+1
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-040-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-041-0/+156
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-042-25/+48
* * lib/forwardable.rb: RDoc typo fix from Jan Svitokmatz2006-06-023-4/+11
* update doc.akr2006-06-021-50/+52
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-024-0/+15
* * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu2006-06-022-1/+5
* fix a comment.akr2006-06-011-6/+6
* * 2006-06-02eban2006-06-011-3/+3
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-010-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-011-0/+171
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-012-61/+295
* * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu2006-06-012-2/+7
* * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa2006-06-012-16/+36
* * 2006-06-01usa2006-06-011-4/+4
* * win32/win32.c (rb_w32_getcwd): set errno if not set.usa2006-06-012-0/+12
* * 2006-05-27eban2006-05-271-3/+3
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-273-11/+22
* * lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu2006-05-262-2/+4
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-2515-106/+106
* * 2006-05-26eban2006-05-251-3/+3
* * fixed the problems described in [ruby-dev:28665].ttate2006-05-252-51/+64
* * 2006-05-25eban2006-05-241-3/+3
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-245-8/+43
* * ext/extmk.rb: deal with $static set in extconf.rb.nobu2006-05-242-7/+4
* * lib/mkmf.rb (pkg_config): particular config commands support.nobu2006-05-242-10/+24
* * configure.in (ac_install_sh): ignore dummy install-sh.nobu2006-05-242-0/+6
* update nonblocking methods document.akr2006-05-241-27/+34
* * 2006-05-24eban2006-05-231-3/+3
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2006-05-232-3/+8
* * 2006-05-23eban2006-05-231-3/+3
* add reason for accept(2) failure in accept_nonblock.akr2006-05-221-2/+1
* avoid useless fcntl in rb_io_set_nonblock.akr2006-05-221-6/+10
* update *_nonblock doc.akr2006-05-221-160/+25
* * ext/socket/socket.c (sock_recvfrom_nonblock): use rb_read_pendingakr2006-05-221-0/+6