[前][次][スレッド一覧][上]
ruby-changes:30301-30400
30301 2013-08-03 20:47 [ko1@a... ] nagachika:r42353 (ruby_2_0_0): merge revision(s) 42322:
30302 2013-08-03 21:23 [ko1@a... ] naruse:r42354 (trunk): Add missing require
30303 2013-08-03 22:27 [ko1@a... ] nagachika:r42355 (ruby_2_0_0): merge revision(s) 42271: [Backport #8713]
30304 2013-08-03 22:27 [ko1@a... ] akr:r42356 (trunk): * bignum.c (big2str_orig): Receive the number to stringize as
30305 2013-08-03 22:44 [ko1@a... ] nagachika:r42357 (ruby_2_0_0): merge revision(s) 41777,41779: [Backport #8593]
30306 2013-08-03 22:50 [ko1@a... ] nagachika:r42358 (ruby_2_0_0): merge revision(s) 42223: [Backport #8702]
30307 2013-08-03 23:08 [ko1@a... ] nagachika:r42359 (ruby_2_0_0): merge revision(s) 40080,40081: [Backport #8209]
30308 2013-08-03 23:21 [ko1@a... ] akr:r42360 (trunk): * bignum.c: The branch condition of selecting multiplication
30309 2013-08-04 00:26 [ko1@a... ] akr:r42361 (trunk): * bignum.c (bary2bdigitdbl): New function.
30310 2013-08-04 00:26 [ko1@a... ] svn:r42362 (trunk): * 2013-08-04
30311 2013-08-04 00:41 [ko1@a... ] nobu:r42363 (trunk): bignum.c: suppress warnings
30312 2013-08-04 01:02 [ko1@a... ] akr:r42364 (trunk): * bignum.c (big2str_karatsuba): Don't allocate new temporary buffer
30313 2013-08-04 01:58 [ko1@a... ] akr:r42365 (trunk): * bignum.c (BARY_TRUNC): New macro.
30314 2013-08-04 06:54 [ko1@a... ] headius:r42366 (trunk): * ext/stringio/stringio.c (strio_substr): Trivial fix for invalid
30315 2013-08-04 07:15 [ko1@a... ] akr:r42367 (trunk): * README.EXT, README.EXT.ja: Mention rb_integer_pack and
30316 2013-08-04 10:21 [ko1@a... ] nagai:r42368 (ruby_1_9_3): * ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At present, Tcl/Tk8.6 is not supported.
30317 2013-08-04 10:21 [ko1@a... ] svn:r42369 (ruby_1_9_3): * 2013-08-04
30318 2013-08-04 10:30 [ko1@a... ] nagai:r42370 (ruby_2_0_0): * ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At present, Tcl/Tk8.6 is not supported.
30319 2013-08-04 10:31 [ko1@a... ] svn:r42371 (ruby_2_0_0): * 2013-08-04
30320 2013-08-04 10:31 [ko1@a... ] nagai:r42372 (trunk): * ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX frameworks, because they may link improper libraries.
30321 2013-08-04 21:21 [ko1@a... ] nagachika:r42373 (ruby_2_0_0): * version.h: increment patchlevel for r42370.
30322 2013-08-04 21:24 [ko1@a... ] glass:r42374 (trunk): * array.c (rb_ary_zip): performance implement by using
30323 2013-08-04 22:42 [ko1@a... ] nagachika:r42375 (ruby_2_0_0): merge revision(s) 40001: [Backport #8109]
30324 2013-08-05 03:37 [ko1@a... ] zzak:r42376 (trunk): * lib/rexml/attribute.rb: [DOC] Update example for #namespace
30325 2013-08-05 03:38 [ko1@a... ] svn:r42377 (trunk): * 2013-08-05
30326 2013-08-05 03:58 [ko1@a... ] zzak:r42378 (trunk): * lib/rss/0.9.rb: [DOC] Document RSS09 by Steve Klabnik [Bug #8732]
30327 2013-08-05 06:15 [ko1@a... ] zzak:r42379 (trunk): * enumerator.c: [DOC] Remove reference to Enumerator::Lazy#cycle
30328 2013-08-05 10:02 [ko1@a... ] charliesome:r42380 (trunk): * object.c (rb_class_inherited_p): allow iclasses to be tested for
30329 2013-08-05 11:52 [ko1@a... ] charliesome:r42381 (trunk): * include/ruby/encoding.h: document which user flags are used by
30330 2013-08-05 14:02 [ko1@a... ] kazu:r42382 (trunk): fix typos
30331 2013-08-05 17:33 [ko1@a... ] nobu:r42383 (trunk): test_econv.rb: assert_separately
30332 2013-08-05 17:33 [ko1@a... ] nobu:r42384 (trunk): win32.c: fix wrong trimming
30333 2013-08-05 17:38 [ko1@a... ] nobu:r42385 (trunk): win32.c: conversion to WCHAR
30334 2013-08-05 22:25 [ko1@a... ] zzak:r42386 (trunk): * vm_trace.c: [DOC] Fix TracePoint return values in examples
30335 2013-08-05 23:50 [ko1@a... ] akr:r42387 (trunk): * bignum.c: Rename local variables.
30336 2013-08-06 01:25 [ko1@a... ] zzak:r42388 (trunk): * lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740
30337 2013-08-06 01:25 [ko1@a... ] svn:r42389 (trunk): * 2013-08-06
30338 2013-08-06 01:29 [ko1@a... ] zzak:r42390 (trunk): * lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]
30339 2013-08-06 01:42 [ko1@a... ] zzak:r42391 (trunk): * process.c: [DOC] Document caveats of command form of Process.spawn
30340 2013-08-06 14:13 [ko1@a... ] nobu:r42394 (trunk): win32.c: supprss warning
30341 2013-08-06 16:04 [ko1@a... ] nobu:r42395 (trunk): string.c: fix typo
30342 2013-08-06 16:15 [ko1@a... ] shugo:r42396 (trunk): * vm_eval.c (eval_string_with_cref): copy cref to limit the scope of
30343 2013-08-06 17:02 [ko1@a... ] nobu:r42397 (trunk): win32.c: conversion from WCHAR
30344 2013-08-06 17:42 [ko1@a... ] nobu:r42399 (trunk): win32.c: fix conversion
30345 2013-08-06 17:43 [ko1@a... ] nobu:r42400 (trunk): range.c: consider exclusive
30346 2013-08-06 21:38 [ko1@a... ] nobu:r42403 (trunk): net/http/header.rb: remove a hack
30347 2013-08-06 21:39 [ko1@a... ] nobu:r42404 (trunk): json/add/range.rb: use Range#end
30348 2013-08-06 21:56 [ko1@a... ] nobu:r42406 (trunk): * remove trailing spaces.
30349 2013-08-06 22:00 [ko1@a... ] nobu:r42407 (trunk): range.c: return nil for empty range
30350 2013-08-07 13:21 [ko1@a... ] ko1:r42419 (trunk): * random.c (random_load): use RARRAY_RAWPTR() instead of
30351 2013-08-07 16:20 [ko1@a... ] ko1:r42420 (trunk): * cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead of
30352 2013-08-07 16:39 [ko1@a... ] usa:r42421 (trunk): * test/webrick/test_cgi.rb (TestWEBrickCGI#{start_cgi_server, test_cgi}):
30353 2013-08-07 16:40 [ko1@a... ] usa:r42422 (trunk): * ChangeLog: missed ticket number.
30354 2013-08-07 19:31 [ko1@a... ] akr:r42423 (trunk): * bignum.c (dbl2big): A condition simplified.
30355 2013-08-07 20:08 [ko1@a... ] akr:r42424 (trunk): * bignum.c (rb_big_odd_p): Check the bignum length.
30356 2013-08-07 23:12 [ko1@a... ] knu:r42425 (trunk): Add Process.setproctitle().
30357 2013-08-07 23:12 [ko1@a... ] knu:r42426 (trunk): Add Process.argv0.
30358 2013-08-08 03:38 [ko1@a... ] drbrain:r42427 (trunk): * lib/webrick/httpresponse.rb: Allow #body to be an IO-like object
30359 2013-08-08 03:39 [ko1@a... ] svn:r42428 (trunk): * 2013-08-08
30360 2013-08-08 06:00 [ko1@a... ] charliesome:r42429 (trunk): * test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.
30361 2013-08-08 10:26 [ko1@a... ] nobu:r42430 (trunk): file.c: rb_str_normalize_ospath
30362 2013-08-08 10:27 [ko1@a... ] nobu:r42431 (trunk): range.c: revert r42400
30363 2013-08-08 11:16 [ko1@a... ] naruse:r42432 (trunk): Follow r42431
30364 2013-08-08 12:14 [ko1@a... ] usa:r42433 (trunk): * test/webrick/test_httpresponse.rb (test_send_body_*_chunked): these
30365 2013-08-08 14:35 [ko1@a... ] nobu:r42434 (trunk): test_range.rb: remove invalid assertions
30366 2013-08-08 14:48 [ko1@a... ] nobu:r42435 (trunk): proc.c: constifiy
30367 2013-08-08 14:54 [ko1@a... ] naruse:r42436 (trunk): * common.mk (mini): portable target to build miniruby
30368 2013-08-08 14:56 [ko1@a... ] shugo:r42437 (trunk): * NEWS: add description of incompatibility introduced by r42396.
30369 2013-08-08 14:56 [ko1@a... ] nobu:r42438 (trunk): * properties.
30370 2013-08-08 15:42 [ko1@a... ] usa:r42439 (trunk): * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'
30371 2013-08-08 16:10 [ko1@a... ] usa:r42440 (ruby_1_9_3): merge revision(s) 42439:
30372 2013-08-08 16:51 [ko1@a... ] ko1:r42441 (trunk): * include/ruby/ruby.h: add old macro name `RUBY_EVENT_SWITCH'.
30373 2013-08-08 19:57 [ko1@a... ] ko1:r42442 (trunk): * include/ruby/ruby.h: define USE_RGENGC_LOGGING_WB_UNPROTECT.
30374 2013-08-08 19:58 [ko1@a... ] ko1:r42443 (trunk): * string.c (rb_str_format_m): use RARRAY_RAWPTR() instead of
30375 2013-08-08 20:00 [ko1@a... ] ko1:r42444 (trunk): * thread.c (rb_threadptr_pending_interrupt_check_mask):
30376 2013-08-08 23:01 [ko1@a... ] nobu:r42449 (trunk): object.c: Module#singleton_class?
30377 2013-08-09 00:11 [ko1@a... ] nobu:r42450 (trunk): enumerator.c: fix non-single argument
30378 2013-08-09 00:15 [ko1@a... ] nobu:r42452 (trunk): common.mk: install arch
30379 2013-08-09 12:07 [ko1@a... ] nobu:r42457 (trunk): file.c: normalize Form C
30380 2013-08-09 13:42 [ko1@a... ] nobu:r42458 (trunk): configure.in: clock_gettime
30381 2013-08-09 15:53 [ko1@a... ] usa:r42460 (ruby_1_9_3): merge revision(s) 40001: [Backport #8609]
30382 2013-08-09 15:58 [ko1@a... ] usa:r42461 (ruby_1_9_3): * lib/net/http.rb (Net::HTTP#send_request_with_body_stream): use
30383 2013-08-09 16:22 [ko1@a... ] usa:r42462 (ruby_1_9_3): merge revision(s) 40606, 40607, 40635: [Backport #8375]
30384 2013-08-09 16:38 [ko1@a... ] usa:r42463 (ruby_1_9_3): merge revision(s) 42223: [Backport #8702]
30385 2013-08-09 18:51 [ko1@a... ] ko1:r42464 (trunk): * proc.c: add Binding#local_variable_get/set/defined?
30386 2013-08-09 19:14 [ko1@a... ] ko1:r42465 (trunk): * NEWS: update about new methods for Binding.
30387 2013-08-09 19:19 [ko1@a... ] charliesome:r42466 (trunk): * ext/io/console/console.c: delete redefinition of rb_cloexec_open.
30388 2013-08-09 22:21 [ko1@a... ] nobu:r42467 (trunk): * ChangeLog: fix the reason.
30389 2013-08-09 22:21 [ko1@a... ] nobu:r42468 (trunk): ruby.c: use String path version parser functions
30390 2013-08-09 22:24 [ko1@a... ] nobu:r42469 (trunk): proc.c: tabify
30391 2013-08-09 22:41 [ko1@a... ] nobu:r42470 (trunk): bignum.c: suppress warning
30392 2013-08-09 22:41 [ko1@a... ] nobu:r42471 (trunk): re.c: suppress warning
30393 2013-08-09 22:51 [ko1@a... ] nobu:r42472 (trunk): configure.in: CoreFoundation framework option
30394 2013-08-09 22:56 [ko1@a... ] nobu:r42473 (trunk): io-console.gemspec: drop 1.9
30395 2013-08-09 23:50 [ko1@a... ] kou:r42474 (trunk): * lib/rss/rexmlparser.rb: Remove needless REXML version check.
30396 2013-08-10 00:27 [ko1@a... ] ktsj:r42475 (trunk): * ext/readline/readline.c (insert_ignore_escape): suppress
30397 2013-08-10 00:27 [ko1@a... ] svn:r42476 (trunk): * 2013-08-10
30398 2013-08-10 04:55 [ko1@a... ] akr:r42477 (trunk): * bignum.c (big_div_struct): Use size_t.
30399 2013-08-10 05:46 [ko1@a... ] zzak:r42478 (trunk): * lib/rss/trackback.rb: [DOC] Hide RSS::Trackback from rdoc
30400 2013-08-10 09:12 [ko1@a... ] nobu:r42479 (trunk): parse.y: check for attr
[前][次][スレッド一覧][上]