aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/imap.rb (fetch_internal): do not quote message data itemshugo2010-04-252-1/+12
* * lib/cmath.rb: reverted experimental r23900.tadf2010-04-252-22/+6
* * complex.c, ratioanl.c: reverted experimental r24565.tadf2010-04-254-295/+4
* * lib/date.rb, lib/date/delta*: reverted experimental r24567 andtadf2010-04-255-825/+5
* * hash.c (ruby_setenv): putenv on msvcrt.dll can't remove empty value.wanabe2010-04-252-0/+5
* * ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize methodtenderlove2010-04-242-0/+12
* * ext/psych/lib/psych.rb: removing unused codetenderlove2010-04-242-2/+1
* * ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove2010-04-244-8/+25
* * 2010-04-25svn2010-04-241-2/+2
* * ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove2010-04-243-1/+14
* * lib/pp.rb: use [""].pack("p").size to detect the pointer size.akr2010-04-242-7/+5
* * test/psych/test_psych.rb: don't leave temporary files.akr2010-04-242-8/+16
* update doc.akr2010-04-241-8/+8
* * Makefile.in (RUBY_PROGRAM_VERSION): addednobu2010-04-242-1/+4
* * tool/rbinstall.rb: expand target file name.nobu2010-04-242-7/+6
* * template/fake.rb.in: no need for hook if extmk.nobu2010-04-242-12/+18
* update document.akr2010-04-241-1/+1