aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* use rb_read_pending instead of rb_io_read_pending.akr2006-05-221-1/+1
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-224-9/+501
* * eval.c (umethod_bind): should not update original class.matz2006-05-222-3/+7
* * 2006-05-22eban2006-05-221-3/+3
* * eval.c (ev_const_get): should support constant access frommatz2006-05-222-1/+6
* * time.c (time_timeval): should round for usec floatingmatz2006-05-182-2/+9
* * lib/cgi.rb (CGI::out): support utf-8. a patch from Fujiokamatz2006-05-182-0/+7
* * 2006-05-18nobu2006-05-171-3/+3
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-173-7/+11
* * dir.c (sys_warning): should not call a vararg functionmatz2006-05-172-1/+13
* * 2006-05-17eban2006-05-171-3/+3
* * util.c (ruby_strtod): try to reduce errors using powersOf10matz2006-05-162-21/+36