summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-06-02* ext/openssl/extconf.rb: use create_header.gotoyuzo
2006-06-02* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr
2006-06-01* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu
2006-06-01* win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa
2006-06-01* win32/win32.c (rb_w32_getcwd): set errno if not set.usa
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-26* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu
2006-05-24* ext/extmk.rb: deal with $static set in extconf.rb.nobu
2006-05-24* lib/mkmf.rb (pkg_config): particular config commands support.nobu
2006-05-24* configure.in (ac_install_sh): ignore dummy install-sh.nobu
2006-05-23* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2006-05-22* ext/socket/socket.c (sock_recvfrom_nonblock): use rb_read_pendingakr
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* 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* 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-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* 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* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz
2006-05-13add ML ref.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* util.c (ruby_strtod): should not raise ERANGE when the inputmatz
2006-05-07* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr
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* ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz
2006-05-02* ext/socket/socket.c (make_hostent_internal): accept ai_familymatz
2006-05-01* numeric.c (num_div): use floor rather than rb_Integer().matz
2006-04-29* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo
2006-04-28* util.c (ruby_strtod): should not cut off 18 digits for nomatz
2006-04-26* array.c (rb_ary_fill): internalize local variable "beg" tomatz
2006-04-26* pack.c (pack_unpack): now supports CRLF newlines. a patch frommatz
2006-04-25* ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai
2006-04-24* lib/jcode.rb (String::tr_s): should have translated nonmatz
2006-04-24* regex.c (re_compile_pattern): should check if c is not amatz
2006-04-21* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai
2006-04-21* ext/socket/socket.c: document update patch from Sam Robertsmatz
2006-04-19* parse.y (arg): too much NEW_LIST()matz
2006-04-19* eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz
2006-04-19* parse.y (list_concat): should not modify nodes other thanmatz
2006-04-18* ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai