aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]nobu2010-04-292-1/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): rejectnobu2010-04-292-0/+15
* * io.c (seek_before_access): renamed. see [ruby-core:29861].nobu2010-04-292-3/+5
* * io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Rogernobu2010-04-292-3/+8
* * 2010-04-29svn2010-04-281-2/+2
* * lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg22010-04-282-2/+8
* * lib/thwait.rb: revise rdoc. a patch from Roger Pack inmame2010-04-282-35/+14
* * ext/json: Update to JSON 1.4.2.naruse2010-04-283-2/+6
* * thread. (rb_thread_terminate_all): revert r24591 which caused SEGVmame2010-04-282-7/+9
* * test/psych/visitors/test_yaml_tree.rb (test_struct_const): removemame2010-04-282-0/+7
* * time.c (time_timespec): use rb_check_funcall.nobu2010-04-282-6/+7
* * test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):nobu2010-04-281-0/+1
* * ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,nobu2010-04-282-1/+7
* * ext/socket: fixed types.nobu2010-04-2811-84/+86
* * include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check longnobu2010-04-282-18/+26
* * ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking):nobu2010-04-282-3/+6
* * ext/socket/rubysocket.h: non-implemented method definitions neednobu2010-04-283-8/+11
* * vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings.nobu2010-04-282-2/+7
* * tool/compile_prelude.rb: enable optimization.nobu2010-04-282-3/+17
* * ext/bigdecimal: fixed types.nobu2010-04-282-54/+53
* * thread.c (timer_thread_function): unused variable.nobu2010-04-281-1/+0
* * parse.y (warn_balanced): do not warn for EXPR_ENDFN.nobu2010-04-282-1/+5
* Cleaning up syntax warnings.naruse2010-04-273-5/+5
* * ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove2010-04-272-0/+14
* * ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"tenderlove2010-04-272-0/+22
* * 2010-04-28svn2010-04-271-2/+2
* * eval.c (ruby_cleanup): add exception guard around code runningmame2010-04-272-1/+11
* * insns.def (onceinlinecache): add exclusion control for a regionmame2010-04-273-0/+21
* * iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame2010-04-273-1/+28
* * eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame2010-04-274-10/+45
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu2010-04-272-1/+6
* Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain2010-04-2728-145/+429
* Add description about make benchmark to make help.naruse2010-04-271-0/+1
* * parse.y (parser_read_escape): deny extra character escapes.nobu2010-04-273-0/+14
* * io.c (select_internal): IO which cbuf is not empty is readable.akr2010-04-263-1/+15
* * 2010-04-27svn2010-04-261-2/+2
* * parse.y (program): check void_expr when rb_parse_in_main().mame2010-04-262-3/+7
* * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf2010-04-269-2/+1147
* * ext/json/generator/generator.c (convert_UTF8_to_JSON_ASCII): get ridusa2010-04-262-1/+6
* Recommit of JSON; fix mixed declarations.naruse2010-04-2620-1756/+2228
* * ext/jason: revert r27493. came again after canceling gcc-ism.usa2010-04-2620-2237/+1754
* * parse.y (ripper_get_value): escape Qundef.nobu2010-04-263-5/+9
* * parse.y (warn_balanced): warn according to last state.nobu2010-04-262-13/+17
* * test/bigdecimal/testbase.rb: property.nobu2010-04-260-0/+0
* * test/bigdecimal/testbase.rb (teardown): should reset all modes.nobu2010-04-263-11/+24
* * ext/bigdecimal/bigdecimal.def: unnecessary.nobu2010-04-261-2/+0
* * ext/bigdecimal/bigdecimal.c: suppressed warnings.nobu2010-04-261-8/+8
* * ext/json: Update to JSON 1.4.1.naruse2010-04-2626-1804/+2424
* * bignum.c (bigmul1_karatsuba): suppress a warning.nobu2010-04-252-2/+3
* * io.c (ruby_dup): update max fd.nobu2010-04-252-0/+5