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

ruby-changes:29201-29300

  29201 2013-06-12 16:41 [ko1@a...            ] nobu:r41253 (trunk): array.c: fix false assertions
  29202 2013-06-12 17:06 [ko1@a...            ] nobu:r41254 (trunk): test_io.rb: fix test error
  29203 2013-06-12 17:48 [ko1@a...            ] knu:r41255 (trunk): Add Appendix C containing a pointer to mkmf.
  29204 2013-06-12 18:21 [ko1@a...            ] akr:r41256 (trunk): * bignum.c (validate_integer_pack_format): supported_flags argument
  29205 2013-06-12 20:19 [ko1@a...            ] kou:r41257 (trunk): * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.
  29206 2013-06-12 22:25 [ko1@a...            ] akr:r41258 (trunk): * bignum.c (integer_unpack_num_bdigits_generic): Rewritten without
  29207 2013-06-12 23:21 [ko1@a...            ] shugo:r41259 (trunk): * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
  29208 2013-06-12 23:23 [ko1@a...            ] nagachika:r41260 (ruby_2_0_0): merge revision(s) 41250: [Backport #8516]
  29209 2013-06-12 23:34 [ko1@a...            ] shugo:r41261 (trunk): * eval.c (mod_using): new method Module#using, which activates
  29210 2013-06-13 00:03 [ko1@a...            ] nagachika:r41262 (ruby_2_0_0): merge revision(s) 41019,41020,41021,41041,41045,41057: [Backport #8463]
  29211 2013-06-13 00:03 [ko1@a...            ] svn:r41263 (ruby_2_0_0): * 2013-06-13   
  29212 2013-06-13 00:19 [ko1@a...            ] akr:r41264 (trunk): * bignum.c (rb_integer_unpack_2comp): New function.
  29213 2013-06-13 00:19 [ko1@a...            ] svn:r41265 (trunk): * 2013-06-13        
  29214 2013-06-13 05:32 [ko1@a...            ] drbrain:r41266 (trunk): * ext/socket/extconf.rb:  Enable RFC 3542 IPV6 socket options for OS X
  29215 2013-06-13 06:14 [ko1@a...            ] akr:r41267 (trunk): * bignum.c (integer_unpack_num_bdigits_small): Fix a comple error on
  29216 2013-06-13 09:30 [ko1@a...            ] kazu:r41268 (trunk): fix a typo         
  29217 2013-06-13 11:01 [ko1@a...            ] shugo:r41269 (trunk): * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:
  29218 2013-06-13 12:20 [ko1@a...            ] akr:r41270 (trunk): Refine debug code.  
  29219 2013-06-13 14:42 [ko1@a...            ] shugo:r41271 (trunk): * test/-ext-/test_printf.rb, test/rss/test_parser.rb,
  29220 2013-06-13 14:45 [ko1@a...            ] nobu:r41272 (trunk): eval.c: use local variable
  29221 2013-06-13 14:51 [ko1@a...            ] nobu:r41273 (trunk): ruby.h: safe_level check
  29222 2013-06-13 16:33 [ko1@a...            ] nobu:r41274 (trunk): bignum.c: suppress warnings
  29223 2013-06-13 18:35 [ko1@a...            ] akr:r41275 (trunk): * bignum.c (bigdivrem): Use nlz.
  29224 2013-06-13 18:55 [ko1@a...            ] akr:r41276 (trunk): * test/ruby/test_thread.rb (test_thread_local_security): Don't create
  29225 2013-06-13 18:57 [ko1@a...            ] usa:r41277 (trunk): * bignum.c (integer_unpack_num_bdigits_generic): reorder terms (but not
  29226 2013-06-13 21:27 [ko1@a...            ] akr:r41278 (trunk): * bignum.c (bigdivrem): Refactored to use ALLOCV_N for temporally
  29227 2013-06-13 21:30 [ko1@a...            ] nobu:r41279 (trunk): * ChangeLog: fix typo
  29228 2013-06-13 21:30 [ko1@a...            ] nobu:r41280 (trunk): no alternate value expansion
  29229 2013-06-13 22:02 [ko1@a...            ] akr:r41281 (trunk): Use ny instead of RBIGNUM_LEN(y).
  29230 2013-06-13 22:03 [ko1@a...            ] nobu:r41282 (trunk): test_fileutils.rb: parents option
  29231 2013-06-13 22:12 [ko1@a...            ] nobu:r41283 (trunk): fileutils.rb: fix traversal loop
  29232 2013-06-13 22:37 [ko1@a...            ] kou:r41284 (trunk): * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Use
  29233 2013-06-13 22:47 [ko1@a...            ] kou:r41285 (trunk): * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Support
  29234 2013-06-13 23:07 [ko1@a...            ] kou:r41286 (trunk): * lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for raw
  29235 2013-06-13 23:44 [ko1@a...            ] zzak:r41287 (trunk): * ext/bigdecimal/*: improve documentation, nodoc samples with @mrkn
  29236 2013-06-14 00:15 [ko1@a...            ] akr:r41288 (trunk): * bignum.c (bigdivrem): Zero test condition simplified.
  29237 2013-06-14 00:15 [ko1@a...            ] svn:r41289 (trunk): * 2013-06-14        
  29238 2013-06-14 09:53 [ko1@a...            ] shugo:r41290 (trunk): * NEWS: add notes for $SAFE.
  29239 2013-06-14 09:57 [ko1@a...            ] shugo:r41291 (trunk): fix a typo.       
  29240 2013-06-14 12:21 [ko1@a...            ] nobu:r41292 (trunk): ruby.h: suppress warnings
  29241 2013-06-14 13:02 [ko1@a...            ] nobu:r41293 (trunk): download config files
  29242 2013-06-14 13:40 [ko1@a...            ] nobu:r41294 (trunk): update config files
  29243 2013-06-14 14:12 [ko1@a...            ] nobu:r41295 (trunk): * tool/get-config_files: show downloading message.
  29244 2013-06-14 14:12 [ko1@a...            ] nobu:r41296 (trunk): * Makefile.in (after-update): non-configure platforms don't need
  29245 2013-06-14 14:12 [ko1@a...            ] nobu:r41297 (trunk): * configure.in: download missing config files.
  29246 2013-06-14 14:35 [ko1@a...            ] shugo:r41298 (trunk): * NEWS: add a note for Module#using.
  29247 2013-06-14 18:24 [ko1@a...            ] ko1:r41299 (trunk): * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,
  29248 2013-06-14 18:56 [ko1@a...            ] ko1:r41300 (trunk): * compile.c (rb_iseq_compile_node): fix location of a `trace'
  29249 2013-06-14 20:13 [ko1@a...            ] akr:r41301 (trunk): * bignum.c (bigdivrem): Use bignew when ny == 1.
  29250 2013-06-14 21:05 [ko1@a...            ] akr:r41302 (trunk): * bignum.c (bigdivrem): Reduce number of digits before bignew() for div.
  29251 2013-06-15 02:43 [ko1@a...            ] akr:r41303 (trunk): * bignum.c (bdigs_small_lshift): Extracted from big_lshift.
  29252 2013-06-15 02:43 [ko1@a...            ] svn:r41304 (trunk): * 2013-06-15        
  29253 2013-06-15 08:37 [ko1@a...            ] nobu:r41305 (trunk): test_method.rb: use realpath
  29254 2013-06-15 08:37 [ko1@a...            ] nobu:r41306 (trunk): vm_eval.c: __dir__ in eval
  29255 2013-06-15 10:03 [ko1@a...            ] akr:r41307 (trunk): * bignum.c (bdigs_small_rshift): Extracted from big_rshift.
  29256 2013-06-15 10:19 [ko1@a...            ] zzak:r41308 (trunk): * ext/bigdecimal/bigdecimal.gemspec: Update authors
  29257 2013-06-15 10:20 [ko1@a...            ] zzak:r41309 (trunk): * ext/bigdecimal/bigdecimal.c: Update overview formatting of headers
  29258 2013-06-15 17:15 [ko1@a...            ] akr:r41310 (trunk): * bignum.c (bigmul1_normal): Shrink the result Bignum length.
  29259 2013-06-15 19:36 [ko1@a...            ] akr:r41311 (trunk): * bignum.c (absint_numwords_bytes): Make it static.
  29260 2013-06-15 20:15 [ko1@a...            ] akr:r41312 (trunk): * bignum.c (bary_unpack): Extracted from rb_integer_unpack_internal.
  29261 2013-06-15 22:32 [ko1@a...            ] akr:r41313 (trunk): * bignum.c (bary_mul): New function.
  29262 2013-06-15 23:52 [ko1@a...            ] akr:r41314 (trunk): * bignum.c (bary_sub): New function.
  29263 2013-06-16 00:31 [ko1@a...            ] nobu:r41315 (trunk): vm_eval.c: suppress warning
  29264 2013-06-16 00:32 [ko1@a...            ] svn:r41316 (trunk): * 2013-06-16        
  29265 2013-06-16 00:38 [ko1@a...            ] nagachika:r41317 (ruby_2_0_0): merge revision(s) 40759,40966,41305,41306: [Backport #8436]
  29266 2013-06-16 00:59 [ko1@a...            ] nagachika:r41318 (ruby_2_0_0): merge revision(s) 41315: [Backport #8436]
  29267 2013-06-16 01:14 [ko1@a...            ] nagachika:r41319 (ruby_2_0_0): merge revision(s) 41300: [Backport #8489]
  29268 2013-06-16 01:31 [ko1@a...            ] nagachika:r41320 (ruby_2_0_0): merge revision(s) 41266: [Backport #8517]
  29269 2013-06-16 01:56 [ko1@a...            ] nagachika:r41321 (ruby_2_0_0): merge revision(s) 39733: [Backport #8527]
  29270 2013-06-16 02:06 [ko1@a...            ] tarui:r41322 (trunk): * gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL and !GC_PROFILE_MORE_DETAIL.
  29271 2013-06-16 02:15 [ko1@a...            ] nagachika:r41323 (ruby_2_0_0): merge revision(s) 41245: [Backport #8513]
  29272 2013-06-16 05:18 [ko1@a...            ] tarui:r41324 (trunk): * gc.c : add some colums to more detail profile.
  29273 2013-06-16 05:53 [ko1@a...            ] tarui:r41325 (trunk): * gc.c: Fixup around GC by MALLOC.
  29274 2013-06-16 08:46 [ko1@a...            ] akr:r41326 (trunk): * bignum.c (bary_divmod): New function.
  29275 2013-06-16 08:56 [ko1@a...            ] akr:r41327 (trunk): * bignum.c (bigdivrem): Use a BDIGIT variable to store the return
  29276 2013-06-16 10:42 [ko1@a...            ] akr:r41328 (trunk): * bignum.c (bary_add): New function.
  29277 2013-06-16 11:02 [ko1@a...            ] kou:r41329 (trunk): * NEWS (XMLRPC::Client#http): Add.
  29278 2013-06-16 14:33 [ko1@a...            ] akr:r41330 (trunk): * bignum.c (bary_pack) Extracted from rb_integer_pack_internal.
  29279 2013-06-16 16:12 [ko1@a...            ] naruse:r41332 (trunk): Ignore tool/config.guess and tool/config.sub
  29280 2013-06-16 16:12 [ko1@a...            ] naruse:r41331 (trunk): * tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5.
  29281 2013-06-16 16:56 [ko1@a...            ] kazu:r41333 (trunk): fix typos          
  29282 2013-06-16 17:24 [ko1@a...            ] naruse:r41334 (trunk): fix typo of r41331
  29283 2013-06-16 17:49 [ko1@a...            ] akr:r41335 (trunk): * bignum.c (absint_numwords_generic): rb_funcall invocations removed.
  29284 2013-06-16 18:53 [ko1@a...            ] akr:r41336 (trunk): * internal.h (INTEGER_PACK_2COMP): Defined.
  29285 2013-06-16 21:59 [ko1@a...            ] akr:r41337 (trunk): * bignum.c (bary_2comp): Extracted from get2comp.
  29286 2013-06-16 23:16 [ko1@a...            ] akr:r41338 (trunk): * bignum.c (BARY_ADD): New macro.
  29287 2013-06-17 07:39 [ko1@a...            ] akr:r41339 (trunk): * bignum.c (absint_numwords_bytes): Removed.
  29288 2013-06-17 07:40 [ko1@a...            ] svn:r41340 (trunk): * 2013-06-17        
  29289 2013-06-17 07:57 [ko1@a...            ] akr:r41341 (trunk): * bignum.c (bary_small_lshift): Renamed from bdigs_small_lshift.
  29290 2013-06-17 10:01 [ko1@a...            ] nobu:r41342 (trunk): test/ruby/test_proc.rb: tests for [Bug #8341]
  29291 2013-06-17 10:01 [ko1@a...            ] nobu:r41343 (trunk): test/ruby/test_symbol.rb: tests for [Bug #8531]
  29292 2013-06-17 10:01 [ko1@a...            ] nobu:r41344 (trunk): skip new tests until fixed
  29293 2013-06-17 11:54 [ko1@a...            ] ko1:r41345 (trunk): * gc.c (gc_mark_maybe): added. check `is_pointer_to_heap()' and
  29294 2013-06-17 13:35 [ko1@a...            ] knu:r41346 (trunk): * tool/ifchange (until): Fix the condition, although harmless in
  29295 2013-06-17 14:21 [ko1@a...            ] nagai:r41347 (trunk): * ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]
  29296 2013-06-17 14:31 [ko1@a...            ] zzak:r41348 (trunk): * vm_backtrace.c: Update rdoc for Backtrace#label with @_ko1
  29297 2013-06-17 14:41 [ko1@a...            ] kazu:r41349 (trunk): fix a typo         
  29298 2013-06-17 16:08 [ko1@a...            ] naruse:r41350 (trunk): Use assert_separately to inspect test failure of TestJSONGenerate#test_broken_bignum
  29299 2013-06-17 17:00 [ko1@a...            ] nobu:r41351 (trunk): tkutil.c: prevent temporary objects from GC
  29300 2013-06-17 17:08 [ko1@a...            ] nobu:r41352 (trunk): common.mk: loadpath dependencies

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