Age | Commit message (Expand) | Author |
2010-04-28 | * ext/json: Update to JSON 1.4.2. | naruse |
2010-04-28 | * thread. (rb_thread_terminate_all): revert r24591 which caused SEGV | mame |
2010-04-28 | * test/psych/visitors/test_yaml_tree.rb (test_struct_const): remove | mame |
2010-04-28 | * time.c (time_timespec): use rb_check_funcall. | nobu |
2010-04-28 | * test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg): | nobu |
2010-04-28 | * ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin, | nobu |
2010-04-28 | * ext/socket: fixed types. | nobu |
2010-04-28 | * include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check long | nobu |
2010-04-28 | * ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking): | nobu |
2010-04-28 | * ext/socket/rubysocket.h: non-implemented method definitions need | nobu |
2010-04-28 | * vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings. | nobu |
2010-04-28 | * tool/compile_prelude.rb: enable optimization. | nobu |
2010-04-28 | * ext/bigdecimal: fixed types. | nobu |
2010-04-28 | * thread.c (timer_thread_function): unused variable. | nobu |
2010-04-28 | * parse.y (warn_balanced): do not warn for EXPR_ENDFN. | nobu |
2010-04-27 | Cleaning up syntax warnings. | naruse |
2010-04-27 | * ext/psych/lib/psych/deprecated.rb: adding deprecated object_maker | tenderlove |
2010-04-27 | * ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class" | tenderlove |
2010-04-27 | * 2010-04-28 | svn |
2010-04-27 | * eval.c (ruby_cleanup): add exception guard around code running | mame |
2010-04-27 | * insns.def (onceinlinecache): add exclusion control for a region | mame |
2010-04-27 | * iseq.c (set_relation): do not use top_wrapper as bottom of cref, | mame |
2010-04-27 | * eval.c (ruby_cleanup): before cleanup, check signal buffer and run | mame |
2010-04-27 | * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo. | nobu |
2010-04-27 | Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780 | drbrain |
2010-04-27 | Add 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-27 | svn |
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 rid | usa |
2010-04-26 | Recommit 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 item | shugo |
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 and | tadf |
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 method | tenderlove |
2010-04-24 | * ext/psych/lib/psych.rb: removing unused code | tenderlove |