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

ruby-cvs:24001-24100

  24001 2008-06-03 11:08 [usa at ruby-lang.org] Ruby:r16766 (ruby_1_8): * 2008-06-03    
  24002 2008-06-03 12:58 [knu at ruby-lang.org] Ruby:r16767 (trunk): * enumerator.c (enumerator_allocate, enumerator_ptr): Properly
  24003 2008-06-03 13:00 [knu at ruby-lang.org] Ruby:r16768 (ruby_1_8): * enumerator.c (enumerator_allocate, enumerator_ptr): Properly
  24004 2008-06-03 13:03 [knu at ruby-lang.org] Ruby:r16769 (ruby_1_8_7): * enumerator.c (enumerator_allocate, enumerator_ptr): Properly
  24005 2008-06-03 13:36 [usa at ruby-lang.org] Ruby:r16770 (trunk): * process.c (run_exec_pgroup): C99 ism.
  24006 2008-06-03 13:42 [knu at ruby-lang.org] Ruby:r16771 (trunk): * lib/set.rb (Set#collect, Set#select): Override Enumerable
  24007 2008-06-03 15:01 [knu at ruby-lang.org] Ruby:r16772 (trunk): * lib/set.rb (Set#collect, Set#select): Back out.  I thought it
  24008 2008-06-03 15:04 [knu at ruby-lang.org] Ruby:r16773 (trunk): Properly back out. 
  24009 2008-06-03 15:07 [knu at ruby-lang.org] Ruby:r16774 (ruby_1_8): * lib/set.rb (Set#delete_if, Set#collect!, Set#reject!)
  24010 2008-06-03 15:09 [shyouhei at ruby-lan] Ruby:r16775 (ruby_1_8_5): merge revision(s) 13479:13481:
  24011 2008-06-03 15:09 [shyouhei at ruby-lan] Ruby:r16776: add tag v1_8_5_122         
  24012 2008-06-03 15:13 [knu at ruby-lang.org] Ruby:r16777 (trunk): * lib/set.rb (Set#classify): Back out the `group_by' alias.
  24013 2008-06-03 15:15 [knu at ruby-lang.org] Ruby:r16778 (ruby_1_8): Mention changes in the `set' library.
  24015 2008-06-03 15:26 [shyouhei at ruby-lan] Ruby:r16779 (ruby_1_8_6): merge revision(s) 13479:13481:
  24016 2008-06-03 15:35 [shyouhei at ruby-lan] Ruby:r16781 (ruby_1_8_5): merge revision(s) 13497:
  24017 2008-06-03 15:35 [shyouhei at ruby-lan] Ruby:r16782: add tag v1_8_5_123         
  24018 2008-06-03 15:45 [shyouhei at ruby-lan] Ruby:r16783 (ruby_1_8_6): merge revision(s) 13497:
  24019 2008-06-03 15:45 [shyouhei at ruby-lan] Ruby:r16784: add tag v1_8_6_122         
  24020 2008-06-03 16:06 [nobu at ruby-lang.or] Ruby:r16785 (trunk, ruby_1_8): * file.c (file_expand_path): fix for non-existent files and SFN of
  24021 2008-06-03 16:15 [shyouhei at ruby-lan] Ruby:r16786 (ruby_1_8_5): merge revision(s) 13513:
  24022 2008-06-03 16:15 [shyouhei at ruby-lan] Ruby:r16787: add tag v1_8_5_124         
  24023 2008-06-03 16:17 [shyouhei at ruby-lan] Ruby:r16788 (ruby_1_8_6): merge revision(s) 13513:
  24024 2008-06-03 16:17 [shyouhei at ruby-lan] Ruby:r16789: add tag v1_8_6_123         
  24025 2008-06-03 19:34 [knu at ruby-lang.org] Ruby:r16790 (trunk): * enumerator.c (enumerator_init_copy): Take care of
  24026 2008-06-03 19:55 [knu at ruby-lang.org] Ruby:r16791 (ruby_1_8): * enumerator.c (enumerator_init_copy): Take care of
  24027 2008-06-03 20:04 [knu at ruby-lang.org] Ruby:r16792 (ruby_1_8): Pull in the test suite for enumerator from trunk.
  24028 2008-06-03 20:04 [nobu at ruby-lang.or] Ruby:r16793 (trunk): * win32/Makefile.sub (miniruby$(EXEEXT)): miniruby cannot be
  24029 2008-06-03 20:06 [knu at ruby-lang.org] Ruby:r16794 (ruby_1_8_7): * enumerator.c (enumerator_init_copy): Take care of
  24030 2008-06-03 21:43 [knu at ruby-lang.org] Ruby:r16795 (trunk): * enumerator.c (enumerator_with_memo): New method: with_memo().
  24031 2008-06-03 22:26 [mame at ruby-lang.or] Ruby:r16796 (trunk): * test/etc/test_etc.rb: new tests for etc.
  24032 2008-06-03 22:34 [mame at ruby-lang.or] Ruby:r16797 (trunk): * test/ruby/test_dir.rb: add tests to achieve over 90% test coverage
  24033 2008-06-03 22:38 [mame at ruby-lang.or] Ruby:r16798 (trunk): * ext/strscan/strscan.c (strscan_exist_p): fix document.
  24034 2008-06-03 23:07 [mame at ruby-lang.or] Ruby:r16799 (trunk): * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fix
  24035 2008-06-04 13:07 [nobu at ruby-lang.or] Ruby:r16800 (trunk, ruby_1_8): * configure.in (CFLAGS, CXXFLAGS): include additional flags to
  24036 2008-06-04 15:04 [akr at ruby-lang.org] Ruby:r16801 (trunk): avoid infinite loop on FreeBSD 6.3.
  24037 2008-06-04 15:46 [knu at ruby-lang.org] Ruby:r16802 (trunk): * enumerator.c (enumerator_with_index, enumerator_with_memo): Fix
  24038 2008-06-04 16:15 [knu at ruby-lang.org] Ruby:r16803 (ruby_1_8_7): Fix typos and move misplaced entries.
  24039 2008-06-04 16:40 [shyouhei at ruby-lan] Ruby:r16804 (ruby_1_8_5): merge revision(s) 13515:
  24040 2008-06-04 16:40 [shyouhei at ruby-lan] Ruby:r16805: add tag v1_8_5_125         
  24041 2008-06-04 16:41 [shyouhei at ruby-lan] Ruby:r16806 (ruby_1_8_6): merge revision(s) 13515:
  24042 2008-06-04 16:41 [shyouhei at ruby-lan] Ruby:r16807: add tag v1_8_6_124         
  24043 2008-06-04 17:24 [knu at ruby-lang.org] Ruby:r16808 (ruby_1_8_7): * NEWS: Fix typos and move misplaced entries.
  24044 2008-06-04 17:52 [nobu at ruby-lang.or] Ruby:r16809 (trunk, ruby_1_8): * ext/iconv/iconv.c (iconv_iconv): fix for length argument and now
  24045 2008-06-04 18:51 [matz at ruby-lang.or] Ruby:r16812 (ruby_1_8): * version.h: corrupted.
  24046 2008-06-04 18:55 [matz at ruby-lang.or] Ruby:r16813 (trunk): * object.c (rb_obj_alloc): RDoc updated.  a patch from Gaston
  24047 2008-06-04 19:16 [shyouhei at ruby-lan] Ruby:r16814 (ruby_1_8_5): merge revision(s) 13586:
  24048 2008-06-04 19:16 [shyouhei at ruby-lan] Ruby:r16815: add tag v1_8_5_126         
  24049 2008-06-04 19:17 [shyouhei at ruby-lan] Ruby:r16816 (ruby_1_8_6): merge revision(s) 13586:
  24050 2008-06-04 19:17 [shyouhei at ruby-lan] Ruby:r16817: add tag v1_8_6_125         
  24051 2008-06-04 19:37 [knu at ruby-lang.org] Ruby:r16818 (ruby_1_8): * object.c (rb_obj_alloc): RDoc updated.  a patch from Gaston
  24052 2008-06-04 23:11 [mame at ruby-lang.or] Ruby:r16819 (trunk): * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.
  24053 2008-06-05 01:30 [mame at ruby-lang.or] Ruby:r16820 (trunk): * test/ruby/test_process.rb: add tests.
  24054 2008-06-05 01:48 [mame at ruby-lang.or] Ruby:r16821 (trunk): * test/ruby/test_transcode.rb: add tests for iso-2022-jp.
  24055 2008-06-05 08:13 [ko1 at ruby-lang.org] Ruby:r16822 (trunk): * string.c (hash): should be "static".
  24056 2008-06-05 10:58 [nobu at ruby-lang.or] Ruby:r16823 (trunk, ruby_1_8): * test/iconv/test_simple.rb: added.
  24057 2008-06-05 11:01 [nobu at ruby-lang.or] Ruby:r16824 (ruby_1_8): * ext/iconv/iconv.c (iconv_iconv): fixed backport miss.
  24058 2008-06-05 12:22 [shyouhei at ruby-lan] Ruby:r16826: add tag v1_8_5_127         
  24059 2008-06-05 12:22 [shyouhei at ruby-lan] Ruby:r16825 (ruby_1_8_5): merge revision(s) 13587:
  24060 2008-06-05 12:23 [shyouhei at ruby-lan] Ruby:r16827 (ruby_1_8_6): merge revision(s) 13587:
  24061 2008-06-05 12:23 [shyouhei at ruby-lan] Ruby:r16828: add tag v1_8_6_126         
  24062 2008-06-05 12:26 [shyouhei at ruby-lan] Ruby:r16830: add tag v1_8_5_128         
  24063 2008-06-05 12:26 [shyouhei at ruby-lan] Ruby:r16829 (ruby_1_8_5): merge revision(s) 13601:
  24064 2008-06-05 12:28 [shyouhei at ruby-lan] Ruby:r16831 (ruby_1_8_6): merge revision(s) 13601:
  24065 2008-06-05 12:28 [shyouhei at ruby-lan] Ruby:r16832: add tag v1_8_6_127         
  24066 2008-06-05 13:58 [nobu at ruby-lang.or] Ruby:r16833 (ruby_1_8, trunk): * test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added.
  24067 2008-06-05 14:03 [nobu at ruby-lang.or] Ruby:r16834 (trunk): * ext/iconv/iconv.c (iconv_create): find encoding without options.
  24068 2008-06-05 14:35 [nobu at ruby-lang.or] Ruby:r16835 (ruby_1_8, trunk): * test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally.
  24069 2008-06-05 16:20 [shyouhei at ruby-lan] Ruby:r16836 (ruby_1_8_5): merge revision(s) 13602:
  24070 2008-06-05 16:20 [shyouhei at ruby-lan] Ruby:r16837: add tag v1_8_5_129         
  24071 2008-06-05 16:21 [shyouhei at ruby-lan] Ruby:r16838 (ruby_1_8_6): merge revision(s) 13602:
  24072 2008-06-05 16:21 [shyouhei at ruby-lan] Ruby:r16839: add tag v1_8_6_128         
  24073 2008-06-05 20:22 [mame at ruby-lang.or] Ruby:r16840 (trunk): * lib/rexml/document.rb (REXML::Document:write): leaky modification
  24074 2008-06-05 20:24 [mame at ruby-lang.or] Ruby:r16841 (trunk): * thread.c (thread_set_trace_func_m): fix check for proc argument.
  24075 2008-06-05 20:36 [knu at ruby-lang.org] Ruby:r16842 (trunk): * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):
  24076 2008-06-05 20:39 [knu at ruby-lang.org] Ruby:r16843 (ruby_1_8): * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):
  24077 2008-06-05 21:47 [mame at ruby-lang.or] Ruby:r16844 (trunk): * st.c (st_reverse_foreach): comment out unused function.
  24078 2008-06-05 22:52 [akr at ruby-lang.org] Ruby:r16845 (trunk): * gc.c (os_obj_of): heaps may be modified in yield.
  24079 2008-06-05 23:27 [mame at ruby-lang.or] Ruby:r16846 (trunk): * eval.c (ruby_finalize_0): clear trace_func after executing END
  24080 2008-06-05 23:33 [mame at ruby-lang.or] Ruby:r16847 (trunk): * test/stringio/test_stringio.rb: add tests to achieve over 95% test
  24081 2008-06-05 23:41 [mame at ruby-lang.or] Ruby:r16848 (trunk): * gc.c (rb_objspace_alloc): this function is needed only when
  24082 2008-06-05 23:57 [mame at ruby-lang.or] Ruby:r16849 (trunk): * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage of
  24083 2008-06-06 00:08 [akr at ruby-lang.org] Ruby:r16850 (trunk, ruby_1_8): * lib/time.rb (Time.xmlschema): don't use float.  fix
  24084 2008-06-06 12:20 [nobu at ruby-lang.or] Ruby:r16851 (ruby_1_8): * ext/iconv/iconv.c (iconv_iconv): fixed backport miss.
  24085 2008-06-06 12:21 [nobu at ruby-lang.or] Ruby:r16852 (trunk): * ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnil
  24086 2008-06-06 15:05 [akr at ruby-lang.org] Ruby:r16853 (trunk): * gc.c (count_objects): clear hash after counting objects.
  24087 2008-06-06 16:43 [usa at ruby-lang.org] Ruby:r16854 (trunk): * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528]
  24088 2008-06-06 16:44 [usa at ruby-lang.org] Ruby:r16855 (ruby_1_8): * win32/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528]
  24089 2008-06-06 17:03 [knu at ruby-lang.org] Ruby:r16856 (ruby_1_8_7): * ext/iconv/iconv.c (iconv_iconv): fix for length argument and now
  24090 2008-06-06 17:11 [knu at ruby-lang.org] Ruby:r16858 (ruby_1_8_7): I didn't mean to commit it all at once, but since subversion couldn't
  24091 2008-06-06 18:25 [nobu at ruby-lang.or] Ruby:r16859 (ruby_1_8, trunk): * test/iconv/utils.rb (default_test): override not to croak.
  24092 2008-06-06 18:36 [knu at ruby-lang.org] Ruby:r16860 (ruby_1_8_7): * test/iconv: Tests fixed.
  24093 2008-06-06 18:54 [knu at ruby-lang.org] Ruby:r16861: Tag for 1.8.7-p7.          
  24094 2008-06-06 19:30 [knu at ruby-lang.org] Ruby:r16862 (ruby_1_8_7): * file.c (file_expand_path): fix for non-existent files and SFN of
  24095 2008-06-06 20:14 [usa at ruby-lang.org] Ruby:r16864 (ruby_1_8): * win32/setup.mak: maybe commit miss.
  24096 2008-06-06 21:00 [usa at ruby-lang.org] Ruby:r16865 (ruby_1_8): * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.
  24097 2008-06-06 21:19 [knu at ruby-lang.org] Ruby:r16866 (ruby_1_8_7): Merge changes from ruby_1_8 that fixes build with Visual C++ 8 with
  24098 2008-06-06 21:52 [usa at ruby-lang.org] Ruby:r16867 (trunk): * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.
  24099 2008-06-06 23:48 [ko1 at ruby-lang.org] Ruby:r16868 (trunk): * vm_insnhelper.c (vm_callee_setup_arg): check simple flag before
  24100 2008-06-07 01:26 [usa at ruby-lang.org] Ruby:r16869 (trunk): * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.

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