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

ruby-changes:2101-2200

   2101 2007-10-02 10:45 [ko1@a...            ] ser -  Ruby:r13592 (trunk): r1361@bean:  ser | 2007-10-01 21:24:28 -0400
   2102 2007-10-02 10:46 [ko1@a...            ] ser -  Ruby:r13593 (trunk): r1364@bean:  ser | 2007-10-01 21:24:31 -0400
   2103 2007-10-02 10:46 [ko1@a...            ] ser -  Ruby:r13594 (trunk): r1365@bean:  ser | 2007-10-01 21:24:32 -0400
   2104 2007-10-02 10:46 [ko1@a...            ] ser -  Ruby:r13595 (trunk): r1366@bean:  ser | 2007-10-01 21:24:33 -0400
   2105 2007-10-02 10:47 [ko1@a...            ] ser -  Ruby:r13596 (trunk): r1367@bean:  ser | 2007-10-01 21:24:35 -0400
   2106 2007-10-02 10:47 [ko1@a...            ] ser -  Ruby:r13597 (trunk): r1368@bean:  ser | 2007-10-01 21:24:36 -0400
   2107 2007-10-02 12:34 [ko1@a...            ] matz -  Ruby:r13598 (trunk): * array.c (rb_ary_product): generalized product, now takes
   2108 2007-10-02 20:17 [ko1@a...            ] usa -  Ruby:r13599 (trunk): * win32/win32.c (init_env): refactoring. remove unused code.
   2109 2007-10-02 21:19 [ko1@a...            ] usa -  Ruby:r13601 (ruby_1_8): * win32/win32.c (init_env): initialize HOME and USER environment
   2110 2007-10-02 21:21 [ko1@a...            ] usa -  Ruby:r13602 (ruby_1_8): * win32/win32.c (make_cmdvector): adjust escaped successive
   2111 2007-10-02 21:38 [ko1@a...            ] ser -  Ruby:r13600 (ruby_1_8_6): * Fixes a bug in the pretty printer related to an incomplete refactoring.
   2112 2007-10-03 10:07 [ko1@a...            ] nobu -  Ruby:r13603 (trunk): * ruby.c (ruby_process_options): push frame with program name.
   2113 2007-10-03 15:48 [ko1@a...            ] matz -  Ruby:r13604 (trunk): * variable.c (rb_cvar_set): check whether class variable is
   2114 2007-10-03 15:50 [ko1@a...            ] matz -  Ruby:r13605 (trunk): * sample/test.rb: should update class variable tests
   2115 2007-10-03 16:59 [ko1@a...            ] nobu -  Ruby:r13606 (trunk): * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-range
   2116 2007-10-03 17:25 [ko1@a...            ] shyouhei -  Ruby:r13607 (ruby_1_8_6): Sorry SER, reverting r13600, which brakes make test-all''
   2117 2007-10-03 17:59 [ko1@a...            ] ko1 -  Ruby:r13608 (trunk): * benchmark/driver.rb: enable specify label to executable.
   2118 2007-10-03 23:40 [ko1@a...            ] matz -  Ruby:r13609 (trunk): * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.
   2119 2007-10-03 23:42 [ko1@a...            ] matz -  Ruby:r13610 (trunk): add ML number
   2120 2007-10-04 12:41 [ko1@a...            ] akr -  Ruby:r13611 (trunk): fix typos.  
   2121 2007-10-04 15:51 [ko1@a...            ] matz -  Ruby:r13612 (trunk): * array.c (rb_ary_permutation): remove C99 dependency.
   2122 2007-10-04 15:57 [ko1@a...            ] nobu -  Ruby:r13613 (trunk): * encoding.c (rb_obj_encoding): returns encoding of the given object.
   2123 2007-10-04 16:16 [ko1@a...            ] nobu -  Ruby:r13614 (trunk): * parse.y (reg_compile_gen): copy encoding from source string.
   2124 2007-10-04 16:28 [ko1@a...            ] nobu -  Ruby:r13615 (trunk): * parse.y (reg_compile_gen): copy encoding from source string if
   2125 2007-10-04 16:32 [ko1@a...            ] matz -  Ruby:r13616 (trunk): * re.c (kcode_setter): Perl-ish global variable `$=' no longer
   2126 2007-10-04 16:54 [ko1@a...            ] matz -  Ruby:r13617 (trunk): * io.c (Init_IO): remove obsolete variables: $defout, $deferr.
   2127 2007-10-04 16:55 [ko1@a...            ] matz -  Ruby:r13618 (trunk): * re.c (Init_Regexp): remove obsolete const alias: MatchingData.
   2128 2007-10-04 16:57 [ko1@a...            ] matz -  Ruby:r13619 (trunk): * time.c (Init_Time): remove obsolete Time::times.
   2129 2007-10-04 17:09 [ko1@a...            ] matz -  Ruby:r13620 (trunk): * re.c (ignorecase_setter): change warning message.
   2130 2007-10-04 17:34 [ko1@a...            ] matz -  Ruby:r13621 (trunk): * re.c (kcode_setter): restore erroneously removed setter.
   2131 2007-10-04 18:24 [ko1@a...            ] matz -  Ruby:r13622 (trunk): * re.c (rb_memcmp): no longer useful without ruby_ignorecase.
   2132 2007-10-04 18:56 [ko1@a...            ] matz -  Ruby:r13623 (trunk): revert rb_memcmp() change to pacify GCC optimizer
   2133 2007-10-04 19:00 [ko1@a...            ] matz -  Ruby:r13624 (trunk): replace rb_memcicmp()
   2134 2007-10-04 20:18 [ko1@a...            ] usa -  Ruby:r13625 (trunk): * array.c (rb_ary_permutation, rb_ary_product): support non C99
   2135 2007-10-04 20:47 [ko1@a...            ] usa -  Ruby:r13626 (trunk): * process.c (Init_process): win32 has our own WNOHANG definition, so
   2136 2007-10-05 03:23 [ko1@a...            ] knu -  Ruby:r13627 (trunk): * lib/ipaddr.rb (coerce_other): Support type coercion and make &,
   2137 2007-10-05 03:56 [ko1@a...            ] knu -  Ruby:r13628 (trunk): * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddr
   2138 2007-10-05 04:04 [ko1@a...            ] knu -  Ruby:r13629 (trunk): * lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minor
   2139 2007-10-05 04:56 [ko1@a...            ] knu -  Ruby:r13630 (trunk): 2007-10-05  
   2140 2007-10-05 15:44 [ko1@a...            ] knu -  Ruby:r13631 (ruby_1_8): * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a
   2141 2007-10-05 15:45 [ko1@a...            ] knu -  Ruby:r13632 (ruby_1_8): * lib/shellwords.rb: Add shellescape() and shelljoin().
   2142 2007-10-05 15:46 [ko1@a...            ] knu -  Ruby:r13633 (ruby_1_8): * lib/shellwords.rb: Add shellescape() and shelljoin().
   2143 2007-10-05 15:58 [ko1@a...            ] knu -  Ruby:r13634 (ruby_1_8): 2007-10-05
   2144 2007-10-05 16:13 [ko1@a...            ] knu -  Ruby:r13635 (trunk): * time.c (time_to_s): Fix documentation.  Time format changed.
   2145 2007-10-05 16:24 [ko1@a...            ] knu -  Ruby:r13636 (trunk): * configure.in: Turn on --enable-pthread by default for FreeBSD
   2146 2007-10-05 16:43 [ko1@a...            ] akr -  Ruby:r13637 (trunk): * bootstraptest/runner.rb (assert_not_match): new method.
   2147 2007-10-05 21:26 [ko1@a...            ] akr -  Ruby:r13638 (trunk): * re.c (rb_reg_s_union_m): Regexp.union accepts single argument which
   2148 2007-10-05 22:26 [ko1@a...            ] akr -  Ruby:r13639 (trunk): add ML ref. 
   2149 2007-10-06 02:40 [ko1@a...            ] matz -  Ruby:r13640 (trunk): * include/ruby/defines.h: no longer provide DEFAULT_KCODE.
   2150 2007-10-06 14:34 [ko1@a...            ] nobu -  Ruby:r13641 (trunk): * insns.def (opt_eq): get rid of gcc bug.
   2151 2007-10-06 14:40 [ko1@a...            ] akr -  Ruby:r13642 (trunk): add an example for Regexp.union document.
   2152 2007-10-06 14:56 [ko1@a...            ] nobu -  Ruby:r13643 (trunk): * encoding.c (rb_enc_register): returns new index or -1 if failed.
   2153 2007-10-06 16:30 [ko1@a...            ] ko1 -  Ruby:r13644 (trunk): * cont.c (cont_free): check Fiber or Continuation.
   2154 2007-10-06 23:17 [ko1@a...            ] matz -  Ruby:r13645 (trunk): * string.c (rb_str_to_i): update RDoc since base can be any value
   2155 2007-10-06 23:18 [ko1@a...            ] matz -  Ruby:r13646 (ruby_1_8): * string.c (rb_str_to_i): update RDoc since base can be any value
   2156 2007-10-07 15:50 [ko1@a...            ] ko1 -  Ruby:r13647 (trunk): * insns.def (opt_eq): fix to use rb_str_equal().
   2157 2007-10-07 17:53 [ko1@a...            ] gotoyuzo -  Ruby:r13648 (trunk): * lib/net/http.rb: remove enable_post_connection_check flag.
   2158 2007-10-07 18:58 [ko1@a...            ] akr -  Ruby:r13649 (trunk): * include/ruby/ruby.h: enum ruby_value_flags removed.
   2159 2007-10-07 19:18 [ko1@a...            ] akr -  Ruby:r13650 (trunk): refine previous change.
   2160 2007-10-07 19:42 [ko1@a...            ] akr -  Ruby:r13651 (trunk): refined again.
   2161 2007-10-07 21:34 [ko1@a...            ] akr -  Ruby:r13652 (trunk): add ML ref. 
   2162 2007-10-07 22:26 [ko1@a...            ] akr -  Ruby:r13654 (trunk): avoid magic numbers.
   2163 2007-10-07 22:28 [ko1@a...            ] akr -  Ruby:r13653 (trunk): * include/ruby/node.h: make node flags as VALUE type.
   2164 2007-10-07 22:43 [ko1@a...            ] kou -  Ruby:r13655 (trunk): * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
   2165 2007-10-08 20:15 [ko1@a...            ] gotoyuzo -  Ruby:r13656 (trunk): * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should
   2166 2007-10-08 20:17 [ko1@a...            ] gotoyuzo -  Ruby:r13657 (ruby_1_8): * lib/net/http.rb, lib/open-uri.rb: remove
   2167 2007-10-09 01:04 [ko1@a...            ] akr -  Ruby:r13658 (trunk): fix rdoc position of Regexp.union.
   2168 2007-10-09 01:04 [ko1@a...            ] akr -  Ruby:r13659 (ruby_1_8): * re.c (rb_reg_s_union_m): Regexp.union accepts single
   2169 2007-10-09 02:14 [ko1@a...            ] akr -  Ruby:r13660 (ruby_1_8): describe about Regexp.union.
   2170 2007-10-09 15:42 [ko1@a...            ] nobu -  Ruby:r13661 (trunk): * parse.y (STR_NEW3): check for if single byte sequence.
   2171 2007-10-09 15:49 [ko1@a...            ] akr -  Ruby:r13662 (trunk): add a test for .
   2172 2007-10-09 16:02 [ko1@a...            ] usa -  Ruby:r13663 (trunk): * parse.y (parser_read_escape, parser_tokadd_escape): check code range.
   2173 2007-10-09 16:33 [ko1@a...            ] nobu -  Ruby:r13664 (trunk): * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):
   2174 2007-10-09 17:15 [ko1@a...            ] akr -  Ruby:r13665 (trunk): add a test for .
   2175 2007-10-09 18:11 [ko1@a...            ] matz -  Ruby:r13666 (trunk): * array.c: remove to_a completely.
   2176 2007-10-09 21:29 [ko1@a...            ] nobu -  Ruby:r13667 (trunk): * array.c (rb_ary_permutation, rb_ary_combination): missing type
   2177 2007-10-09 21:35 [ko1@a...            ] nobu -  Ruby:r13668 (trunk): * array.c (rb_ary_permutation): use frozen shared hidden array.
   2178 2007-10-10 15:40 [ko1@a...            ] nobu -  Ruby:r13669 (trunk): * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.
   2179 2007-10-10 16:36 [ko1@a...            ] akr -  Ruby:r13670 (trunk): * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.
   2180 2007-10-10 23:35 [ko1@a...            ] matz -  Ruby:r13671 (trunk): * re.c (rb_reg_s_quote): no longer takes optional second argument
   2181 2007-10-10 23:37 [ko1@a...            ] akr -  Ruby:r13672 (ruby_1_8): * lib/securerandom.rb: new file.
   2182 2007-10-10 23:39 [ko1@a...            ] akr -  Ruby:r13673 (ruby_1_8): add ML ref.
   2183 2007-10-11 00:05 [ko1@a...            ] matz -  Ruby:r13674 (trunk): * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding
   2184 2007-10-11 06:36 [ko1@a...            ] nobu -  Ruby:r13675 (trunk): * Makefile.in, */Makefile.sub (VPATH): add enc directory.
   2185 2007-10-11 14:30 [ko1@a...            ] usa -  Ruby:r13676 (trunk): * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.
   2186 2007-10-11 14:32 [ko1@a...            ] usa -  Ruby:r13677 (trunk): * bcc32/Makefile.sub, too.
   2187 2007-10-11 14:34 [ko1@a...            ] usa -  Ruby:r13678 (ruby_1_8): * {bcc32,win32}/Makefile.sub (COMMON_MACROS): workaround for old SDK's
   2188 2007-10-11 14:35 [ko1@a...            ] usa -  Ruby:r13679 (ruby_1_8): * 2007-10-11
   2189 2007-10-11 22:20 [ko1@a...            ] matz -  Ruby:r13680 (trunk): * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.
   2190 2007-10-12 15:05 [ko1@a...            ] nobu -  Ruby:r13681 (trunk): * trunk/parse.y (magic_comments): add "encoding" as same as "coding".
   2191 2007-10-12 23:34 [ko1@a...            ] matz -  Ruby:r13682 (trunk): * array.c (rb_ary_combination): fixed memory corruption due to too
   2192 2007-10-12 23:35 [ko1@a...            ] matz -  Ruby:r13683 (trunk): * re.c (match_values_at): make #select to be alias to #values_at
   2193 2007-10-12 23:36 [ko1@a...            ] matz -  Ruby:r13684 (ruby_1_8): * re.c (match_values_at): make #select to be alias to #values_at
   2194 2007-10-13 00:05 [ko1@a...            ] matz -  Ruby:r13685 (trunk): * parse.y: encoding specifier should work if the line matches
   2195 2007-10-13 00:19 [ko1@a...            ] matz -  Ruby:r13686 (trunk): * lib/rexml/document.rb (REXML::Document::write): leaky
   2196 2007-10-13 00:36 [ko1@a...            ] matz -  Ruby:r13687 (ruby_1_8): * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo
   2197 2007-10-13 09:02 [ko1@a...            ] nobu -  Ruby:r13688 (ruby_1_8, trunk): * {bcc,win}32/mkexports.rb: explicit data.  
   2198 2007-10-13 09:12 [ko1@a...            ] nobu -  Ruby:r13689 (trunk): * parse.y (set_file_encoding): case-insensitive search, a patch from
   2199 2007-10-13 21:40 [ko1@a...            ] suke -  Ruby:r13690 (trunk): * ext/win32ole/win32ole.c (foletype_s_ole_classes,
   2200 2007-10-14 01:04 [ko1@a...            ] akr -  Ruby:r13691 (trunk): * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.

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