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

ruby-cvs:23001-23100

  23001 2008-03-13 03:13 [matz at ruby-lang.or] Ruby:r15761 (trunk): * lib/irb/cmd/help.rb: should be updated for new ri structure.
  23002 2008-03-13 14:14 [nobu at ruby-lang.or] Ruby:r15762 (trunk): * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.
  23003 2008-03-13 19:58 [usa at ruby-lang.org] Ruby:r15763 (trunk): * {bcc,win}32/Makefile.sub (config.h): define uint32_t.
  23004 2008-03-14 01:37 [matz at ruby-lang.or] Ruby:r15764 (trunk): * numeric.c (fix_divmod): should return integer division.  [ruby-dev:34006]
  23005 2008-03-14 01:38 [matz at ruby-lang.or] Ruby:r15765 (trunk): * enum.c (zip_ary): wrong boundary condition.
  23006 2008-03-14 01:38 [matz at ruby-lang.or] Ruby:r15766 (trunk): * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-and
  23007 2008-03-14 01:39 [matz at ruby-lang.or] Ruby:r15767 (trunk): * array.c (rb_ary_slice_bang): should not use rb_ary_subseq()
  23008 2008-03-14 01:40 [matz at ruby-lang.or] Ruby:r15768 (trunk): * bootstraptest/test_struct.rb: some test moved from test to shut
  23009 2008-03-14 08:31 [nobu at ruby-lang.or] Ruby:r15769 (trunk): * bootstraptest/test_struct.rb: set property.
  23010 2008-03-14 10:04 [nobu at ruby-lang.or] Ruby:r15770 (trunk): * string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word.
  23011 2008-03-14 10:12 [nobu at ruby-lang.or] Ruby:r15771 (ruby_1_8, trunk): * configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessor
  23012 2008-03-14 10:47 [naruse at ruby-lang.] Ruby:r15772 (trunk): * configure.in (int8_t, uint8_t,  int16_t,  uint16_t int32_t,
  23013 2008-03-14 11:24 [nobu at ruby-lang.or] Ruby:r15773 (trunk): * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): added
  23014 2008-03-14 11:35 [usa at ruby-lang.org] Ruby:r15774 (trunk): * {bcc,win}32/Makefile.sub: follow below changes.
  23015 2008-03-14 14:03 [nobu at ruby-lang.or] Ruby:r15775 (trunk): * numeric.c (flo_divmod): remvoed unused variable.
  23016 2008-03-14 14:24 [nobu at ruby-lang.or] Ruby:r15776 (trunk): * ext/digest/defs.h: inttypes.h is still needed.
  23017 2008-03-14 15:49 [nobu at ruby-lang.or] Ruby:r15777 (ruby_1_8, trunk): * configure.in (RUBY_LIB_PREFIX): use libdir.
  23018 2008-03-14 16:45 [matz at ruby-lang.or] Ruby:r15778 (ruby_1_8): * lib/cgi.rb (CGI::Cookie::initialize): performance patch from
  23019 2008-03-14 16:59 [nobu at ruby-lang.or] Ruby:r15779 (ruby_1_8, trunk): * configure.in (RUBY_LIB_PREFIX): fix for prefix.
  23020 2008-03-14 17:04 [nobu at ruby-lang.or] Ruby:r15780 (trunk): * include/ruby/ruby.h (inttypes.h): includes always if available.
  23021 2008-03-14 17:08 [matz at ruby-lang.or] Ruby:r15781 (trunk): * lib/cgi.rb (CGI::Cookie::initialize): performance patch from
  23022 2008-03-15 18:19 [matz at ruby-lang.or] Ruby:r15782 (trunk): * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().
  23023 2008-03-16 09:23 [tadf at ruby-lang.or] Ruby:r15783 (trunk): both complex and rational are now builtin classes.
  23024 2008-03-16 09:51 [tadf at ruby-lang.or] Ruby:r15784 (trunk): edited comments.   
  23025 2008-03-16 17:31 [naruse at ruby-lang.] Ruby:r15785 (trunk): * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).
  23026 2008-03-16 18:09 [duerst at ruby-lang.] Ruby:r15786 (trunk): Sun Mar 16 18:07:07 2008  Martin Duerst  <duerst at it.aoyama.ac.jp>
  23027 2008-03-17 09:21 [nobu at ruby-lang.or] Ruby:r15787 (trunk): * complex.c rational.c: set property.
  23028 2008-03-17 16:35 [nobu at ruby-lang.or] Ruby:r15788 (trunk): * golf_prelude.rb (Object.const_missing): fixed typo.
  23029 2008-03-17 16:41 [nobu at ruby-lang.or] Ruby:r15789 (trunk, ruby_1_8): * configure.in: unset GREP_OPTIONS.  [ruby-core:15918]
  23030 2008-03-17 17:11 [nobu at ruby-lang.or] Ruby:r15790 (trunk, ruby_1_8): * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead
  23031 2008-03-17 22:28 [mame at ruby-lang.or] Ruby:r15791 (trunk): * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,
  23032 2008-03-18 04:04 [naruse at ruby-lang.] Ruby:r15792 (trunk): * re.c (rb_memsearch_ss): simple shift search.
  23033 2008-03-18 16:24 [nobu at ruby-lang.or] Ruby:r15793 (trunk): * parse.y (literal_concat_gen): bail out at different encoding.
  23034 2008-03-19 00:13 [seki at ruby-lang.or] Ruby:r15794 (ruby_1_8): * lib/erb.rb (ERB::Compiler): Make some minor code optimization.
  23035 2008-03-19 00:55 [usa at ruby-lang.org] Ruby:r15795 (ruby_1_8): * 2008-03-19    
  23036 2008-03-19 10:19 [matz at ruby-lang.or] Ruby:r15796 (trunk): * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt check
  23037 2008-03-19 11:50 [usa at ruby-lang.org] Ruby:r15797 (trunk): * regint.h (include): include ruby.h instead of defines.h and config.h.
  23038 2008-03-19 14:08 [nobu at ruby-lang.or] Ruby:r15798 (trunk): * encoding.c (enc_check_encoding): should not load autoloaded encoding
  23039 2008-03-19 14:36 [nobu at ruby-lang.or] Ruby:r15799 (trunk, ruby_1_8): * bignum.c (rb_cstr_to_inum): treat successive underscores as
  23040 2008-03-19 14:53 [nobu at ruby-lang.or] Ruby:r15800 (trunk): * complex.c (nucomp_to_s, nucomp_inspect): get rid of making
  23041 2008-03-19 14:59 [nobu at ruby-lang.or] Ruby:r15801 (ruby_1_8): * misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labels
  23042 2008-03-19 17:32 [matz at ruby-lang.or] Ruby:r15802 (trunk): * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.
  23043 2008-03-19 18:37 [tadf at ruby-lang.or] Ruby:r15803 (trunk): revert.            
  23044 2008-03-19 20:06 [tadf at ruby-lang.or] Ruby:r15804 (trunk): added an assertion.
  23045 2008-03-19 20:25 [nobu at ruby-lang.or] Ruby:r15805 (ruby_1_8): * dir.c (Init_Dir): define inspect method.  [ruby-core:15960]
  23046 2008-03-19 21:01 [nobu at ruby-lang.or] Ruby:r15806 (ruby_1_8): * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closed
  23047 2008-03-19 22:29 [tadf at ruby-lang.or] Ruby:r15807 (trunk): added rb_gcd.      
  23048 2008-03-19 23:52 [nobu at ruby-lang.or] Ruby:r15808 (trunk): * io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever is
  23049 2008-03-20 00:14 [nobu at ruby-lang.or] Ruby:r15809 (trunk): * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,
  23050 2008-03-20 00:21 [nobu at ruby-lang.or] Ruby:r15810 (trunk): * io.c (argf_initialize_copy): get rid of segfault.
  23051 2008-03-20 00:29 [nobu at ruby-lang.or] Ruby:r15811 (trunk): * io.c: removed trailing blanks.
  23052 2008-03-20 21:27 [tadf at ruby-lang.or] Ruby:r15812 (trunk): improvements.      
  23053 2008-03-20 21:46 [nobu at ruby-lang.or] Ruby:r15813 (trunk): * io.c (argf_getline): use receiver.
  23054 2008-03-21 01:22 [mame at ruby-lang.or] Ruby:r15814 (trunk): * missing/tgamma.c: include config.h before math.h.  [ruby-dev:34075]
  23055 2008-03-21 01:41 [mame at ruby-lang.or] Ruby:r15815 (trunk): * complex.c (nucomp_sub, nucomp_expt): call corresponding functions.
  23056 2008-03-21 06:28 [nobu at ruby-lang.or] Ruby:r15816 (trunk): * test/ruby/test_rational2.rb: set property.
  23057 2008-03-21 06:45 [nobu at ruby-lang.or] Ruby:r15817 (trunk): * rational.c (nurat_to_f): C99.
  23058 2008-03-21 08:30 [tadf at ruby-lang.or] Ruby:r15818 (trunk): rearrangement.     
  23059 2008-03-21 09:24 [nobu at ruby-lang.or] Ruby:r15819 (ruby_1_8, trunk): * instruby.rb (open_for_install): write block result and rewrite only
  23060 2008-03-21 15:51 [nobu at ruby-lang.or] Ruby:r15820 (trunk): * eval.c (rb_obj_instance_eval): invalid comment syntax.
  23061 2008-03-21 21:15 [knu at ruby-lang.org] Ruby:r15821 (trunk): * lib/ipaddr.rb: Say that I am the current maintainer.
  23062 2008-03-21 21:16 [knu at ruby-lang.org] Ruby:r15822 (ruby_1_8): * lib/ipaddr.rb: Say that I am the current maintainer.
  23063 2008-03-21 21:27 [nobu at ruby-lang.or] Ruby:r15823 (ruby_1_8, trunk): * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.
  23064 2008-03-21 21:32 [nobu at ruby-lang.or] Ruby:r15824 (trunk): * io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGF
  23065 2008-03-22 04:54 [ryan at ruby-lang.or] Ruby:r15825 (trunk): Applied Laurent's patch to testcase.rb to fix symbol method names
  23066 2008-03-23 02:31 [tadf at ruby-lang.or] Ruby:r15826 (trunk): fixed. [ruby-dev:34109]
  23067 2008-03-23 02:53 [akr at ruby-lang.org] Ruby:r15827 (trunk): * process.c (rlimit_resource_value): use NUM2RLIM.
  23068 2008-03-23 09:52 [nagai at ruby-lang.o] Ruby:r15828 (ruby_1_8): * ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-jp/bind.rb,
  23069 2008-03-24 01:27 [seki at ruby-lang.or] Ruby:r15829 (ruby_1_8): use proc instead of Thread. [ruby-dev:33692]
  23070 2008-03-24 10:25 [nobu at ruby-lang.or] Ruby:r15830 (trunk, ruby_1_8): * configure.in: sitearch should use target_cpu.  [ruby-core:15986]
  23071 2008-03-24 19:43 [knu at ruby-lang.org] Ruby:r15831 (trunk): * parse.y (debug_lines): Always prepare a new array for each
  23072 2008-03-24 19:45 [knu at ruby-lang.org] Ruby:r15832 (ruby_1_8): * parse.y (yycompile): Always prepare a new array for each file's
  23073 2008-03-24 20:09 [knu at ruby-lang.org] Ruby:r15833 (ruby_1_8): * eval.c (rb_eval): Call trace hook for if expression after the
  23074 2008-03-24 22:34 [tadf at ruby-lang.or] Ruby:r15834 (trunk): trivial changes.   
  23075 2008-03-25 15:09 [nobu at ruby-lang.or] Ruby:r15835 (trunk): * compile.c (compile_massign_opt): no need to use alloca.
  23076 2008-03-25 15:26 [nobu at ruby-lang.or] Ruby:r15836 (trunk): * compile.c (defined_expr): false short-circuit destination label may
  23077 2008-03-25 16:33 [nobu at ruby-lang.or] Ruby:r15837 (trunk): * ruby.c (proc_options): checks if the word is empty.
  23078 2008-03-25 19:13 [mame at ruby-lang.or] Ruby:r15838 (trunk): * array.c (ary_new): fix size check.  [ruby-dev:34123]
  23079 2008-03-25 19:35 [mame at ruby-lang.or] Ruby:r15839 (trunk): * bootstraptest/test_knownbug.rb: add tests.  [ruby-dev:34128]
  23080 2008-03-26 00:30 [mame at ruby-lang.or] Ruby:r15840 (trunk): * test/ruby/test_rational.rb: add tests to achieve over 90% test
  23081 2008-03-26 00:56 [mame at ruby-lang.or] Ruby:r15841 (trunk): * test/ruby/test_rand.rb: add tests to achieve over 95% test coverage
  23082 2008-03-26 18:13 [matz at ruby-lang.or] Ruby:r15842 (trunk): * variable.c (rb_mod_constants): rdoc updated.  a patch from
  23083 2008-03-26 21:50 [tadf at ruby-lang.or] Ruby:r15843 (trunk): anyway renamed.    
  23084 2008-03-27 20:48 [tadf at ruby-lang.or] Ruby:r15844 (trunk): * complex.c (f_lcm): removed.
  23085 2008-03-28 19:58 [yugui at ruby-lang.o] Ruby:r15845 (trunk): * io.c (rb_io_each_char, rb_io_chars, argf_each_char, io_getc): Added character-wise
  23086 2008-03-28 20:23 [usa at ruby-lang.org] Ruby:r15846 (trunk): * 2008-03-28       
  23087 2008-03-28 20:37 [yugui at ruby-lang.o] Ruby:r15847 (trunk): * ruby.1: Separated --verbose from -v.  [ruby-dev:34011]
  23088 2008-03-29 14:25 [nagai at ruby-lang.o] Ruby:r15848 (trunk): * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.
  23089 2008-03-29 14:52 [nagai at ruby-lang.o] Ruby:r15850 (trunk): * ext/tk/sample/ttk_wrapper.rb: minor bug fix.
  23090 2008-03-29 14:52 [nagai at ruby-lang.o] Ruby:r15851 (ruby_1_8): * ext/tk/sample/ttk_wrapper.rb: minor bug fix.
  23091 2008-03-29 16:13 [nagai at ruby-lang.o] Ruby:r15852 (ruby_1_8): * ext/tk/lib/tk/ttk_selector.rb: forget to add.
  23092 2008-03-29 21:33 [nobu at ruby-lang.or] Ruby:r15853 (trunk): * ext/tk/sample/{demos-*/textpeer,tksleep_sample,ttk_wrapper}.rb: set eol-style.
  23093 2008-03-29 21:34 [nobu at ruby-lang.or] Ruby:r15854 (ruby_1_8): * ext/tk/sample/{demos-*/textpeer,tksleep_sample,ttk_wrapper}.rb: set eol-style.
  23094 2008-03-29 21:42 [nobu at ruby-lang.or] Ruby:r15855 (trunk, ruby_1_8): * 2008-03-29
  23095 2008-03-30 00:47 [matz at ruby-lang.or] Ruby:r15856 (ruby_1_8): * class.c (clone_method): should copy cref as well.
  23096 2008-03-30 07:00 [nobu at ruby-lang.or] Ruby:r15857 (ruby_1_8): * ext/tk/tcltklib.c: rb_hash_lookup has not been backported yet.
  23097 2008-03-30 15:38 [akr at ruby-lang.org] Ruby:r15858 (trunk): * io.c: IO.copy_stream implemented.  [ruby-dev:33843]
  23098 2008-03-30 16:35 [akr at ruby-lang.org] Ruby:r15859 (trunk): forgot to return a value.
  23099 2008-03-30 23:50 [matz at ruby-lang.or] Ruby:r15860 (trunk): * proc.c (proc_dup): should copy is_lambda attribute as well.
  23100 2008-03-31 00:00 [matz at ruby-lang.or] Ruby:r15861 (trunk): revert git backfire in r15860; sorry

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