summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-23* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2006-05-23* 2006-05-23eban
2006-05-22add reason for accept(2) failure in accept_nonblock.akr
2006-05-22avoid useless fcntl in rb_io_set_nonblock.akr
2006-05-22update *_nonblock doc.akr
2006-05-22* ext/socket/socket.c (sock_recvfrom_nonblock): use rb_read_pendingakr
2006-05-22use rb_read_pending instead of rb_io_read_pending.akr
2006-05-22* rubyio.h (rb_io_set_nonblock): declared.akr
2006-05-22* eval.c (umethod_bind): should not update original class.matz
2006-05-22* 2006-05-22eban
2006-05-22* eval.c (ev_const_get): should support constant access frommatz
2006-05-18* time.c (time_timeval): should round for usec floatingmatz
2006-05-18* lib/cgi.rb (CGI::out): support utf-8. a patch from Fujiokamatz
2006-05-17* 2006-05-18nobu
2006-05-17* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu
2006-05-17* dir.c (sys_warning): should not call a vararg functionmatz
2006-05-17* 2006-05-17eban
2006-05-16* util.c (ruby_strtod): try to reduce errors using powersOf10matz
2006-05-16* re.c (rb_reg_initialize): should not allow modifying literalmatz
2006-05-16* 2006-05-16eban
2006-05-16* dir.c (dir_close): should not close untainted dir stream.matz
2006-05-16* re.c (rb_reg_initialize): should not modify untainted objects inmatz
2006-05-15* 2006-05-15eban
2006-05-15* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz
2006-05-13add ML ref.akr
2006-05-13* 2006-05-13eban
2006-05-13update readpartial doc.akr
2006-05-13* lib/pp.rb (PP.mcall): new method.akr
2006-05-11* util.c (ruby_strtod): differ addition to minimize error.matz
2006-05-11* 2006-05-11eban
2006-05-11* util.c (ruby_strtod): should not raise ERANGE when the inputmatz
2006-05-09* 2006-05-09eban
2006-05-09note EAGAIN on readpartial document.akr
2006-05-07* 2006-05-07eban
2006-05-07* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr
2006-05-05* 2006-05-06eban
2006-05-05* signal.c (trap): sig should be less then NSIG. Coverity foundmatz
2006-05-03* ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to freematz
2006-05-03* 2006-05-04eban
2006-05-03* ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz
2006-05-02* 2006-05-03eban
2006-05-02* ext/socket/socket.c (make_hostent_internal): accept ai_familymatz
2006-05-01* 2006-05-01eban
2006-05-01* numeric.c (num_div): use floor rather than rb_Integer().matz
2006-04-29* 2006-04-29eban
2006-04-29* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo
2006-04-28* 2006-04-28eban
2006-04-28* util.c (ruby_strtod): should not cut off 18 digits for nomatz
2006-04-26* 2006-04-27eban
2006-04-26* array.c (rb_ary_fill): internalize local variable "beg" tomatz