[前][次][番号順一覧][上]

ruby-changes:13001-13100

  13001 2009-09-04 09:55 [ko1@a...            ] Ruby:r24746 (ruby_1_8): * 2009-09-04    
  13002 2009-09-04 10:05 [ko1@a...            ] Ruby:r24747 (ruby_1_8_7): merge revision(s) 24283:24296:
  13003 2009-09-04 14:43 [ko1@a...            ] Ruby:r24748 (trunk): * bignum.c (rb_big_div,  rb_big_idiv): fixed indent.
  13004 2009-09-04 17:06 [ko1@a...            ] Ruby:r24749 (trunk): * bignum.c (rb_big_idiv): added rdoc.
  13005 2009-09-04 20:43 [ko1@a...            ] Ruby:r24750 (trunk, ruby_1_8): * numeric.c (round): added declaration.  
  13006 2009-09-05 06:30 [ko1@a...            ] Ruby:r24751 (ruby_1_8): * io.c (rb_io_binmode): check if closed regardless platforms.
  13007 2009-09-05 06:31 [ko1@a...            ] Ruby:r24752 (trunk): * test/ruby/test_io.rb (test_binmode_after_closed): test for .
  13008 2009-09-05 08:54 [ko1@a...            ] Ruby:r24753 (trunk): * re.c (update_char_offset):
  13009 2009-09-05 08:54 [ko1@a...            ] Ruby:r24754 (trunk): * re.c (update_char_offset): position should be long.
  13010 2009-09-05 09:34 [ko1@a...            ] Ruby:r24755 (trunk): * re.c (Init_Regexp): new methods.  
  13011 2009-09-05 09:41 [ko1@a...            ] Ruby:r24756 (trunk): update comment.    
  13012 2009-09-05 10:39 [ko1@a...            ] Ruby:r24757 (trunk): * compile.c (iseq_compile_each): &&= and ||= should return rhs.
  13013 2009-09-05 10:50 [ko1@a...            ] Ruby:r24758 (trunk): * compile.c (iseq_compile_each): &&= and ||= should return rhs.
  13014 2009-09-05 14:38 [ko1@a...            ] Ruby:r24759 (trunk): * compile.c (FIXNUM_INC, FIXNUM_OR): trivial optimizations.
  13015 2009-09-05 14:40 [ko1@a...            ] Ruby:r24760 (trunk): * compile.c (FIXNUM_OR): typo.
  13016 2009-09-05 15:21 [ko1@a...            ] Ruby:r24761 (trunk): * compile.c (iseq_compile_each): op_asgn to aref should return rhs.
  13017 2009-09-05 15:41 [ko1@a...            ] Ruby:r24762 (trunk): * numeric.c (flo_quo, int_round): added rdoc.
  13018 2009-09-06 01:35 [ko1@a...            ] Ruby:r24763 (ruby_1_8_7): merge revision(s) 24369:
  13019 2009-09-06 05:24 [ko1@a...            ] Ruby:r24764 (trunk): * io.c: Add rdoc for ARGF.
  13020 2009-09-06 05:24 [ko1@a...            ] Ruby:r24765 (trunk): * 2009-09-06       
  13021 2009-09-06 08:11 [ko1@a...            ] Ruby:r24766 (trunk): * io.c (argf_next_argv): fixed indent.
  13022 2009-09-06 10:35 [ko1@a...            ] Ruby:r24767 (trunk): * io.c: fixed rdoc, a patch from Nobuhiro IMAI at .
  13023 2009-09-06 16:41 [ko1@a...            ] Ruby:r24768 (trunk): * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):
  13024 2009-09-06 17:48 [ko1@a...            ] Ruby:r24769 (trunk): * compile.c (iseq_specialized_instruction), insns.def (opt_size):
  13025 2009-09-06 17:53 [ko1@a...            ] Ruby:r24770 (trunk): * template/id.h.tmpl: fix this.
  13026 2009-09-06 18:16 [ko1@a...            ] Ruby:r24771 (trunk): * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro
  13027 2009-09-06 23:15 [ko1@a...            ] Ruby:r24772 (ruby_1_8_7): merge revision(s) 24403:
  13028 2009-09-07 03:25 [ko1@a...            ] Ruby:r24773 (trunk): * lib/uri/common.rb (URI.escape): obsoleted.
  13029 2009-09-07 03:25 [ko1@a...            ] Ruby:r24774 (trunk): * 2009-09-07       
  13030 2009-09-07 05:08 [ko1@a...            ] Ruby:r24775 (trunk): * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVAR
  13031 2009-09-07 05:09 [ko1@a...            ] Ruby:r24776 (trunk): * benchmark/driver.rb: remove RUBY_VERSION output.
  13032 2009-09-07 05:33 [ko1@a...            ] Ruby:r24777 (trunk): * Makefile.in, common.mk: move a id.h generation rule.
  13033 2009-09-07 05:43 [ko1@a...            ] Ruby:r24778 (trunk): * insns.def (opt_*): add IC operands.
  13034 2009-09-07 12:33 [ko1@a...            ] Ruby:r24779 (trunk): * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): support
  13035 2009-09-07 17:12 [ko1@a...            ] Ruby:r24780 (trunk): * io.c (Init_IO): added rdocs for constants.
  13036 2009-09-07 17:14 [ko1@a...            ] Ruby:r24781 (trunk): * io.c (io_encname_bom_p): removed magic number.
  13037 2009-09-07 17:29 [ko1@a...            ] Ruby:r24782 (trunk): * io.c (rb_io_tell): adjustment for ungotten data.
  13038 2009-09-08 07:37 [ko1@a...            ] Ruby:r24784 (trunk): * vm.c (sdr, nsdr): nodoc.
  13039 2009-09-08 08:32 [ko1@a...            ] Ruby:r24785 (trunk): * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.
  13040 2009-09-08 12:00 [ko1@a...            ] Ruby:r24786 (trunk): * iseq.c (iseq_mark): no need to mark inline cache entries.
  13041 2009-09-08 15:30 [ko1@a...            ] Ruby:r24787: tags r24782 on the trunk as v1_9_2_preview2
  13042 2009-09-08 18:11 [ko1@a...            ] Ruby:r24788 (trunk): * tool/compile_prelude.rb: evaluates in the main context.
  13043 2009-09-08 21:41 [ko1@a...            ] Ruby:r24789 (trunk): * tool/compile_prelude.rb: reverted.
  13044 2009-09-08 21:51 [ko1@a...            ] Ruby:r24790 (trunk): * vm.c (rb_thread_mark): mark callers iseqs.  
  13045 2009-09-08 21:51 [ko1@a...            ] Ruby:r24791 (trunk): * iseq.c (iseq_mark): use preprocessor.
  13046 2009-09-08 22:10 [ko1@a...            ] Ruby:r24792 (trunk): * include/ruby/st.h (st_hash_func): use st_index_t.
  13047 2009-09-08 22:11 [ko1@a...            ] Ruby:r24793 (trunk): * re.c (rb_reg_hash): must calculate hash.
  13048 2009-09-08 22:19 [ko1@a...            ] Ruby:r24794 (trunk): * st.c (st_init_*table_with_size): use st_index_t.
  13049 2009-09-09 00:27 [ko1@a...            ] Ruby:r24796 (trunk): * cont.c (cont_data_type, fiber_data_type): typed.
  13050 2009-09-09 01:16 [ko1@a...            ] Ruby:r24798 (ruby_1_8_6): * 2009-09-09  
  13051 2009-09-09 01:16 [ko1@a...            ] Ruby:r24797 (ruby_1_8_6): Openstruct fix, and fix to test_file_exhaustive.
  13052 2009-09-09 10:54 [ko1@a...            ] Ruby:r24799 (trunk): * cont.c (cont_restore_1, rb_cont_call): should be Fiber.
  13053 2009-09-09 11:11 [ko1@a...            ] Ruby:r24800 (trunk): * cont.c (cont_memsize): fixed wrong expression on IA64.
  13054 2009-09-09 11:11 [ko1@a...            ] Ruby:r24801 (trunk): * include/ruby/ruby.h (rb_data_type_struct): constified dsize.
  13055 2009-09-09 11:22 [ko1@a...            ] Ruby:r24802 (trunk): * include/ruby/ruby.h (rb_data_type_struct): constified dsize.
  13056 2009-09-09 11:26 [ko1@a...            ] Ruby:r24803 (trunk): * cont.c (cont_memsize, fiber_memsize): constified.
  13057 2009-09-09 11:28 [ko1@a...            ] Ruby:r24804 (trunk): * dir.c (dir_data_type): typed.
  13058 2009-09-09 11:46 [ko1@a...            ] Ruby:r24805 (trunk): * enumerator.c (enumerator_data_type): typed.
  13059 2009-09-09 11:55 [ko1@a...            ] Ruby:r24806 (trunk): * error.c (name_err_mesg_data_type): typed.
  13060 2009-09-09 12:01 [ko1@a...            ] Ruby:r24807 (trunk): * file.c (stat_data_type): typed.
  13061 2009-09-09 12:24 [ko1@a...            ] Ruby:r24808 (trunk): * thread.c (thgroup_data_type, mutex_data_type, barrier_data_type):
  13062 2009-09-09 12:44 [ko1@a...            ] Ruby:r24809 (trunk): * time.c (time_data_type): typed.
  13063 2009-09-09 12:57 [ko1@a...            ] Ruby:r24810 (trunk): * transcode.c (econv_data_type): typed.
  13064 2009-09-09 13:07 [ko1@a...            ] Ruby:r24811 (trunk): * time.c (rb_time_timeval, rb_time_timespec): typed.
  13065 2009-09-09 13:11 [ko1@a...            ] Ruby:r24813 (trunk): * st.c (st_free_table): constified.
  13066 2009-09-09 13:11 [ko1@a...            ] Ruby:r24812 (trunk): * variable.c (autoload_data_type): typed.
  13067 2009-09-09 13:33 [ko1@a...            ] Ruby:r24814 (trunk): * variable.c (rb_autoload): initialize typed data.
  13068 2009-09-09 14:08 [ko1@a...            ] Ruby:r24815 (trunk): Wed Sep  9 14:07:19 2009  TAKANO Mitsuhiro (takano32)  <tak@no32.tk>
  13069 2009-09-09 15:27 [ko1@a...            ] Ruby:r24816 (trunk): Wed Sep  9 15:24:32 2009  TAKANO Mitsuhiro (takano32)  <tak@no32.tk>
  13070 2009-09-09 15:46 [ko1@a...            ] Ruby:r24817 (trunk): * load.c (rb_feature_provided): fixed for autoloading extension
  13071 2009-09-09 16:21 [ko1@a...            ] Ruby:r24818 (trunk): * test/ruby/test_require.rb (test_relative): tests for require_relative.
  13072 2009-09-09 17:19 [ko1@a...            ] Ruby:r24819 (trunk): Only 1 kcode effects options 
  13073 2009-09-09 21:04 [ko1@a...            ] Ruby:r24820 (trunk): * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argument
  13074 2009-09-09 21:19 [ko1@a...            ] Ruby:r24821 (trunk): * ext/dl/cfunc.c (dlcfunc_data_type): typed.
  13075 2009-09-09 22:02 [ko1@a...            ] Ruby:r24823 (trunk): * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source
  13076 2009-09-10 10:53 [ko1@a...            ] Ruby:r24824 (ruby_1_8_7): merge revision(s) 24496:
  13077 2009-09-10 16:05 [ko1@a...            ] Ruby:r24826 (trunk): * 2009-09-10       
  13078 2009-09-10 16:05 [ko1@a...            ] Ruby:r24825 (trunk): Warn unknown escaped chars in regexp.
  13079 2009-09-10 21:22 [ko1@a...            ] Ruby:r24827 (trunk): * test/ruby/envutil.rb (assert_normal_exit): Don't use
  13080 2009-09-10 21:23 [ko1@a...            ] Ruby:r24828 (trunk): * test/dl/test_cptr.rb (test_free=): test SEGV at first.
  13081 2009-09-10 23:08 [ko1@a...            ] Ruby:r24829 (ruby_1_8, trunk): * lib/mkmf.rb (create_makefile): fix for parallel execution.
  13082 2009-09-11 01:29 [ko1@a...            ] Ruby:r24831 (trunk): * 2009-09-11       
  13083 2009-09-11 01:29 [ko1@a...            ] Ruby:r24830 (trunk): * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, .
  13084 2009-09-11 02:07 [ko1@a...            ] Ruby:r24832 (trunk): * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.
  13085 2009-09-11 02:15 [ko1@a...            ] Ruby:r24833 (trunk): * test/dl: use require_relative to require test_base.rb.
  13086 2009-09-11 02:59 [ko1@a...            ] Ruby:r24834 (trunk): add tests for open-uri.
  13087 2009-09-11 05:02 [ko1@a...            ] Ruby:r24835 (trunk): * include/ruby/ruby.h (rb_data_type_t): Add comments.
  13088 2009-09-11 07:54 [ko1@a...            ] Ruby:r24836 (trunk): * unicode.c (onigenc_unicode_property_name_to_ctype):
  13089 2009-09-11 08:45 [ko1@a...            ] Ruby:r24837 (trunk): renamed.           
  13090 2009-09-11 09:00 [ko1@a...            ] Ruby:r24838 (trunk): * test/test_open-uri.rb: properties.
  13091 2009-09-11 09:45 [ko1@a...            ] Ruby:r24839 (trunk): * dln.c (aix_loaderror): get rid of using uninitialized value in the
  13092 2009-09-11 10:44 [ko1@a...            ] Ruby:r24840 (trunk): Merge branch 'trunk' of git://github.com/swdyh/ruby into trunk
  13093 2009-09-11 10:47 [ko1@a...            ] Ruby:r24841 (trunk): resolve conflict.  
  13094 2009-09-11 11:40 [ko1@a...            ] Ruby:r24842 (trunk): * tool/config.{guess,sub}: updated to automake-1.11.
  13095 2009-09-11 12:23 [ko1@a...            ] Ruby:r24843 (ruby_1_8_7): merge revision(s) 22679:
  13096 2009-09-11 13:57 [ko1@a...            ] Ruby:r24844 (trunk): * include/ruby/win32.h (fstat): override if large file support is
  13097 2009-09-11 14:24 [ko1@a...            ] Ruby:r24845 (trunk): * configure.in (RUBY_REPLACE_TYPE): define typename to default
  13098 2009-09-11 14:24 [ko1@a...            ] Ruby:r24847 (trunk): * configure.in (debugflags): use gdb by default on linux and
  13099 2009-09-11 14:24 [ko1@a...            ] Ruby:r24846 (trunk): * configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.
  13100 2009-09-11 18:47 [ko1@a...            ] Ruby:r24848 (trunk): * lib/tmpdir.rb (Dir::Tmpname): for internal use.

[前][次][番号順一覧][上]