aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * re.c (rb_reg_initialize): should not allow modifying literalmatz2006-05-162-1/+10
* * 2006-05-16eban2006-05-161-3/+3
* * dir.c (dir_close): should not close untainted dir stream.matz2006-05-162-0/+17
* * re.c (rb_reg_initialize): should not modify untainted objects inmatz2006-05-164-12/+22
* * 2006-05-15eban2006-05-151-3/+3
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz2006-05-152-1/+6
* add ML ref.akr2006-05-131-0/+1
* * 2006-05-13eban2006-05-131-3/+3
* update readpartial doc.akr2006-05-131-7/+11
* * lib/pp.rb (PP.mcall): new method.akr2006-05-132-3/+22
* * util.c (ruby_strtod): differ addition to minimize error.matz2006-05-112-12/+55
* * 2006-05-11eban2006-05-111-3/+3
* * util.c (ruby_strtod): should not raise ERANGE when the inputmatz2006-05-112-4/+8
* * 2006-05-09eban2006-05-091-3/+3
* note EAGAIN on readpartial document.akr2006-05-091-1/+1
* * 2006-05-07eban2006-05-071-3/+3
* * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr2006-05-072-1/+6
* * 2006-05-06eban2006-05-051-3/+3
* * signal.c (trap): sig should be less then NSIG. Coverity foundmatz2006-05-052-1/+7
* * ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to freematz2006-05-032-0/+5