summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-30* ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget: nagai
2008-05-30* ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget: failnagai
2008-05-30* ChangeLog: missing log for r16677.nobu
2008-05-29 * enum.c (count_i, count_iter_i, count_all_i): add prototypes for VC.usa
2008-05-29* enum.c (count_i, count_iter_i): Sync with trunk.knu
2008-05-29* ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand):knu
2008-05-29* ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu
2008-05-29Fix a typo.knu
2008-05-29* configure.in, win32/Makefile.sub, mkconfig.rb, instruby.rb,knu
2008-05-29* ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6nobu
2008-05-28* ext/purelib.rb: get rid of recent feature. [ruby-dev:34864]nobu
2008-05-28* string.c (rb_str_start_with): Remove an unused variable.knu
2008-05-28* range.c (range_step): Fix brokenness when a non-integer numericknu
2008-05-28* array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu
2008-05-28* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...knu
2008-05-28* lib/singleton.rb (SingletonClassMethods): _load should be public.nobu
2008-05-28* error.c (rb_bug): description from rb_bug() should includematz
2008-05-2820080528knu
2008-05-28* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-05-27Add a note about Array#slice! changes.knu
2008-05-27* array.c (rb_ary_slice_bang): Return an empty array instead ofknu
2008-05-27* numeric.c (flo_divmod): Revert the behavior change; do notknu
2008-05-27* enum.c (enum_to_a): Pass arguments through to #each().knu
2008-05-27Cosmetic.knu
2008-05-27Adjust order.knu
2008-05-27* ext/stringio/stringio.c (strio_each_char, Init_stringio): Addknu
2008-05-27* ext/stringio/stringio.c (strio_each): Return an enumerator if noknu
2008-05-27* eval.c (rb_mod_module_exec, Init_eval): Addknu
2008-05-27* io.c (rb_io_each_char, argf_each_char, Init_IO):knu
2008-05-27Fix a typo.knu
2008-05-27* ext/stringio/stringio.c (Init_stringio): Defineknu
2008-05-27* io.c (Init_IO): Define {IO,ARGF}#{getbyte,readbyte}.knu
2008-05-27* ext/stringio/stringio.c (Init_stringio): Define #bytes andknu
2008-05-27* io.c: (rb_io_lines, rb_io_bytes, Init_IO): Defineknu
2008-05-27 * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa
2008-05-26* process.c (proc_getpgrp): rdoc enabled.akr
2008-05-26* file.c (BUFCHECK): no resize if enough room.nobu
2008-05-26 * file.c (ntfs_tail): filename which starts with '.' is valid.usa
2008-05-26Add "passing a block to a Proc".knu
2008-05-26Mention Object#instance_exec.knu
2008-05-26 * marshal.c (dump_ensure, load_ensure): should return values.usa
2008-05-26* eval.c (yield_under, yield_under_i, yield_args_under_i)knu
2008-05-2520080526knu
2008-05-25Mention Date.parse's change.knu
2008-05-25* marshal.c (r_object0, Init_marshal): Fix the garbled s_callknu
2008-05-25* hash.c (rb_hash_default): Fix rdoc.knu
2008-05-25* hash.c (env_delete_if): Return an enumerator if no block isknu
2008-05-24fix a typoknu
2008-05-24* array.c (rb_ary_slice_bang): Be consistent with Array#slice()knu
2008-05-24* eval.c (Init_Thread): Initialize recursive_key.knu