summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-27* eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame
2010-04-27* lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu
2010-04-27Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain
2010-04-27Add description about make benchmark to make help.naruse
2010-04-27* parse.y (parser_read_escape): deny extra character escapes.nobu
2010-04-26* io.c (select_internal): IO which cbuf is not empty is readable.akr
2010-04-26* 2010-04-27svn
2010-04-26* parse.y (program): check void_expr when rb_parse_in_main().mame
2010-04-26 * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf
2010-04-26* ext/json/generator/generator.c (convert_UTF8_to_JSON_ASCII): get ridusa
2010-04-26Recommit of JSON; fix mixed declarations.naruse
2010-04-26* ext/jason: revert r27493. came again after canceling gcc-ism.usa
2010-04-26* parse.y (ripper_get_value): escape Qundef.nobu
2010-04-26* parse.y (warn_balanced): warn according to last state.nobu
2010-04-26* test/bigdecimal/testbase.rb: property.nobu
2010-04-26* test/bigdecimal/testbase.rb (teardown): should reset all modes.nobu
2010-04-26* ext/bigdecimal/bigdecimal.def: unnecessary.nobu
2010-04-26* ext/bigdecimal/bigdecimal.c: suppressed warnings.nobu
2010-04-26* ext/json: Update to JSON 1.4.1.naruse
2010-04-25* bignum.c (bigmul1_karatsuba): suppress a warning.nobu
2010-04-25* io.c (ruby_dup): update max fd.nobu
2010-04-25* lib/net/imap.rb (fetch_internal): do not quote message data itemshugo
2010-04-25 * lib/cmath.rb: reverted experimental r23900.tadf
2010-04-25 * complex.c, ratioanl.c: reverted experimental r24565.tadf
2010-04-25 * lib/date.rb, lib/date/delta*: reverted experimental r24567 andtadf
2010-04-25* hash.c (ruby_setenv): putenv on msvcrt.dll can't remove empty value.wanabe
2010-04-24* ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize methodtenderlove
2010-04-24* ext/psych/lib/psych.rb: removing unused codetenderlove
2010-04-24* ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove
2010-04-24* 2010-04-25svn
2010-04-24* ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove
2010-04-24* lib/pp.rb: use [""].pack("p").size to detect the pointer size.akr
2010-04-24* test/psych/test_psych.rb: don't leave temporary files.akr
2010-04-24update doc.akr
2010-04-24* Makefile.in (RUBY_PROGRAM_VERSION): addednobu
2010-04-24* tool/rbinstall.rb: expand target file name.nobu
2010-04-24* template/fake.rb.in: no need for hook if extmk.nobu
2010-04-24update document.akr
2010-04-24* io.c: raise IOError when byte oriented operations occur withakr
2010-04-24* ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove
2010-04-24* ruby.c (get_arglen): skip the last terminator of argv beforenobu
2010-04-24* test/psych/test_yaml.rb: clearing domain types on teardowntenderlove
2010-04-24* ext/syck/yaml2byte.c (bytestring_append, bytestring_extend):nobu
2010-04-24* ext/psych/lib/psych.rb: fixing documentationtenderlove
2010-04-23* process.c (rb_f_fork): remove after_exec() which sometimes causedmame
2010-04-23* test/dl/test_base.rb: add kfreebsd support. based on a patch frommame
2010-04-23* 2010-04-24svn
2010-04-23* ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp): remove static forusa
2010-04-23* ext/openssl/ossl_config.c: fix compilation failure withakr
2010-04-23* ChangeLog: ML ref. ([ruby-core:29256])usa