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

ruby-changes:21101-21200

  21101 2011-09-01 09:26 [ko1@a...            ] naruse:r33150 (ruby_1_9_3): merge revision(s) 33148:
  21102 2011-09-01 09:31 [ko1@a...            ] naruse:r33151 (trunk): * variable.c (rb_autoloading_value) Fix the order of definitions.
  21103 2011-09-01 10:23 [ko1@a...            ] usa:r33152 (trunk): * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
  21104 2011-09-01 14:10 [ko1@a...            ] usa:r33153 (trunk): * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip when
  21105 2011-09-01 14:12 [ko1@a...            ] usa:r33154 (ruby_1_9_3): backported r33153 from trunk.
  21106 2011-09-01 16:42 [ko1@a...            ] nahi:r33155 (trunk): * Release GVL while OpenSSL's public key generation.
  21107 2011-09-01 17:16 [ko1@a...            ] nobu:r33156 (ruby_1_9_3, trunk): properties.
  21108 2011-09-01 17:31 [ko1@a...            ] nobu:r33157 (ruby_1_9_3, trunk): * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see
  21109 2011-09-02 01:07 [ko1@a...            ] nobu:r33158 (trunk): * numeric.c (flo_round): substitute machine dependent magic number.
  21110 2011-09-02 01:07 [ko1@a...            ] svn:r33159 (trunk): * 2011-09-02        
  21111 2011-09-02 04:07 [ko1@a...            ] tenderlove:r33160 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged as
  21112 2011-09-02 09:58 [ko1@a...            ] nobu:r33161 (trunk, ruby_1_9_3): * parse.y (parser_tokadd_string, parser_yylex): ignore a backslash
  21113 2011-09-02 09:58 [ko1@a...            ] svn:r33162 (ruby_1_9_3): * 2011-09-02   
  21114 2011-09-02 14:38 [ko1@a...            ] nobu:r33163 (ruby_1_9_3, trunk): * vm_insnhelper.c (vm_search_const_defined_class): search
  21115 2011-09-02 17:09 [ko1@a...            ] kazu:r33164 (trunk): fix typos          
  21116 2011-09-02 21:11 [ko1@a...            ] nobu:r33165 (trunk, ruby_1_9_3): * io.c (validate_enc_binmode, prep_stdio): default to text mode on
  21117 2011-09-03 06:23 [ko1@a...            ] svn:r33167 (trunk): * 2011-09-03        
  21118 2011-09-03 06:23 [ko1@a...            ] nobu:r33166 (trunk, ruby_1_9_3): * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings.
  21119 2011-09-03 06:23 [ko1@a...            ] svn:r33168 (ruby_1_9_3): * 2011-09-03   
  21120 2011-09-03 13:49 [ko1@a...            ] nobu:r33169 (ruby_1_9_3, trunk): * test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.
  21121 2011-09-03 18:47 [ko1@a...            ] nagachika:r33170 (trunk): * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is not
  21122 2011-09-03 23:52 [ko1@a...            ] nobu:r33171 (trunk): * io.c (argf_next_argv): open in default text mode.
  21123 2011-09-03 23:54 [ko1@a...            ] nobu:r33172 (trunk): * ext/io/console/console.c (console_set_winsize): remove
  21124 2011-09-03 23:55 [ko1@a...            ] nobu:r33173 (trunk): * configure.in (RUBY_MINGW32): take tool prefix from CC.
  21125 2011-09-03 23:56 [ko1@a...            ] nobu:r33174 (trunk): * configure.in (sizeof_struct_dirent_too_small): check if struct
  21126 2011-09-04 00:12 [ko1@a...            ] nobu:r33175 (trunk): * variable.c (rb_const_set): show the previous definition
  21127 2011-09-04 00:12 [ko1@a...            ] svn:r33176 (trunk): * 2011-09-04        
  21128 2011-09-04 00:54 [ko1@a...            ] ktsj:r33177 (trunk): * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):
  21129 2011-09-04 01:02 [ko1@a...            ] ktsj:r33178 (ruby_1_9_3): * backport r33177 from trunk.
  21130 2011-09-04 01:02 [ko1@a...            ] svn:r33179 (ruby_1_9_3): * 2011-09-04   
  21131 2011-09-04 15:18 [ko1@a...            ] ktsj:r33180 (trunk): * ChangeLog: style fix.
  21132 2011-09-04 21:23 [ko1@a...            ] shyouhei:r33181 (trunk): Change encoding from EUC-JP to UTF-8. [Feature #5128]
  21133 2011-09-04 22:33 [ko1@a...            ] shugo:r33182 (trunk): * lib/net/imap.rb (default_port, default_imap_port,
  21134 2011-09-05 04:29 [ko1@a...            ] marcandRe: r33183 (trunk): * numeric.c (int_round): Integer#round always returns an Integer [Bug #5271]
  21135 2011-09-05 04:29 [ko1@a...            ] svn:r33184 (trunk): * 2011-09-05        
  21136 2011-09-05 05:14 [ko1@a...            ] marcandRe: r33185 (trunk): * numeric.c: Extract integer rounding into int_round_0
  21137 2011-09-05 05:14 [ko1@a...            ] marcandRe: r33186 (trunk): * numeric.c (flo_round): Make Float#round round big values [bug #5272]
  21138 2011-09-05 10:08 [ko1@a...            ] shyouhei:r33187 (trunk): README.ja, README.EXT.ja: resolve conflicts. 
  21139 2011-09-05 15:05 [ko1@a...            ] nobu:r33188 (trunk): * doc/rake/CHANGES: reverted.  this file is not written in Japanese.
  21140 2011-09-05 15:09 [ko1@a...            ] naruse:r33189 (trunk): * test/rubygems/test_gem_security.rb
  21141 2011-09-05 15:10 [ko1@a...            ] naruse:r33190 (ruby_1_9_3): merge revision(s) 33189:
  21142 2011-09-05 17:46 [ko1@a...            ] nobu:r33191 (trunk): * test/ruby/test_float.rb (TestFloat#test_round): show the number in question.
  21143 2011-09-05 18:05 [ko1@a...            ] naruse:r33192 (trunk): Fix typo: U+0456->U+0069. [Bug #5275]
  21144 2011-09-05 18:11 [ko1@a...            ] nobu:r33193 (trunk): * transcode.c (rb_econv_binmode): newline decorators are
  21145 2011-09-05 19:36 [ko1@a...            ] nagachika:r33194 (trunk): * Makefile.in (INSNS): change command line option -Ks to -Ku for
  21146 2011-09-05 21:02 [ko1@a...            ] nagachika:r33195 (trunk): * insns.def: change encoding pragma for emacs (shift_jis to utf-8).
  21147 2011-09-06 05:40 [ko1@a...            ] seki:r33196 (trunk): * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failures
  21148 2011-09-06 05:40 [ko1@a...            ] svn:r33197 (trunk): * 2011-09-06        
  21149 2011-09-06 06:45 [ko1@a...            ] marcandRe: r33198 (trunk): * numeric.c (flo_round): Fix criteria for 32 bits platform
  21150 2011-09-06 06:46 [ko1@a...            ] marcandRe: r33199 (trunk): * numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit platform
  21151 2011-09-06 12:07 [ko1@a...            ] nobu:r33200 (trunk): * transcode.c: enabled econv newline option.
  21152 2011-09-06 13:16 [ko1@a...            ] nobu:r33201 (trunk): * encoding.c (load_encoding): predefined encoding names are safe.
  21153 2011-09-06 15:55 [ko1@a...            ] nobu:r33202 (trunk): * transcode.c (load_transcoder_entry): concatenate paths directly.
  21154 2011-09-06 17:11 [ko1@a...            ] naruse:r33203 (trunk): Use assert_operator to show clear message.
  21155 2011-09-06 21:16 [ko1@a...            ] tarui:r33204 (trunk): * win32/Makefile.sub (INSNS): change command line option -Ks to -Ku
  21156 2011-09-06 21:20 [ko1@a...            ] sorah:r33205 (trunk): * lib/test/unit.rb (_run_suites): Now reports are written the
  21157 2011-09-07 07:50 [ko1@a...            ] nobu:r33206 (trunk): eol-style          
  21158 2011-09-07 07:50 [ko1@a...            ] svn:r33207 (trunk): * 2011-09-07        
  21159 2011-09-07 17:28 [ko1@a...            ] naruse:r33208 (trunk): * lib/yaml.rb: explicitly specify ::Object to avoid the collision with
  21160 2011-09-07 19:36 [ko1@a...            ] naruse:r33209 (trunk): Remove assertion which depends the load order
  21161 2011-09-07 23:43 [ko1@a...            ] kou:r33210 (trunk): * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
  21162 2011-09-07 23:43 [ko1@a...            ] kosaki:r33211 (ruby_1_9_3): merge revision(s) 33171:
  21163 2011-09-07 23:47 [ko1@a...            ] kou:r33212 (trunk): * add missing '#' in bug reference.
  21164 2011-09-08 02:56 [ko1@a...            ] ayumin:r33213 (trunk): Change encoding from ISO-2022 to UTF-8
  21165 2011-09-08 02:56 [ko1@a...            ] svn:r33214 (trunk): * 2011-09-08        
  21166 2011-09-08 03:03 [ko1@a...            ] ayumin:r33215 (trunk): fix test/rexml/test_encoding.rb failure
  21167 2011-09-08 03:15 [ko1@a...            ] ayumin:r33216 (trunk): Fix typo         
  21168 2011-09-08 03:51 [ko1@a...            ] ayumin:r33217 (trunk): * ext/readline/README.ja:
  21169 2011-09-08 07:20 [ko1@a...            ] naruse:r33218 (trunk): Revert "Change encoding from ISO-2022 to UTF-8"
  21170 2011-09-08 07:37 [ko1@a...            ] nobu:r33219 (trunk): * gc.c (id2ref): unmarked object is already dead while lazy
  21171 2011-09-08 07:37 [ko1@a...            ] naruse:r33220 (trunk): * ext/syck/lib/syck/types.rb: use toplevel Syck.
  21172 2011-09-08 07:44 [ko1@a...            ] nobu:r33221 (trunk): * transcode.c (rb_declare_transcoder, load_transcoder_entry): no
  21173 2011-09-08 09:03 [ko1@a...            ] nobu:r33222 (trunk): * gc.c (id2ref): objects which are unmarked but not in sweep_slots
  21174 2011-09-08 09:07 [ko1@a...            ] nobu:r33223 (trunk): * ext/nkf/nkf-utf8/nkf.c: revert also svn:mime-type.
  21175 2011-09-08 12:57 [ko1@a...            ] nari:r33224 (trunk): * gc.c (Init_GC): defined GC::Profiler.raw_data. based on the
  21176 2011-09-08 21:17 [ko1@a...            ] naruse:r33225 (trunk): * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
  21177 2011-09-08 21:18 [ko1@a...            ] naruse:r33226 (ruby_1_9_3): merge revision(s) 33225:
  21178 2011-09-09 01:24 [ko1@a...            ] ayumin:r33227 (trunk): * sample/drb/README.rd.ja:
  21179 2011-09-09 01:24 [ko1@a...            ] svn:r33228 (trunk): * 2011-09-09        
  21180 2011-09-09 01:26 [ko1@a...            ] ayumin:r33229 (trunk): Fix typo         
  21181 2011-09-09 02:09 [ko1@a...            ] ayumin:r33230 (trunk): * template/yarvarch.ja:
  21182 2011-09-09 10:22 [ko1@a...            ] nobu:r33231 (trunk): * thread.c (rb_thread_select): fix a typo to initialize efds
  21183 2011-09-09 11:08 [ko1@a...            ] sorah:r33232 (trunk): * test/rubygems/test_gem_commands_help_command.rb: Add one
  21185 2011-09-09 11:26 [ko1@a...            ] naruse:r33234 (trunk): Catch NoMemoryError.
  21186 2011-09-09 15:31 [ko1@a...            ] naruse:r33235 (trunk): Run GC.start before test_too_long_path.
  21187 2011-09-09 16:02 [ko1@a...            ] naruse:r33236 (ruby_1_9_3): merge revision(s) r32791:
  21188 2011-09-09 16:48 [ko1@a...            ] shugo:r33237 (trunk): added new methods of Net::IMAP.
  21189 2011-09-09 22:07 [ko1@a...            ] ayumin:r33238 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
  21190 2011-09-10 01:44 [ko1@a...            ] svn:r33240 (trunk): * 2011-09-10        
  21191 2011-09-10 01:44 [ko1@a...            ] kazu:r33239 (trunk): * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
  21192 2011-09-10 08:16 [ko1@a...            ] akr:r33241 (trunk): update doc.         
  21193 2011-09-10 08:33 [ko1@a...            ] matz:r33242 (trunk): * parse.y (bv_decls): parse.y relies on $$ = $1 before action
  21194 2011-09-10 08:34 [ko1@a...            ] ko1:r33243 (trunk): * gc.c (GC_PROFILE_MORE_DETAIL, CALC_EXACT_MALLOC_SIZE):
  21195 2011-09-10 13:49 [ko1@a...            ] ayumin:r33244 (trunk): * dir.c: Two small documentation fixes. [Bug #5302]
  21196 2011-09-10 19:34 [ko1@a...            ] naruse:r33245 (trunk): Revert test fixes.
  21197 2011-09-11 05:23 [ko1@a...            ] marcandRe: r33246 (trunk): * lib/matrix.rb: Deal with subclasses of Matrix [redmine #5307]
  21198 2011-09-11 05:23 [ko1@a...            ] svn:r33247 (trunk): * 2011-09-11        
  21199 2011-09-11 19:56 [ko1@a...            ] nagachika:r33248 (trunk): * ChangeLog: fix a typo.
  21200 2011-09-11 19:57 [ko1@a...            ] yugui:r33249 (ruby_1_9_3): merges r33201 from trunk into ruby_1_9_3.

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