summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/socket/socket.c: document update patch from Sam Robertsmatz2006-04-211-0/+5
* * parse.y (arg): too much NEW_LIST()matz2006-04-191-0/+6
* * eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz2006-04-191-0/+19
* * parse.y (list_concat): should not modify nodes other thanmatz2006-04-191-0/+5
* * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai2006-04-181-0/+10
* * eval.c: block_unique should be 1, not frame_unique.matz2006-04-171-0/+5
* * prec.c (prec_prec_f): documentation patch frommatz2006-04-091-0/+18
* * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai2006-04-061-0/+4
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-051-0/+19
* WIN32OLE#[] should accept multi argments.suke2006-03-291-0/+7
* * ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar,usa2006-03-291-0/+5
* * eval.c (backtrace): reports aliased method names in a generatedmatz2006-03-281-0/+19
* * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c, config.h}: imported nkf 2.0.6.naruse2006-03-271-0/+13
* * process.c (rb_f_sleep): remove description about SIGALRM whichmatz2006-03-241-0/+5
* * eval.c (method_missing): should support argument splat inmatz2006-03-231-0/+5
* * configure.in: Solaris SunPro compiler -rapth patch frommatz2006-03-201-0/+5
* * configure.in: remove enable_rpath=no for Solaris.matz2006-03-201-0/+5
* * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: fix typo.gotoyuzo2006-03-171-0/+5
* * lib/mkmf.rb (create_makefile): support libraries without *.so.usa2006-03-151-0/+4