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

ruby-changes:4701-4800

   4701 2008-04-26 00:51 [ko1@a...            ] akr -  Ruby:r16195 (trunk): * process.c (rb_spawn_internal): new function to specify
   4702 2008-04-26 00:56 [ko1@a...            ] usa -  Ruby:r16196 (trunk): * 2008-04-26
   4703 2008-04-26 02:02 [ko1@a...            ] akr -  Ruby:r16197 (trunk): update spawn rdoc.
   4704 2008-04-26 13:04 [ko1@a...            ] akr -  Ruby:r16198 (trunk): * lib/open3.rb: double fork is replaced by spawn with Process.detach.
   4705 2008-04-26 17:30 [ko1@a...            ] nobu -  Ruby:r16199 (trunk): * error.c (builtin_types), signal.c (siglist), st.c (primes),
   4706 2008-04-26 17:31 [ko1@a...            ] nobu -  Ruby:r16200 (trunk): * process.c (rb_cProcessTms, rb_cProcessStatus): renamed.
   4707 2008-04-26 17:32 [ko1@a...            ] ko1 -  Ruby:r16201 (trunk): * include/ruby/ruby.h, gc.c: remove T_BLOCK.
   4708 2008-04-26 17:35 [ko1@a...            ] nobu -  Ruby:r16202 (trunk): * error.c (rb_eNOERROR): renamed.
   4709 2008-04-26 17:42 [ko1@a...            ] nobu -  Ruby:r16203 (trunk): * error.c (builtin_types), gc.c (count_objects): added Complex and
   4710 2008-04-26 18:36 [ko1@a...            ] nobu -  Ruby:r16204 (trunk): * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:
   4711 2008-04-26 19:37 [ko1@a...            ] knu -  Ruby:r16205 (ruby_1_8): * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block
   4712 2008-04-26 19:53 [ko1@a...            ] knu -  Ruby:r16206 (ruby_1_8): * class.c (struct clone_method_data): Add cref.
   4713 2008-04-26 19:57 [ko1@a...            ] knu -  Ruby:r16207 (ruby_1_8): 20080426 
   4714 2008-04-26 20:25 [ko1@a...            ] akr -  Ruby:r16208 (trunk): describe :pid thread variable.
   4715 2008-04-26 20:54 [ko1@a...            ] akr -  Ruby:r16209 (trunk): describe about waiting a child process.
   4716 2008-04-26 21:52 [ko1@a...            ] akr -  Ruby:r16210 (trunk): * include/ruby/intern.h (rb_hash_dup): declared.
   4717 2008-04-27 00:39 [ko1@a...            ] akr -  Ruby:r16211 (trunk): don't use Unix commands such as true, env, etc.
   4718 2008-04-27 01:14 [ko1@a...            ] drbrain -  Ruby:r16212 (trunk): Import RDoc 2.0.0 r56.
   4719 2008-04-27 01:47 [ko1@a...            ] akr -  Ruby:r16213 (trunk): * lib/open3.rb (Open3.popen3w): removed.
   4720 2008-04-27 08:08 [ko1@a...            ] naruse -  Ruby:r16214 (trunk): * ruby.c (ruby_set_argv): ARGV should be locale encoding.
   4721 2008-04-27 09:52 [ko1@a...            ] nobu -  Ruby:r16215 (trunk): * svn:eol-style.
   4722 2008-04-27 10:16 [ko1@a...            ] akr -  Ruby:r16216 (trunk): add a test for .
   4723 2008-04-27 11:17 [ko1@a...            ] akr -  Ruby:r16217 (trunk): add a test for .
   4724 2008-04-27 12:21 [ko1@a...            ] nobu -  Ruby:r16218 (trunk): * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c
   4725 2008-04-27 15:10 [ko1@a...            ] akr -  Ruby:r16219 (trunk): add tests.  
   4726 2008-04-27 15:28 [ko1@a...            ] ko1 -  Ruby:r16220 (trunk): * gc.c (gc_count): add a GC.count method.  This method returns
   4727 2008-04-27 19:02 [ko1@a...            ] tadf -  Ruby:r16221 (trunk): * rational.c (nurat_expt): use f_rational_new2. 
   4728 2008-04-28 09:12 [ko1@a...            ] akr -  Ruby:r16222 (trunk): * include/ruby/intern.h (rb_exec_arg_init): declared.
   4729 2008-04-28 11:12 [ko1@a...            ] matz -  Ruby:r16223 (trunk): * proc.c (method_name): should return symbols instead of strings.
   4730 2008-04-28 11:13 [ko1@a...            ] akr -  Ruby:r16224 (trunk): * process.c (run_exec_options): don't call FIX2INT for nil.
   4731 2008-04-28 12:50 [ko1@a...            ] usa -  Ruby:r16225 (trunk): * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specify
   4732 2008-04-28 14:25 [ko1@a...            ] akr -  Ruby:r16226 (trunk): * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of
   4733 2008-04-28 14:31 [ko1@a...            ] akr -  Ruby:r16227 (trunk): bit more explanation.
   4734 2008-04-28 14:42 [ko1@a...            ] akr -  Ruby:r16228 (trunk): more tests. 
   4735 2008-04-28 14:45 [ko1@a...            ] akr -  Ruby:r16229 (trunk): more tests. 
   4736 2008-04-28 17:28 [ko1@a...            ] akr -  Ruby:r16230 (trunk): add a test for .
   4737 2008-04-28 18:35 [ko1@a...            ] matz -  Ruby:r16231 (trunk): * range.c (range_each): use INT2FIX() for fixnum values.
   4738 2008-04-28 20:29 [ko1@a...            ] tadf -  Ruby:r16232 (trunk): * rational (nurat_marshal_load): checks the given
   4739 2008-04-28 20:45 [ko1@a...            ] tadf -  Ruby:r16233 (trunk): typo       
   4740 2008-04-29 11:24 [ko1@a...            ] akr -  Ruby:r16234 (trunk): add tests.  
   4741 2008-04-30 14:40 [ko1@a...            ] akr -  Ruby:r16235 (trunk): * process.c (check_exec_redirect_fd): prohibit duplex IO.
   4742 2008-04-30 14:58 [ko1@a...            ] usa -  Ruby:r16236 (trunk): * 2008-04-30
   4743 2008-04-30 15:17 [ko1@a...            ] akr -  Ruby:r16237 (trunk): don't use fork method.
   4744 2008-04-30 16:13 [ko1@a...            ] mame -  Ruby:r16238 (trunk): * eval_intern.h: speficy the values of the enumeration constants
   4745 2008-04-30 17:47 [ko1@a...            ] nobu -  Ruby:r16239 (ruby_1_8, trunk): * re.c (rb_reg_search): use local variable.  a patch from wanabe
   4746 2008-04-30 18:03 [ko1@a...            ] nobu -  Ruby:r16240 (trunk): * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.
   4747 2008-04-30 20:15 [ko1@a...            ] jeg2 -  Ruby:r16241 (trunk): * lib/net/telnet.rb:  Fixing a bug where line endings would not be properly
   4748 2008-04-30 20:23 [ko1@a...            ] jeg2 -  Ruby:r16242 (ruby_1_8): Merged 16241 from trunk.
   4749 2008-04-30 21:38 [ko1@a...            ] akr -  Ruby:r16243 (trunk): add tests.  
   4750 2008-04-30 21:41 [ko1@a...            ] seki -  Ruby:r16244 (trunk):  ERB::Util#url_encode bug fix. Reported by rubikitch.
   4751 2008-04-30 23:30 [ko1@a...            ] akr -  Ruby:r16245 (trunk): 0**-1 test updated.  
   4752 2008-05-01 07:44 [ko1@a...            ] matz -  Ruby:r16246 (trunk): bootstraptest updated
   4753 2008-05-01 09:25 [ko1@a...            ] usa -  Ruby:r16247 (trunk): * 2008-05-01
   4754 2008-05-01 11:03 [ko1@a...            ] akr -  Ruby:r16248 (trunk): split combinational blackbox tests.
   4755 2008-05-01 14:12 [ko1@a...            ] akr -  Ruby:r16249 (trunk): add a test for .
   4756 2008-05-01 16:10 [ko1@a...            ] nobu -  Ruby:r16250 (trunk): * hash.c (env_delete_if): return enumerator if no block given.
   4757 2008-05-01 18:12 [ko1@a...            ] akr -  Ruby:r16251 (trunk): add tests for  and .
   4758 2008-05-01 21:47 [ko1@a...            ] matz -  Ruby:r16252 (trunk): * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):
   4759 2008-05-01 23:05 [ko1@a...            ] matz -  Ruby:r16253 (trunk): * hash.c (rb_hash_s_create): should access converted hash value.
   4760 2008-05-01 23:20 [ko1@a...            ] nobu -  Ruby:r16254 (trunk): * bignum.c (rb_big_divide): return an integer for idiv.
   4761 2008-05-01 23:35 [ko1@a...            ] nobu -  Ruby:r16255 (ruby_1_8, trunk): * range.c (range_step): allow float step bigger than zero but less
   4762 2008-05-01 23:43 [ko1@a...            ] nobu -  Ruby:r16256 (ruby_1_8, trunk): * range.c (range_step): check if step can be converted to an integer.
   4763 2008-05-01 23:57 [ko1@a...            ] jeg2 -  Ruby:r16257 (trunk): * lib/net/telnet.rb:  This patch from Brian Candler adds a FailEOF mode which
   4764 2008-05-02 00:00 [ko1@a...            ] nobu -  Ruby:r16258 (trunk): * bignum.c (rb_big_divide), numeric.c (fix_divide): check for result
   4765 2008-05-02 00:06 [ko1@a...            ] jeg2 -  Ruby:r16259 (trunk): Adding accidentally skipped ChangeLog entry.
   4766 2008-05-02 00:10 [ko1@a...            ] jeg2 -  Ruby:r16260 (ruby_1_8): Merged 16257 from trunk.
   4767 2008-05-02 02:08 [ko1@a...            ] nobu -  Ruby:r16261 (ruby_1_8, trunk): * ChangeLog: reordered.
   4768 2008-05-02 13:06 [ko1@a...            ] matz -  Ruby:r16262 (ruby_1_8): * ext/dbm/dbm.c (Init_dbm): defines DBM::VERSION even when
   4769 2008-05-02 13:52 [ko1@a...            ] matz -  Ruby:r16263 (ruby_1_8): * re.c (match_select): restore previous behavior of MatchData#select.
   4770 2008-05-02 13:57 [ko1@a...            ] matz -  Ruby:r16264 (trunk): * re.c (Init_Regexp): remove MatchData#select.  
   4771 2008-05-02 14:22 [ko1@a...            ] matz -  Ruby:r16265 (trunk): * range.c (range_step): step may be bignum.
   4772 2008-05-02 15:01 [ko1@a...            ] matz -  Ruby:r16266 (trunk): * misc/ruby-mode.el: move fontifying code from hook.
   4773 2008-05-02 15:18 [ko1@a...            ] matz -  Ruby:r16267 (ruby_1_8): misc/ruby-mode.el: commit miss.
   4774 2008-05-02 15:21 [ko1@a...            ] matz -  Ruby:r16268 (trunk): ChangeLog: updated.
   4775 2008-05-02 16:15 [ko1@a...            ] matz -  Ruby:r16269 (trunk): * range.c (range_step): do not forcefully convert steps into
   4776 2008-05-02 16:52 [ko1@a...            ] akr -  Ruby:r16270 (trunk): add tests for  and .
   4777 2008-05-02 17:31 [ko1@a...            ] matz -  Ruby:r16271 (trunk): * range.c (range_step): call to_int if step is not a numeric
   4778 2008-05-02 23:57 [ko1@a...            ] akr -  Ruby:r16272 (trunk): * variable.c (rb_define_hooked_variable): guard *var from GC to
   4779 2008-05-02 23:59 [ko1@a...            ] nobu -  Ruby:r16273 (trunk): * io.c (internal_read_func, internal_write_func): split from
   4780 2008-05-03 01:18 [ko1@a...            ] akr -  Ruby:r16274 (trunk): add test for Struct.new(0).
   4781 2008-05-03 01:29 [ko1@a...            ] akr -  Ruby:r16275 (trunk): add a test. 
   4782 2008-05-03 01:35 [ko1@a...            ] akr -  Ruby:r16276 (trunk): add a test. 
   4783 2008-05-03 18:12 [ko1@a...            ] akr -  Ruby:r16277 (trunk): * time.c (time_timespec): raise TypeError for nil and other objects
   4784 2008-05-03 19:54 [ko1@a...            ] akr -  Ruby:r16278 (trunk): add a test for .
   4785 2008-05-03 20:58 [ko1@a...            ] akr -  Ruby:r16279 (trunk): * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):
   4786 2008-05-03 22:29 [ko1@a...            ] akr -  Ruby:r16280 (trunk): add a test. 
   4787 2008-05-03 22:52 [ko1@a...            ] nagai -  Ruby:r16281 (ruby_1_8): * ext/tk/lib/tkextlib/tile.rb, ext/tk/lib/tkextlib/tile/style.rb,
   4788 2008-05-03 23:38 [ko1@a...            ] nagai -  Ruby:r16282 (ruby_1_8): * ChangeLog: add a log about the last change.
   4789 2008-05-04 09:42 [ko1@a...            ] seki -  Ruby:r16283 (ruby_1_8): sample/erb/erb4html.rb (ERB4Html) : add example of ERB#set_eoutvar. ERB4Html is an auto-quote ERB.
   4790 2008-05-04 12:59 [ko1@a...            ] akr -  Ruby:r16284 (trunk): * string.c (rb_str_each_line): return original string.
   4791 2008-05-04 14:30 [ko1@a...            ] akr -  Ruby:r16285 (trunk): * eval.c (rb_obj_respond_to): check the result of respond_to? method
   4792 2008-05-04 16:05 [ko1@a...            ] akr -  Ruby:r16286 (trunk): * time.c (obj2nsec): fix string argument.
   4793 2008-05-04 16:49 [ko1@a...            ] akr -  Ruby:r16287 (trunk): add a test. 
   4794 2008-05-04 21:10 [ko1@a...            ] akr -  Ruby:r16288 (trunk): * lib/getoptlong.rb: use $stderr instead of $deferr.
   4795 2008-05-05 02:25 [ko1@a...            ] akr -  Ruby:r16289 (trunk): * gc.c (set_heaps_increment): fix memory allocation strategy by
   4796 2008-05-05 11:27 [ko1@a...            ] matz -  Ruby:r16290 (trunk): * compile.c (compile_cpath): use Qundef to denote cbase lookup.
   4797 2008-05-05 11:40 [ko1@a...            ] matz -  Ruby:r16291 (trunk): * array.c (rb_ary_dup): should dupe corresponding information.
   4798 2008-05-05 12:14 [ko1@a...            ] matz -  Ruby:r16292 (trunk): * array.c (rb_ary_slice_bang): should adjust length before making
   4799 2008-05-05 15:49 [ko1@a...            ] akr -  Ruby:r16293 (trunk): add a test for IA64 Debian GNU/Linux Etch.
   4800 2008-05-05 17:19 [ko1@a...            ] akr -  Ruby:r16294 (trunk): * eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF to

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