summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2006-05-04eban2006-05-031-3/+3
* * ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz2006-05-033-2/+11
* * 2006-05-03eban2006-05-021-3/+3
* * ext/socket/socket.c (make_hostent_internal): accept ai_familymatz2006-05-022-5/+10
* * 2006-05-01eban2006-05-011-4/+4
* * numeric.c (num_div): use floor rather than rb_Integer().matz2006-05-014-71/+81
* * 2006-04-29eban2006-04-291-3/+3
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo2006-04-292-1/+6
* * 2006-04-28eban2006-04-281-3/+3
* * util.c (ruby_strtod): should not cut off 18 digits for nomatz2006-04-282-62/+56
* * 2006-04-27eban2006-04-261-3/+3
* * array.c (rb_ary_fill): internalize local variable "beg" tomatz2006-04-262-1/+6
* * 2006-04-26eban2006-04-261-3/+3
* * pack.c (pack_unpack): now supports CRLF newlines. a patch frommatz2006-04-262-0/+7
* * ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai2006-04-252-2/+8
* * lib/jcode.rb (String::tr_s): should have translated nonmatz2006-04-242-1/+7
* * 2006-04-25eban2006-04-241-3/+3
* * regex.c (re_compile_pattern): should check if c is not amatz2006-04-243-2/+9
* * ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai2006-04-212-3/+10
* * 2006-04-21usa2006-04-211-3/+3
* * ext/socket/socket.c: document update patch from Sam Robertsmatz2006-04-212-2/+237
* * parse.y (arg): too much NEW_LIST()matz2006-04-193-6/+12
* * eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz2006-04-195-41/+209
* * 2006-04-19usa2006-04-191-3/+3
* * parse.y (list_concat): should not modify nodes other thanmatz2006-04-192-0/+7
* * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai2006-04-185-12/+42
* * 2006-04-18eban2006-04-171-3/+3
* * eval.c: block_unique should be 1, not frame_unique.matz2006-04-172-2/+7
* * 2006-04-14eban2006-04-141-3/+3
* Short summary:ser2006-04-1417-478/+605
* * 2006-04-10eban2006-04-091-3/+3
* * prec.c (prec_prec_f): documentation patch frommatz2006-04-096-9/+54
* * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai2006-04-062-1/+5
* * 2006-04-06eban2006-04-051-4/+4
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-056-39/+87
* WIN32OLE#[] should accept multi argments.suke2006-03-293-5/+15
* * ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar,usa2006-03-292-3/+8