summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_call0): binding for the return event hook should havematz2006-06-071-0/+9
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+7
* add ML ref.akr2006-06-041-0/+1
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-0/+4
* * lib/forwardable.rb: RDoc typo fix from Jan Svitokmatz2006-06-021-0/+5
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-021-0/+7
* * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu2006-06-021-0/+4
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-0/+13
* * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu2006-06-011-0/+5
* * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa2006-06-011-0/+6
* * win32/win32.c (rb_w32_getcwd): set errno if not set.usa2006-06-011-0/+5
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-0/+5
* * lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu2006-05-261-1/+3
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-0/+13
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-241-1/+9
* * ext/extmk.rb: deal with $static set in extconf.rb.nobu2006-05-241-1/+3
* * lib/mkmf.rb (pkg_config): particular config commands support.nobu2006-05-241-0/+4
* * configure.in (ac_install_sh): ignore dummy install-sh.nobu2006-05-241-0/+5
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2006-05-231-0/+5
* * ext/socket/socket.c (sock_recvfrom_nonblock): use rb_read_pendingakr2006-05-221-0/+6
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-0/+16
* * eval.c (umethod_bind): should not update original class.matz2006-05-221-0/+5
* * eval.c (ev_const_get): should support constant access frommatz2006-05-221-0/+5
* * time.c (time_timeval): should round for usec floatingmatz2006-05-181-0/+7
* * lib/cgi.rb (CGI::out): support utf-8. a patch from Fujiokamatz2006-05-181-0/+5
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-4/+8
* * dir.c (sys_warning): should not call a vararg functionmatz2006-05-171-0/+5
* * util.c (ruby_strtod): try to reduce errors using powersOf10matz2006-05-161-0/+5
* * re.c (rb_reg_initialize): should not allow modifying literalmatz2006-05-161-0/+5
* * dir.c (dir_close): should not close untainted dir stream.matz2006-05-161-0/+4
* * re.c (rb_reg_initialize): should not modify untainted objects inmatz2006-05-161-0/+7
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz2006-05-151-0/+5
* add ML ref.akr2006-05-131-0/+1
* * lib/pp.rb (PP.mcall): new method.akr2006-05-131-0/+7
* * util.c (ruby_strtod): differ addition to minimize error.matz2006-05-111-0/+5
* * util.c (ruby_strtod): should not raise ERANGE when the inputmatz2006-05-111-0/+5
* * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr2006-05-071-0/+5
* * signal.c (trap): sig should be less then NSIG. Coverity foundmatz2006-05-051-0/+6
* * ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to freematz2006-05-031-0/+4
* * ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz2006-05-031-0/+9
* * ext/socket/socket.c (make_hostent_internal): accept ai_familymatz2006-05-021-0/+6
* * numeric.c (num_div): use floor rather than rb_Integer().matz2006-05-011-0/+12
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo2006-04-291-0/+5
* * util.c (ruby_strtod): should not cut off 18 digits for nomatz2006-04-281-0/+5
* * array.c (rb_ary_fill): internalize local variable "beg" tomatz2006-04-261-0/+5
* * pack.c (pack_unpack): now supports CRLF newlines. a patch frommatz2006-04-261-0/+5
* * ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai2006-04-251-0/+5
* * lib/jcode.rb (String::tr_s): should have translated nonmatz2006-04-241-0/+6
* * regex.c (re_compile_pattern): should check if c is not amatz2006-04-241-0/+6
* * ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai2006-04-211-0/+5