[前][次][番号順一覧][上]
ruby-changes:4801-4900
4801 2008-05-05 19:53 [ko1@a... ] matz - Ruby:r16295 (trunk): * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.
4802 2008-05-05 20:01 [ko1@a... ] matz - Ruby:r16296 (trunk): * compile.c (defined_expr): protect some expression from
4803 2008-05-05 20:12 [ko1@a... ] matz - Ruby:r16297 (trunk): * io.c (io_fflush): IO#flush problem within threads. a patch from
4804 2008-05-05 23:51 [ko1@a... ] matz - Ruby:r16298 (trunk): * insns.def (defineclass): was using wrong variable.
4805 2008-05-06 00:02 [ko1@a... ] matz - Ruby:r16299 (trunk): * compile.c (iseq_compile_each): should call compile_cpath() for
4806 2008-05-06 00:26 [ko1@a... ] nobu - Ruby:r16300 (ruby_1_8): * svn:eol-style
4807 2008-05-06 00:30 [ko1@a... ] matz - Ruby:r16301 (trunk): * iseq.c (insn_operand_intern): should handle Qundef embedded in
4808 2008-05-06 02:18 [ko1@a... ] akr - Ruby:r16302 (trunk): * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.
4809 2008-05-06 09:02 [ko1@a... ] akr - Ruby:r16303 (trunk): File#lchmod test removed because the method is not exist.
4810 2008-05-07 00:57 [ko1@a... ] matz - Ruby:r16304 (trunk): * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.
4811 2008-05-07 00:58 [ko1@a... ] matz - Ruby:r16305 (ruby_1_8): * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.
4812 2008-05-07 01:00 [ko1@a... ] matz - Ruby:r16306 (trunk): ChangeLog updated
4813 2008-05-07 08:47 [ko1@a... ] matz - Ruby:r16307 (ruby_1_8): * struct.c (rb_struct_s_def): to_str should be called only once.
4814 2008-05-07 13:15 [ko1@a... ] matz - Ruby:r16308 (trunk): * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.
4815 2008-05-07 16:28 [ko1@a... ] nobu - Ruby:r16309 (trunk): * .gdbinit (rp): removed RUBY_T_BLOCK.
4816 2008-05-07 17:41 [ko1@a... ] nobu - Ruby:r16310 (trunk): * vm.c (vm_eval_body): initialize retval.
4817 2008-05-07 17:43 [ko1@a... ] nobu - Ruby:r16311 (trunk): * io.c (io_puts_ary): check recursion first.
4818 2008-05-07 18:18 [ko1@a... ] matz - Ruby:r16312 (trunk): * string.c (sym_to_i): remove obsolete method. preparation for
4819 2008-05-07 20:25 [ko1@a... ] usa - Ruby:r16313 (trunk): * ruby.c (process_options, ruby_set_argv): set encoding of rb_argv
4820 2008-05-07 22:23 [ko1@a... ] matz - Ruby:r16314 (trunk): * numeric.c (fix_divide): float division should floor() before
4821 2008-05-07 22:24 [ko1@a... ] matz - Ruby:r16315 (trunk): * thread.c (rb_thread_key_p): should always convert symbol to ID.
4822 2008-05-07 22:25 [ko1@a... ] matz - Ruby:r16316 (trunk): * numeric.c (bit_coerce): float should not be a valid operand of
4823 2008-05-08 01:16 [ko1@a... ] matz - Ruby:r16317 (trunk): * string.c (tr_trans): should squeeze properly.
4824 2008-05-08 06:27 [ko1@a... ] nobu - Ruby:r16318 (trunk): * thread.c (rb_thread_key_p): thread local storage stores ID.
4825 2008-05-08 06:44 [ko1@a... ] nobu - Ruby:r16319 (trunk): * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.
4826 2008-05-08 08:57 [ko1@a... ] nobu - Ruby:r16320 (trunk): * array.c (sort_1, sort_2): check reentered.
4827 2008-05-08 09:52 [ko1@a... ] nobu - Ruby:r16321 (trunk): * array.c (sort_1, sort_2): check for reentered and if elements are
4828 2008-05-08 10:04 [ko1@a... ] nobu - Ruby:r16322 (trunk): * test/ruby/test_array.rb (test_sort_with_callcc): test for .
4829 2008-05-08 10:45 [ko1@a... ] matz - Ruby:r16323 (trunk): * array.c (sort_reentered): reentered check may be called from
4830 2008-05-08 10:46 [ko1@a... ] matz - Ruby:r16324 (trunk): array.c: typo fixed; sorry!
4831 2008-05-08 13:19 [ko1@a... ] nobu - Ruby:r16325 (trunk): * vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is not
4832 2008-05-08 15:14 [ko1@a... ] nobu - Ruby:r16326 (trunk): * array.c (rb_ary_sort_bang): freeze temporary array.
4833 2008-05-08 15:57 [ko1@a... ] nobu - Ruby:r16327 (trunk): * eval_intern.h (enum ruby_tag_type): enum for debug.
4834 2008-05-08 15:59 [ko1@a... ] akr - Ruby:r16328 (trunk): * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWS
4835 2008-05-08 15:59 [ko1@a... ] matz - Ruby:r16329 (trunk): test/ruby/test_continuation.rb: remove duplicated test.
4836 2008-05-08 16:03 [ko1@a... ] matz - Ruby:r16330 (trunk): ChangeLog: add an entry and ML ref.
4837 2008-05-08 16:41 [ko1@a... ] nobu - Ruby:r16331 (trunk): * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.
4838 2008-05-08 16:46 [ko1@a... ] akr - Ruby:r16332 (trunk): * file.c (rb_find_file_ext): guard load_path from GC.
4839 2008-05-08 17:29 [ko1@a... ] nobu - Ruby:r16333 (trunk): * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.
4840 2008-05-08 17:44 [ko1@a... ] nobu - Ruby:r16334 (trunk): * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.
4841 2008-05-08 18:19 [ko1@a... ] matz - Ruby:r16335 (trunk): * bignum.c (rb_big_and): bit-wise operation should not take float
4842 2008-05-09 00:55 [ko1@a... ] matz - Ruby:r16336 (trunk): * parse.y (arg): operator assignment "a += b rescue c" should be
4843 2008-05-09 07:48 [ko1@a... ] matz - Ruby:r16337 (trunk): * cont.c (cont_restore_0): dynamic stack direction code should be
4844 2008-05-09 19:17 [ko1@a... ] matz - Ruby:r16338 (trunk): * thread.c (timeofday): use monotonic clock. based on a patch
4845 2008-05-09 19:18 [ko1@a... ] matz - Ruby:r16339 (trunk): ChangeLog: address mangling.
4846 2008-05-09 23:34 [ko1@a... ] nagai - Ruby:r16340 (ruby_1_8): * ext/tk/lib/tk/wm.rb: methods of Tk::Wm_for_General module cannot
4847 2008-05-09 23:39 [ko1@a... ] nagai - Ruby:r16341 (ruby_1_8): * ChangeLog: add log about latest changes.
4848 2008-05-10 09:18 [ko1@a... ] matz - Ruby:r16342 (ruby_1_8): * util.c (ruby_strtod): backported from 1.9. a patch from Satoshi
4849 2008-05-10 12:01 [ko1@a... ] akr - Ruby:r16343 (trunk): * vm.c (env_mark): mark env->block.self. prevent SEGV when GC occur
4850 2008-05-10 13:19 [ko1@a... ] nagai - Ruby:r16344 (ruby_1_8): * ext/tk/lib/tk/pack.rb, ext/tk/lib/tk/grid.rb: increase parameter
4851 2008-05-10 18:18 [ko1@a... ] matz - Ruby:r16345 (trunk): * string.c (rb_str_each_line): zero length record separator should
4852 2008-05-10 18:20 [ko1@a... ] matz - Ruby:r16346 (ruby_1_8): * string.c (rb_str_each_line): RDoc updated.
4853 2008-05-10 22:15 [ko1@a... ] matz - Ruby:r16347 (trunk): * string.c (tr_trans): single '^' does not mean negation.
4854 2008-05-11 02:11 [ko1@a... ] matz - Ruby:r16348 (trunk): * string.c (tr_trans): should check src size, not str size.
4855 2008-05-11 02:11 [ko1@a... ] matz - Ruby:r16349 (trunk): * string.c (tr_trans): should not turn on modify flag if no
4856 2008-05-11 02:55 [ko1@a... ] nagai - Ruby:r16350 (ruby_1_8): * ext/tk/lib/tk/pack.rb, ext/tk/lib/tk/grid.rb: fix serious bug on the
4857 2008-05-11 03:07 [kzhr.nsym@g... ] subscribe
4858 2008-05-11 08:02 [ko1@a... ] yugui - Ruby:r16351 (trunk): * gc.c (gc_count): rdoc corrected.
4859 2008-05-11 09:59 [ko1@a... ] kazu - Ruby:r16352 (ruby_1_8): 2008-05-11
4860 2008-05-11 10:38 [ko1@a... ] kazu - Ruby:r16353 (ruby_1_8): * eval.c (method_name, method_owner): New methods; backported from 1.9. (UnboundMethod#name, UnboundMethod#owner)
4861 2008-05-11 10:40 [ko1@a... ] kazu - Ruby:r16354 (trunk): add tests of UnboundMethod#{name,owner}
4862 2008-05-11 13:15 [ko1@a... ] akr - Ruby:r16355 (trunk): * thread.c (thread_cleanup_func_before_exec): extracted from
4863 2008-05-11 14:44 [ko1@a... ] akr - Ruby:r16356 (trunk): * include/ruby/ruby.h (SIZET2NUM): new macro.
4864 2008-05-11 17:58 [ko1@a... ] nobu - Ruby:r16357 (ruby_1_8, trunk): * configure.in (MINIRUBY): should not include extension library path.
4865 2008-05-11 18:01 [ko1@a... ] akr - Ruby:r16358 (trunk): * test/ruby/test_process.rb (TestProcess#with_stdin): defined.
4866 2008-05-11 18:59 [ko1@a... ] akr - Ruby:r16359 (trunk): fix typos.
4867 2008-05-11 19:07 [ko1@a... ] mame - Ruby:r16360 (trunk): * test/ruby/test_thread.rb: kill and join temporal threads that are
4868 2008-05-11 19:26 [ko1@a... ] akr - Ruby:r16361 (trunk): fix a typo.
4869 2008-05-11 19:54 [ko1@a... ] kazu - Ruby:r16362 (trunk): fix typo
4870 2008-05-11 22:39 [ko1@a... ] nobu - Ruby:r16363 (trunk): * bootstraptest/runner.rb (main): handle relative path -r options.
4871 2008-05-11 22:54 [ko1@a... ] nobu - Ruby:r16364 (trunk): * bootstraptest/runner.rb (main): leave -I options for purelib.rb
4872 2008-05-11 23:10 [ko1@a... ] nobu - Ruby:r16365 (ruby_1_8, trunk): * enum.c: removed trailing garbage spaces.
4873 2008-05-11 23:19 [ko1@a... ] nobu - Ruby:r16366 (ruby_1_8, trunk): * enum.c (all_iter_i, any_iter_i): reduced duplicated code.
4874 2008-05-12 02:09 [ko1@a... ] nagai - Ruby:r16367 (ruby_1_8): * ext/tk/lib/tkextlib/tkDND/shape.rb: wrong package name.
4875 2008-05-12 09:05 [ko1@a... ] usa - Ruby:r16368 (ruby_1_8): * 2008-05-12
4876 2008-05-12 10:41 [ko1@a... ] nobu - Ruby:r16369 (ruby_1_8): * lib/delegate.rb (SimpleDelegator::dup): removed needless argument.
4877 2008-05-12 10:52 [ko1@a... ] nobu - Ruby:r16370 (trunk): * gem_prelude.rb (load_full_rubygems_library, const_missing): prevent
4878 2008-05-12 10:53 [ko1@a... ] nobu - Ruby:r16371 (trunk): * ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is defined
4879 2008-05-12 11:16 [ko1@a... ] yugui - Ruby:r16372 (trunk): * gc.c (assign_heap_slot): put the binary-search routine in order.
4880 2008-05-12 11:34 [ko1@a... ] yugui - Ruby:r16373 (trunk): * ChangeLog: changelog of the changeset 16372. It was:
4881 2008-05-12 12:28 [ko1@a... ] matz - Ruby:r16374 (trunk): * string.c (sym_to_i): really removed.
4882 2008-05-12 12:30 [ko1@a... ] akr - Ruby:r16375 (trunk): * gc.c (assign_heap_slot): fix condition for number of objects in
4883 2008-05-12 12:32 [ko1@a... ] nobu - Ruby:r16376 (trunk): * common.mk (RUBYOPT): affected BASERUBY too.
4884 2008-05-12 12:33 [ko1@a... ] nobu - Ruby:r16377 (ruby_1_8): * common.mk (RUBYLIB, RUBYOPT): clear.
4885 2008-05-12 12:38 [ko1@a... ] akr - Ruby:r16378 (trunk): add tests for .
4886 2008-05-12 12:38 [ko1@a... ] usa - Ruby:r16379 (ruby_1_8): * win32/win32.c (rb_w32_select): backport from trunk.
4887 2008-05-12 12:41 [ko1@a... ] akr - Ruby:r16380 (trunk): add a test for .
4888 2008-05-12 12:47 [ko1@a... ] akr - Ruby:r16381 (trunk): add a test for .
4889 2008-05-12 12:59 [ko1@a... ] nagai - Ruby:r16382 (ruby_1_8): * ext/tk/lib/tk/wm.rb: Wm#overrideredirect overwrites arguemnt to
4890 2008-05-12 13:08 [ko1@a... ] nagai - Ruby:r16383 (ruby_1_8): * ChangeLog: add entry.
4891 2008-05-12 13:44 [ko1@a... ] akr - Ruby:r16384 (trunk): * bignum.c (bigzero_p): check from MSB to LSB.
4892 2008-05-12 14:01 [ko1@a... ] matz - Ruby:r16385 (ruby_1_8): * eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)"
4893 2008-05-12 14:06 [ko1@a... ] matz - Ruby:r16386 (trunk): * eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)"
4894 2008-05-12 15:10 [ko1@a... ] matz - Ruby:r16387 (trunk): * re.c (rb_reg_prepare_re): made non static with small refactoring.
4895 2008-05-12 15:29 [ko1@a... ] akr - Ruby:r16388 (trunk): * gc.c (ruby_vm_xmalloc): increase malloc_increase only if malloc
4896 2008-05-12 18:18 [ko1@a... ] usa - Ruby:r16389 (trunk): * process.c (rb_spawn_internal): need to call run_exec_options() before
4897 2008-05-12 19:07 [ko1@a... ] usa - Ruby:r16390 (trunk): * process.c (rb_spawn_internal): remove calling run_exec_options()
4898 2008-05-12 20:22 [ko1@a... ] knu - Ruby:r16391 (trunk): * enum.c (grep_i): Be aware of multiple values;
4899 2008-05-12 21:26 [ko1@a... ] matz - Ruby:r16392 (trunk): * string.c (sym_to_i): really removed.
4900 2008-05-12 21:35 [ko1@a... ] usa - Ruby:r16393 (trunk): * test/ruby/envutil.rb (rubybin): return expanded rubyexe instead of
[前][次][番号順一覧][上]