[前][次][スレッド一覧][上]

ruby-changes:4601-4700

   4601 2008-04-20 15:01 [ko1@a...            ] nobu -  Ruby:r16095 (trunk): * compile.c (iseq_set_exception_table): allocates catch_table only
   4602 2008-04-20 15:01 [ko1@a...            ] nobu -  Ruby:r16096 (trunk): * vm_core.h (struct iseq_compile_data): moved label_no from
   4603 2008-04-20 15:13 [ko1@a...            ] akr -  Ruby:r16097 (trunk): * io.c (copy_stream_rbuf_to_dst): removed.
   4604 2008-04-20 15:14 [ko1@a...            ] nobu -  Ruby:r16098 (trunk): * io.c (copy_stream_func): suppress warnings.
   4605 2008-04-20 15:19 [ko1@a...            ] nobu -  Ruby:r16099 (trunk): * file.c (file_expand_path): constified.
   4606 2008-04-20 15:44 [ko1@a...            ] akr -  Ruby:r16100 (trunk): update sprintf rdoc.
   4607 2008-04-20 18:01 [ko1@a...            ] knu -  Ruby:r16101 (ruby_1_8): * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc
   4608 2008-04-20 18:04 [ko1@a...            ] knu -  Ruby:r16102 (ruby_1_8_7): Add test/yamlstore.rb.
   4609 2008-04-20 18:05 [ko1@a...            ] knu -  Ruby:r16103 (ruby_1_8_7): * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc
   4610 2008-04-20 18:06 [ko1@a...            ] knu -  Ruby:r16104 (ruby_1_8, ruby_1_8_7): 20080420
   4611 2008-04-20 20:30 [ko1@a...            ] akr -  Ruby:r16105 (trunk): fix deadlock.
   4612 2008-04-20 20:59 [ko1@a...            ] knu -  Ruby:r16106 (trunk): * enumerator.c: Resolve the method every time an enumeration
   4613 2008-04-20 21:01 [ko1@a...            ] knu -  Ruby:r16107 (trunk): * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.
   4614 2008-04-20 21:03 [ko1@a...            ] knu -  Ruby:r16108 (ruby_1_8): * enumerator.c: Resolve the method every time an enumeration
   4615 2008-04-20 21:04 [ko1@a...            ] knu -  Ruby:r16109 (ruby_1_8_7): * enumerator.c: Resolve the method every time an enumeration
   4616 2008-04-20 21:10 [ko1@a...            ] knu -  Ruby:r16110 (v1_8_7_preview2): Tag for 1.8.7-preview2.
   4617 2008-04-21 07:32 [ko1@a...            ] technorama -  Ruby:r16111 (trunk): * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.
   4618 2008-04-21 08:55 [ko1@a...            ] usa -  Ruby:r16112 (trunk): * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.
   4619 2008-04-21 10:00 [ko1@a...            ] usa -  Ruby:r16113 (trunk): * time.c (rb_strftime): check errno to detect strftime(3)'s error.
   4620 2008-04-21 10:02 [ko1@a...            ] usa -  Ruby:r16114 (ruby_1_8): * time.c (rb_strftime): check errno to detect strftime(3)'s error.
   4621 2008-04-21 10:03 [ko1@a...            ] usa -  Ruby:r16115 (ruby_1_8): * hash.c (recursive_hash): prototype.
   4622 2008-04-21 10:07 [ko1@a...            ] matz -  Ruby:r16116 (trunk): * time.c: should include <errno.h> to refer errno.
   4623 2008-04-21 10:17 [ko1@a...            ] usa -  Ruby:r16117 (ruby_1_8): * time.c: should include <errno.h> to refer errno.
   4624 2008-04-21 11:02 [ko1@a...            ] matz -  Ruby:r16118 (trunk): * compile.c (defined_expr): capture exception during defined?
   4625 2008-04-21 13:57 [ko1@a...            ] knu -  Ruby:r16119 (ruby_1_8_7): Merge from ruby_1_8.
   4626 2008-04-21 15:55 [ko1@a...            ] matz -  Ruby:r16120 (ruby_1_8): * lib/tempfile.rb (Tempfile::_close): check @data before modifying
   4627 2008-04-21 16:07 [ko1@a...            ] matz -  Ruby:r16121 (trunk): * enumerator.c (enumerator_init): preserve the method name in ID.
   4628 2008-04-21 17:02 [ko1@a...            ] nobu -  Ruby:r16122 (trunk): * iseq.c (rb_iseq_compile_with_option): check if src is a strring.
   4629 2008-04-21 17:19 [ko1@a...            ] nobu -  Ruby:r16123 (trunk): * ChangeLog: typo.
   4630 2008-04-21 17:21 [ko1@a...            ] knu -  Ruby:r16124 (ruby_1_8): * eval.c (rb_f_method_name): New gloval function: __method__;
   4631 2008-04-21 17:48 [ko1@a...            ] knu -  Ruby:r16125 (trunk): * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):
   4632 2008-04-21 18:41 [ko1@a...            ] knu -  Ruby:r16126 (ruby_1_8): * enumerator.c (enumerator_init): preserve the method name in ID.
   4633 2008-04-21 18:43 [ko1@a...            ] knu -  Ruby:r16127 (ruby_1_8_7): Merge from ruby_1_8.
   4634 2008-04-21 19:09 [ko1@a...            ] akr -  Ruby:r16128 (trunk): * io.c (copy_stream_body): call rb_io_check_readable and
   4635 2008-04-22 09:58 [ko1@a...            ] usa -  Ruby:r16129 (trunk): * file.c (eaccess): workaround for recent msvcrt's behavior.
   4636 2008-04-22 09:59 [ko1@a...            ] usa -  Ruby:r16130 (trunk): * ext/win32ole/win32ole.c: avoid warnings.
   4637 2008-04-22 10:06 [ko1@a...            ] usa -  Ruby:r16131 (ruby_1_8): * file.c (eaccess): workaround for recent msvcrt's behavior.
   4638 2008-04-22 12:04 [ko1@a...            ] nobu -  Ruby:r16132 (trunk): * vm_insnhelper.c (vm_get_ev_const): search from the base klass if it
   4639 2008-04-22 12:11 [ko1@a...            ] nobu -  Ruby:r16133 (ruby_1_8): * test/yaml/test_yamlstore.rb: eol-style.
   4640 2008-04-22 13:11 [ko1@a...            ] akr -  Ruby:r16134 (trunk): exec "/" causes SEGV.
   4641 2008-04-22 13:13 [ko1@a...            ] nobu -  Ruby:r16135 (trunk): * thread.c (thread_join): remove the current thread from the join list
   4642 2008-04-22 13:27 [ko1@a...            ] matz -  Ruby:r16136 (trunk): * thread.c (rb_thread_stop_timer_thread): should clear
   4643 2008-04-22 15:25 [ko1@a...            ] nobu -  Ruby:r16137 (trunk): * configure.in (struct timespec): needs time.h according to POSIX.
   4644 2008-04-22 16:03 [ko1@a...            ] shyouhei -  Ruby:r16138 (trunk): * configure.in: use AC_USE_SYSTEM_EXTENSIONS.
   4645 2008-04-22 16:08 [ko1@a...            ] shyouhei -  Ruby:r16139 (trunk): * string.c (rb_enc_cr_str_buf_cat): do not use C++ comment.
   4646 2008-04-22 16:18 [ko1@a...            ] nobu -  Ruby:r16140 (trunk): * vm_evalbody.c (DECL_SC_REG): typo fixed.
   4647 2008-04-22 16:25 [ko1@a...            ] shyouhei -  Ruby:r16141 (trunk): * vm_evalbody.c (DECL_SC_REG): use __asm__ instead.
   4648 2008-04-22 16:47 [ko1@a...            ] kazu -  Ruby:r16142 (ruby_1_8): * object.c (rb_obj_tap): Correct documentation; pointed out by
   4649 2008-04-22 17:14 [ko1@a...            ] matz -  Ruby:r16143 (ruby_1_8): * regex.c (re_search): string might be NULL.  
   4650 2008-04-22 17:50 [ko1@a...            ] matz -  Ruby:r16144 (ruby_1_8): * sprintf.c (rb_f_sprintf): should protect temporary string from
   4651 2008-04-22 17:55 [ko1@a...            ] shyouhei -  Ruby:r16145 (trunk): * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type itself.
   4652 2008-04-22 19:36 [ko1@a...            ] knu -  Ruby:r16146 (trunk): * enumerator.c (enumerator_initialize): Remove an undocumented
   4653 2008-04-22 19:39 [ko1@a...            ] knu -  Ruby:r16147 (ruby_1_8): * enumerator.c (enumerator_initialize): Remove an undocumented
   4654 2008-04-22 20:55 [ko1@a...            ] naruse -  Ruby:r16148 (trunk): * ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.
   4655 2008-04-22 21:21 [ko1@a...            ] naruse -  Ruby:r16149 (trunk): * ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):
   4656 2008-04-22 21:43 [ko1@a...            ] knu -  Ruby:r16150 (ruby_1_8): * eval.c (rb_proc_new): Turn the BLOCK_LAMBDA flag on.
   4657 2008-04-22 22:04 [ko1@a...            ] kazu -  Ruby:r16151 (trunk): add a test of Symbol#to_proc.
   4658 2008-04-22 22:05 [ko1@a...            ] kazu -  Ruby:r16152 (ruby_1_8): add a test of Symbol#to_proc.
   4659 2008-04-22 22:16 [ko1@a...            ] nobu -  Ruby:r16153 (trunk): * misc/ruby-style.el (ruby-style-{case,label}-indent): up list from
   4660 2008-04-22 22:17 [ko1@a...            ] nobu -  Ruby:r16154 (trunk): * complex.c, rational.c: fixed indent.
   4661 2008-04-22 22:42 [ko1@a...            ] matz -  Ruby:r16155 (trunk): * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): should
   4662 2008-04-22 22:49 [ko1@a...            ] nobu -  Ruby:r16156 (trunk): * enumerator.c (enumerator_each, enumerator_with_index): suppress
   4663 2008-04-22 22:52 [ko1@a...            ] knu -  Ruby:r16157 (ruby_1_8): * eval.c (rb_proc_new, YIELD_FUNC_LAMBDA): Add a new nd_state
   4664 2008-04-22 23:41 [ko1@a...            ] matz -  Ruby:r16158 (trunk): test/ruby/test_enumerator.rb: updated
   4665 2008-04-23 00:23 [ko1@a...            ] kazu -  Ruby:r16159 (trunk): * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol#to_proc.
   4666 2008-04-23 00:25 [ko1@a...            ] kazu -  Ruby:r16160 (ruby_1_8): * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol#to_proc.
   4667 2008-04-23 00:36 [ko1@a...            ] mame -  Ruby:r16161 (trunk): * test/openssl/test_ssl.rb (start_server): add timeout to server.join.
   4668 2008-04-23 00:45 [ko1@a...            ] akr -  Ruby:r16162 (ruby_1_8): * eval.c (error_print): show full stack grace except SystemStackError.
   4669 2008-04-23 01:02 [ko1@a...            ] akr -  Ruby:r16163 (ruby_1_8): describe about stack trace truncation.
   4670 2008-04-23 01:03 [ko1@a...            ] akr -  Ruby:r16164 (ruby_1_8): revert previous commit.
   4671 2008-04-23 01:06 [ko1@a...            ] akr -  Ruby:r16165 (ruby_1_8): describe about stack trace.
   4672 2008-04-23 02:31 [ko1@a...            ] knu -  Ruby:r16166 (ruby_1_8_7): Merge from ruby_1_8.
   4673 2008-04-23 11:46 [ko1@a...            ] knu -  Ruby:r16167 (ruby_1_8_7): Add entries for the preview releases.
   4674 2008-04-23 11:53 [ko1@a...            ] knu -  Ruby:r16168 (ruby_1_8): * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return
   4675 2008-04-23 11:59 [ko1@a...            ] knu -  Ruby:r16169 (trunk): * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return
   4676 2008-04-23 14:04 [ko1@a...            ] knu -  Ruby:r16170 (ruby_1_8): * lib/mkmf.rb (create_makefile): Add a missing dependency on the
   4677 2008-04-23 14:19 [ko1@a...            ] knu -  Ruby:r16171 (ruby_1_8_7): Merge from ruby_1_8.
   4678 2008-04-23 15:32 [ko1@a...            ] kazu -  Ruby:r16172 (trunk): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed
   4679 2008-04-23 15:33 [ko1@a...            ] kazu -  Ruby:r16173 (ruby_1_8): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed
   4680 2008-04-23 15:45 [ko1@a...            ] knu -  Ruby:r16174 (ruby_1_8): * eval.c (bind_eval): Add Binding#eval, a shorthand method for
   4681 2008-04-24 00:22 [ko1@a...            ] mame -  Ruby:r16175 (trunk): * test/ruby/test_settracefunc.rb: add a test for set_trace_func.
   4682 2008-04-24 00:27 [ko1@a...            ] usa -  Ruby:r16176 (trunk): * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.
   4683 2008-04-24 14:15 [ko1@a...            ] nobu -  Ruby:r16177 (ruby_1_8, trunk): * dln.c (dln_find_1): prior files with extensions to files sans
   4684 2008-04-24 16:39 [ko1@a...            ] nagai -  Ruby:r16178 (ruby_1_8): * ext/tk/sample/ttk_wrapper.rb: should show usage when no script is given.
   4685 2008-04-24 17:07 [ko1@a...            ] matz -  Ruby:r16179 (ruby_1_8): * eval.c (THREAD_SAVE_CONTEXT): remove unnecessary
   4686 2008-04-24 17:21 [ko1@a...            ] matz -  Ruby:r16180 (trunk): * ruby.c (process_options): set safe_level before loading script.
   4687 2008-04-24 22:38 [ko1@a...            ] mame -  Ruby:r16181 (trunk): * test/ruby/test_comparable.rb: new tests for Comparable, to achieve
   4688 2008-04-24 23:02 [ko1@a...            ] mame -  Ruby:r16182 (trunk): * test/ruby/test_thread.rb: fix typos.
   4689 2008-04-24 23:49 [ko1@a...            ] akr -  Ruby:r16183 (trunk): * include/ruby/intern.h (rb_env_clear): declared.
   4690 2008-04-24 23:52 [ko1@a...            ] kazu -  Ruby:r16184 (ruby_1_8): * lib/net/pop.rb: backported from 1.9. bug#19003
   4691 2008-04-25 00:17 [ko1@a...            ] akr -  Ruby:r16185 (trunk): * process.c: include sys/stat.h for umask.
   4692 2008-04-25 00:34 [ko1@a...            ] akr -  Ruby:r16186 (trunk): fix argument type.
   4693 2008-04-25 00:57 [ko1@a...            ] akr -  Ruby:r16187 (trunk): FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.
   4694 2008-04-25 10:35 [ko1@a...            ] usa -  Ruby:r16188 (trunk): * 2008-04-25
   4695 2008-04-25 10:55 [ko1@a...            ] usa -  Ruby:r16189 (trunk): * include/ruby/win32.h: define mode_t for umask.
   4696 2008-04-25 12:38 [ko1@a...            ] nobu -  Ruby:r16190 (trunk, ruby_1_8): * array.c (flatten): returns an instance of same class.
   4697 2008-04-25 14:45 [ko1@a...            ] nobu -  Ruby:r16191 (trunk): * process.c: suppress warning.
   4698 2008-04-25 15:36 [ko1@a...            ] nobu -  Ruby:r16192 (trunk): * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv in
   4699 2008-04-25 15:51 [ko1@a...            ] knu -  Ruby:r16193 (ruby_1_8_7): Merge from ruby_1_8.
   4700 2008-04-25 18:03 [ko1@a...            ] matz -  Ruby:r16194 (trunk): * gc.c (free_unused_heaps): preserve last used heap segment to

[前][次][スレッド一覧][上]