[前][次][スレッド一覧][上]
ruby-changes:17301-17400
17301 2010-09-20 11:26 [ko1@a... ] Ruby:r29305 (trunk): * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinition
17302 2010-09-20 23:23 [ko1@a... ] Ruby:r29306 (trunk): * dir.c (bracket): get rid of scanning at the end of the pattern
17303 2010-09-21 02:44 [ko1@a... ] Ruby:r29307 (trunk): * test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
17304 2010-09-21 02:44 [ko1@a... ] Ruby:r29308 (trunk): * 2010-09-21
17305 2010-09-21 22:26 [ko1@a... ] Ruby:r29309 (trunk): * tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.
17306 2010-09-22 00:03 [ko1@a... ] Ruby:r29310 (trunk): * ext/pathname/pathname.c (path_f_pathname): Pathname() translated
17307 2010-09-22 00:04 [ko1@a... ] Ruby:r29311 (trunk): * 2010-09-22
17308 2010-09-22 00:56 [ko1@a... ] Ruby:r29312 (trunk): * lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.
17309 2010-09-22 01:53 [ko1@a... ] Ruby:r29313 (trunk): bootstraptest/test_method.rb: add a test for .
17310 2010-09-22 02:07 [ko1@a... ] Ruby:r29314 (trunk): * bootstraptest/test_method.rb: fix last commit.
17311 2010-09-22 13:13 [ko1@a... ] Ruby:r29315 (trunk): Mention the command search path issue on Windows. Pointed out by
17312 2010-09-22 17:04 [ko1@a... ] Ruby:r29316 (trunk): * test/test_prime.rb (TestPrime#test_new): the warning expected have
17313 2010-09-22 17:21 [ko1@a... ] Ruby:r29317 (trunk): * test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE.
17314 2010-09-23 09:01 [ko1@a... ] Ruby:r29318 (trunk): * vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc
17315 2010-09-23 09:01 [ko1@a... ] Ruby:r29319 (trunk): * 2010-09-23
17316 2010-09-23 18:59 [ko1@a... ] Ruby:r29320 (trunk): * tool/config.sub: add mingw64.
17317 2010-09-23 19:32 [ko1@a... ] Ruby:r29321 (trunk): * thread_win32.c (w32_wait_events, w32_close_handle): suppress warnings.
17319 2010-09-23 21:43 [ko1@a... ] Ruby:r29323 (trunk): * ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppress
17320 2010-09-23 23:09 [ko1@a... ] Ruby:r29324 (trunk): * tool/config.sub: mingw64 should use x86_64.
17321 2010-09-23 23:09 [ko1@a... ] Ruby:r29325 (trunk): * vm_insnhelper.c (vm_get_cref0): cref is stacked only in normal
17322 2010-09-24 03:06 [ko1@a... ] Ruby:r29326 (ruby_1_8): * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIs
17323 2010-09-24 06:27 [ko1@a... ] Ruby:r29327 (trunk): Imported minitest 1.7.2 r5879.
17324 2010-09-24 09:43 [ko1@a... ] Ruby:r29329 (trunk): Refix to give the encoding of gzfile.
17325 2010-09-24 14:37 [ko1@a... ] Ruby:r29330 (trunk): * test/test_pty.rb: Same as 229281; existence of PTY class do not
17326 2010-09-24 15:28 [ko1@a... ] Ruby:r29331 (trunk): * string.c (rb_str_rindex): use rb_enc_prev_char instead of repeated str_nth.
17327 2010-09-24 16:01 [ko1@a... ] Ruby:r29332 (trunk): * string.c (rb_str_to_i): fix rdoc: String#to_i raises an
17328 2010-09-24 16:23 [ko1@a... ] Ruby:r29333 (ruby_1_8): * lib/pathname.rb (relative_path_from): backport r23093 and r25440
17329 2010-09-24 16:37 [ko1@a... ] Ruby:r29334 (trunk): * test/test_pty.rb (TestPTY::test_getpty_nonexistent): ditto.
17330 2010-09-24 23:45 [ko1@a... ] Ruby:r29335 (trunk): * string.c (sym_call), vm.c (invoke_block_from_c),
17331 2010-09-25 01:05 [ko1@a... ] Ruby:r29337 (trunk): * 2010-09-25
17332 2010-09-25 01:05 [ko1@a... ] Ruby:r29336 (trunk): fix a typo.
17333 2010-09-25 01:18 [ko1@a... ] Ruby:r29338 (ruby_1_8): * ext/stringio/stringio.c (Init_stringio): added readpartial,
17334 2010-09-25 01:35 [ko1@a... ] Ruby:r29339 (trunk): * Makefile.in (install-cross): target to install cross-compiling
17335 2010-09-25 09:56 [ko1@a... ] Ruby:r29340 (trunk): configure.in: Always add -mieee for Renesas SH4
17336 2010-09-25 10:36 [ko1@a... ] Ruby:r29341 (trunk): * configure.in (LIBRUBY_DLDFLAGS): use -unexported_symbol only
17337 2010-09-25 23:46 [ko1@a... ] Ruby:r29343 (trunk): * configure.in (LIBRUBY_DLDFLAGS): fix quoting.
17338 2010-09-26 01:42 [ko1@a... ] Ruby:r29342 (ruby_1_8): * configure.in: Always add -mieee for Renesas SH4.
17339 2010-09-26 14:14 [ko1@a... ] Ruby:r29345 (trunk): * 2010-09-26
17340 2010-09-26 14:36 [ko1@a... ] Ruby:r29344 (trunk): * tool/config.{guess,sub}: updated to automake-1.11.1.
17341 2010-09-26 22:25 [ko1@a... ] Ruby:r29346 (trunk): * ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest),
17342 2010-09-26 23:04 [ko1@a... ] Ruby:r29347 (trunk): * tool/config.sub (x86_64-pc-mingw64): regularize.
17343 2010-09-27 15:29 [ko1@a... ] Ruby:r29348 (trunk): * test/net/imap/test_imap.rb: resurrection of r29259.
17344 2010-09-27 15:29 [ko1@a... ] Ruby:r29349 (trunk): * 2010-09-27
17345 2010-09-27 15:58 [ko1@a... ] Ruby:r29350 (trunk): * test/net/http/test_https.rb: As always, localhost is not
17346 2010-09-27 23:47 [ko1@a... ] Ruby:r29351 (trunk): * insns.def (opt_case_dispatch), vm_insnhelper.c:
17349 2010-09-28 20:51 [ko1@a... ] Ruby:r29354 (trunk): * tool/config.sub (x64): regularize same as mswin.
17350 2010-09-29 10:29 [ko1@a... ] Ruby:r29355: * ext/*: svn:ignore
17351 2010-09-29 12:35 [ko1@a... ] Ruby:r29357 (trunk): * 2010-09-29
17352 2010-09-29 12:35 [ko1@a... ] Ruby:r29356 (trunk): * lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES): add Encoding.
17353 2010-09-29 12:35 [ko1@a... ] Ruby:r29358 (trunk): * ext/bigdecimal/bigdecimal.c (VPrint, VpToString): fix format.
17354 2010-09-29 12:37 [ko1@a... ] Ruby:r29359 (trunk): * ext/openssl/ossl_config.c (parse_config): remove dead declaration.
17355 2010-09-29 12:51 [ko1@a... ] Ruby:r29360 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2,
17356 2010-09-29 13:32 [ko1@a... ] Ruby:r29361 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode):
17357 2010-09-29 16:18 [ko1@a... ] Ruby:r29362 (trunk): * vm_dump.c (dump_thread): remove ununsed optional arguments.
17358 2010-09-29 17:55 [ko1@a... ] Ruby:r29363 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit):
17359 2010-09-29 17:55 [ko1@a... ] Ruby:r29364 (trunk): * ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):
17360 2010-09-29 18:38 [ko1@a... ] Ruby:r29365 (trunk): * tool/config.sub (x64): regularize only for pc vendor, and strip
17361 2010-09-29 21:10 [ko1@a... ] Ruby:r29366 (trunk): * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):
17362 2010-09-29 21:23 [ko1@a... ] Ruby:r29367 (ruby_1_9_2): merges r29040 from trunk into ruby_1_9_2.
17363 2010-09-29 21:23 [ko1@a... ] Ruby:r29368 (ruby_1_9_2): * 2010-09-29
17364 2010-09-29 21:25 [ko1@a... ] Ruby:r29369 (ruby_1_9_2): merges r29043 from trunk into ruby_1_9_2.
17365 2010-09-29 21:25 [ko1@a... ] Ruby:r29370 (ruby_1_9_2): merges r29044 from trunk into ruby_1_9_2.
17366 2010-09-29 21:25 [ko1@a... ] Ruby:r29371 (ruby_1_9_2): merges r29066 from trunk into ruby_1_9_2.
17367 2010-09-29 21:25 [ko1@a... ] Ruby:r29372 (ruby_1_9_2): merges r29068 from trunk into ruby_1_9_2.
17368 2010-09-29 21:26 [ko1@a... ] Ruby:r29373 (ruby_1_9_2): merges r29073 from trunk into ruby_1_9_2.
17369 2010-09-30 09:40 [ko1@a... ] Ruby:r29375 (trunk): * 2010-09-30
17370 2010-09-30 09:40 [ko1@a... ] Ruby:r29374 (trunk): * vm_dump.c (dump_thread): fixed wrong type of return value of
17371 2010-09-30 09:48 [ko1@a... ] Ruby:r29376 (trunk): * lib/uri/common.rb (URI.encode_www_form): change treatment of
17372 2010-09-30 10:57 [ko1@a... ] Ruby:r29377 (trunk): * hash.c (ruby_setenv): workaround for old Windows. a patch from
17373 2010-09-30 16:12 [ko1@a... ] Ruby:r29378 (trunk): * win32/win32.c (rb_w32_getenv): should return NULL if specified name
17374 2010-09-30 23:18 [ko1@a... ] Ruby:r29379 (trunk): * parse.y (command_asgn): allow command_call to be right hand side
17375 2010-10-01 15:12 [ko1@a... ] Ruby:r29381 (ruby_1_8): * 2010-10-01
17376 2010-10-01 15:12 [ko1@a... ] Ruby:r29380 (ruby_1_8): * ext/-test-/threadswitch/threadswitch_hook.c (event_hook,
17377 2010-10-01 15:14 [ko1@a... ] Ruby:r29382 (ruby_1_8): * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.
17378 2010-10-01 17:05 [ko1@a... ] Ruby:r29383 (ruby_1_8): * lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead of
17379 2010-10-01 17:11 [ko1@a... ] Ruby:r29384 (trunk): * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):
17380 2010-10-01 17:12 [ko1@a... ] Ruby:r29385 (trunk): * 2010-10-01
17382 2010-10-02 20:15 [ko1@a... ] Ruby:r29387 (ruby_1_9_2): * 2010-10-02
17383 2010-10-02 20:20 [ko1@a... ] Ruby:r29388 (ruby_1_9_2): merges r29076 from trunk into ruby_1_9_2.
17384 2010-10-02 20:20 [ko1@a... ] Ruby:r29389 (ruby_1_9_2): merges r29075 from trunk into ruby_1_9_2.
17385 2010-10-02 20:20 [ko1@a... ] Ruby:r29391 (ruby_1_9_2): merges r29101 from trunk into ruby_1_9_2.
17386 2010-10-02 20:20 [ko1@a... ] Ruby:r29390 (ruby_1_9_2): merges r29091 from trunk into ruby_1_9_2.
17387 2010-10-02 20:21 [ko1@a... ] Ruby:r29392 (ruby_1_9_2): merges r29102 from trunk into ruby_1_9_2. fixes #3743.
17388 2010-10-02 20:21 [ko1@a... ] Ruby:r29393 (ruby_1_9_2): merges r29113 from trunk into ruby_1_9_2.
17389 2010-10-02 23:03 [ko1@a... ] Ruby:r29394 (trunk): test/win32ole/test_thread.rb: add for win32ole with Thread.
17390 2010-10-02 23:03 [ko1@a... ] Ruby:r29395 (trunk): * 2010-10-02
17391 2010-10-03 18:30 [ko1@a... ] Ruby:r29396 (ruby_1_8): * parse.y (rb_intern): should check symbol table overflow.
17392 2010-10-03 19:44 [ko1@a... ] Ruby:r29397 (trunk): * configure.in (Makefile): get rid of duplicated ruby target when
17393 2010-10-03 19:44 [ko1@a... ] Ruby:r29398 (trunk): * 2010-10-03
17394 2010-10-03 20:45 [ko1@a... ] Ruby:r29399 (trunk): Change creating shortcut verb to 'Link' [Bug #3339]
17395 2010-10-03 20:47 [ko1@a... ] Ruby:r29400 (trunk): fix test/win32ole/test_folderitem2_invokeverb.rb
17396 2010-10-03 20:50 [ko1@a... ] Ruby:r29401 (trunk): add filename.
17397 2010-10-04 00:06 [ko1@a... ] Ruby:r29403 (trunk): * 2010-10-04
17398 2010-10-04 00:06 [ko1@a... ] Ruby:r29402 (trunk): * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365
17399 2010-10-04 07:06 [ko1@a... ] Ruby:r29404 (trunk): * Makefile.in (clean-rdoc): Don't use \ in variable expantion.
17400 2010-10-04 07:57 [ko1@a... ] Ruby:r29405 (trunk): * enc/unicode.c (onigenc_unicode_property_name_to_ctype):
[前][次][スレッド一覧][上]