[前][次][スレッド一覧][上]
ruby-changes:22301-22400
22301 2012-01-21 21:57 [ko1@a... ] naruse:r34350 (trunk): * encoding.c (rb_enc_compatible): fix segv on symbols.
22302 2012-01-21 22:21 [ko1@a... ] nobu:r34351 (trunk): * include/ruby/ruby.h (FIXNUM_P): simple flag should be int.
22303 2012-01-22 15:23 [ko1@a... ] nobu:r34352 (trunk): * parse.y (rb_intern3, rb_intern_str): check the coderange first.
22304 2012-01-22 15:24 [ko1@a... ] svn:r34353 (trunk): * 2012-01-22
22305 2012-01-22 15:44 [ko1@a... ] nobu:r34354 (trunk): * parse.y (rb_intern3): split to registration check and new
22306 2012-01-23 00:56 [ko1@a... ] knu:r34355 (trunk): * misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
22307 2012-01-23 00:56 [ko1@a... ] svn:r34356 (trunk): * 2012-01-23
22308 2012-01-23 10:09 [ko1@a... ] mrkn:r34357 (trunk): * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):
22309 2012-01-23 16:59 [ko1@a... ] naruse:r34358 (trunk): * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specified
22310 2012-01-23 16:59 [ko1@a... ] naruse:r34359 (trunk): * io.c (extract_binmode): raise an exception if binmode/textmode
22311 2012-01-23 17:13 [ko1@a... ] naruse:r34360 (trunk): * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of
22312 2012-01-23 18:19 [ko1@a... ] naruse:r34361 (ruby_1_9_3): merge revision(s) r34350:
22313 2012-01-23 21:25 [ko1@a... ] shyouhei:r34362 (trunk): Writing entire packet at once to avoid incomplete transmission
22314 2012-01-23 21:25 [ko1@a... ] shyouhei:r34363 (trunk): ChangeLog added.
22315 2012-01-24 11:52 [ko1@a... ] naruse:r34364 (trunk): * lib/uri/common.rb (URI.encode_www_form_component): initialize on
22316 2012-01-24 11:52 [ko1@a... ] svn:r34365 (trunk): * 2012-01-24
22317 2012-01-24 13:01 [ko1@a... ] naruse:r34366 (trunk): Additional test for r34358.
22318 2012-01-24 13:02 [ko1@a... ] matz:r34367 (trunk): * object.c (rb_Hash): add Kernel#Hash conversion method like
22319 2012-01-24 13:29 [ko1@a... ] nobu:r34368 (trunk): * object.c (rb_Hash): trivial optimization.
22320 2012-01-24 14:21 [ko1@a... ] nobu:r34369 (trunk): * vm.c (rb_iter_break_value): new function to break a block with
22321 2012-01-24 15:28 [ko1@a... ] nobu:r34370 (trunk): * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().
22322 2012-01-24 16:21 [ko1@a... ] nobu:r34371 (trunk): * object.c (rb_Hash): fix mixed declaration and code.
22323 2012-01-25 11:32 [ko1@a... ] nobu:r34372 (trunk): * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
22324 2012-01-25 11:32 [ko1@a... ] svn:r34373 (trunk): * 2012-01-25
22325 2012-01-25 11:40 [ko1@a... ] nobu:r34374 (trunk): * file.c (rmext): no extension to strip if empty string.
22326 2012-01-25 15:23 [ko1@a... ] nobu:r34375 (trunk): * file.c (rb_file_s_basename): ignore non-ascii extension in
22327 2012-01-26 03:24 [ko1@a... ] nobu:r34376 (trunk): * ext/io/console/console.c (io_getch): default delegating method
22328 2012-01-26 03:24 [ko1@a... ] svn:r34377 (trunk): * 2012-01-26
22329 2012-01-26 12:04 [ko1@a... ] drbrain:r34378 (trunk): * lib/matrix.rb: Clean up extra whitespace in output documentation.
22330 2012-01-26 16:10 [ko1@a... ] knu:r34379 (ruby_1_8): Forward port r34151 from ruby_1_8_7.
22331 2012-01-26 16:10 [ko1@a... ] svn:r34380 (ruby_1_8): * 2012-01-26
22332 2012-01-27 16:32 [ko1@a... ] nobu:r34381 (trunk): * gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculate
22333 2012-01-27 16:32 [ko1@a... ] svn:r34382 (trunk): * 2012-01-27
22334 2012-01-27 16:35 [ko1@a... ] nobu:r34383 (trunk): * common.mk (test-ruby): pass TESTS for options.
22335 2012-01-28 05:53 [ko1@a... ] svn:r34385 (trunk): * 2012-01-28
22336 2012-01-28 05:53 [ko1@a... ] nobu:r34384 (trunk, ruby_1_9_3): * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
22337 2012-01-28 05:54 [ko1@a... ] svn:r34386 (ruby_1_9_3): * 2012-01-28
22338 2012-01-28 09:51 [ko1@a... ] shirosaki:r34387 (trunk): * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): set
22339 2012-01-28 09:51 [ko1@a... ] shirosaki:r34388 (trunk): * thread_win32.c (rb_w32_wait_events_blocking): use
22340 2012-01-28 09:51 [ko1@a... ] shirosaki:r34389 (trunk): * test/ruby/test_thread.rb
22341 2012-01-28 09:52 [ko1@a... ] shirosaki:r34390 (trunk): * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn't
22342 2012-01-30 09:25 [ko1@a... ] nobu:r34391 (trunk): * ext/readline/readline.c (readline_attempted_completion_function):
22343 2012-01-30 09:25 [ko1@a... ] svn:r34392 (trunk): * 2012-01-29
22344 2012-01-30 09:30 [ko1@a... ] kanemoto:r34393 (trunk): Updated these files to detect AIX 7.
22345 2012-01-30 10:00 [ko1@a... ] naruse:r34394 (trunk): Skip test if locale is not Japanese nor UTF-8.
22346 2012-01-30 10:40 [ko1@a... ] svn:r34396 (trunk): * 2012-01-30
22347 2012-01-30 10:40 [ko1@a... ] usa:r34395 (trunk): * test/irb/test_completion.rb: skip if cannot load irb/completion
22348 2012-01-30 12:32 [ko1@a... ] usa:r34397 (trunk): * file.c (append_fspath): need to set the encoding to result always.
22349 2012-01-30 14:37 [ko1@a... ] nobu:r34398 (trunk): * test/readline/test_readline.rb (test_completion_encoding): test on more locales.
22350 2012-01-30 19:08 [ko1@a... ] nobu:r34399 (trunk): * vm_eval.c (vm_call0): should pass block to enumerators. patched
22351 2012-01-31 06:48 [ko1@a... ] nobu:r34400 (trunk): * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.
22352 2012-01-31 06:50 [ko1@a... ] svn:r34401 (trunk): * 2012-01-31
22353 2012-01-31 14:27 [ko1@a... ] nobu:r34402 (trunk): * test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pid
22354 2012-01-31 14:30 [ko1@a... ] nobu:r34403 (trunk): * test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt): suppress interrupt message.
22355 2012-01-31 21:37 [ko1@a... ] nari:r34404 (trunk): * configure.in (HEAP_ALIGN_LOG): HEAP_ALIGN_LOG should be page
22356 2012-02-01 04:10 [ko1@a... ] tenderlove:r34405 (ruby_1_9_3): merging r34364 from trunk to ruby_1_9_3
22357 2012-02-01 04:10 [ko1@a... ] svn:r34406 (ruby_1_9_3): * 2012-02-01
22358 2012-02-01 04:11 [ko1@a... ] tenderlove:r34407 (ruby_1_9_2): merging r34364 from trunk into ruby_1_9_2
22359 2012-02-01 04:11 [ko1@a... ] svn:r34408 (ruby_1_9_2): * 2012-02-01
22360 2012-02-01 06:39 [ko1@a... ] nobu:r34409 (trunk): * io.c (argf_close): skip stdin, which should be readable again.
22362 2012-02-01 09:51 [ko1@a... ] nobu:r34411 (ruby_1_9_3, trunk, ruby_1_9_2): * doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalion
22363 2012-02-01 10:51 [ko1@a... ] nobu:r34412 (trunk): * test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test committed accidentally.
22364 2012-02-02 01:12 [ko1@a... ] knu:r34413 (trunk): * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
22365 2012-02-02 01:12 [ko1@a... ] svn:r34414 (trunk): * 2012-02-02
22366 2012-02-02 01:28 [ko1@a... ] mame:r34415 (trunk): * parse.y (debug_lines, coverage): set file path encoding for coverage
22367 2012-02-02 16:22 [ko1@a... ] usa:r34416 (trunk): * test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debug
22368 2012-02-02 17:53 [ko1@a... ] naruse:r34417 (trunk): * io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.
22369 2012-02-02 20:54 [ko1@a... ] akr:r34418 (trunk): update doc.
22370 2012-02-02 21:42 [ko1@a... ] kou:r34419 (trunk): * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:
22371 2012-02-02 21:48 [ko1@a... ] kou:r34420 (trunk): * lib/rexml/parsers/baseparser.rb: use meaningful name.
22372 2012-02-03 00:55 [ko1@a... ] kazu:r34421 (trunk): * test/net/http/test_https_proxy.rb
22373 2012-02-03 00:55 [ko1@a... ] svn:r34422 (trunk): * 2012-02-03
22374 2012-02-03 07:54 [ko1@a... ] drbrain:r34423 (trunk): * ext/openssl/ossl_x509store.c: Add class documentation for
22375 2012-02-03 08:17 [ko1@a... ] drbrain:r34424 (trunk): * lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy.
22376 2012-02-03 10:12 [ko1@a... ] naruse:r34425 (ruby_1_9_3): merge revision(s) r34038,34099:
22377 2012-02-03 16:20 [ko1@a... ] naruse:r34426 (ruby_1_9_3): merge revision(s) 34040,34051,34063,34389,34402,34403:
22378 2012-02-04 22:12 [ko1@a... ] kazu:r34427 (trunk): add ML ref
22379 2012-02-04 22:12 [ko1@a... ] svn:r34428 (trunk): * 2012-02-04
22380 2012-02-05 12:35 [ko1@a... ] yugui:r34429 (ruby_1_9_2): merges r32347 from trunk into ruby_1_9_2.
22381 2012-02-05 12:35 [ko1@a... ] svn:r34431 (ruby_1_9_2): * 2012-02-05
22382 2012-02-05 12:35 [ko1@a... ] yugui:r34430 (ruby_1_9_2): merges r32349 from trunk into ruby_1_9_2.
22383 2012-02-06 00:07 [ko1@a... ] naruse:r34432 (ruby_1_9_3): merge revision(s) 34306:
22384 2012-02-06 00:18 [ko1@a... ] naruse:r34433 (trunk): * encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd string
22385 2012-02-06 00:18 [ko1@a... ] svn:r34434 (trunk): * 2012-02-06
22386 2012-02-06 16:25 [ko1@a... ] usa:r34435 (ruby_1_9_3): merge revision(s) 33603:
22387 2012-02-06 16:36 [ko1@a... ] usa:r34436 (ruby_1_9_3): merge revision(s) 33667:
22388 2012-02-06 16:37 [ko1@a... ] usa:r34437 (ruby_1_9_3): merge revision(s) 33691,33692
22389 2012-02-06 16:39 [ko1@a... ] usa:r34438 (ruby_1_9_3): merge rivision(s) 33685:
22390 2012-02-06 20:32 [ko1@a... ] naruse:r34439 (ruby_1_9_3): merge revision(s) 34072,34075,34082:
22391 2012-02-06 20:35 [ko1@a... ] naruse:r34440 (ruby_1_9_3): merge revision(s) 34335,34337: [Backport #5907]
22392 2012-02-06 20:39 [ko1@a... ] naruse:r34441 (ruby_1_9_3): merge revision(s) 33603: [Backport #5533] [Backport #5911]
22393 2012-02-06 21:12 [ko1@a... ] naruse:r34442 (ruby_1_9_3): merge revision(s) 33956,33960,33961,33962:
22394 2012-02-06 21:12 [ko1@a... ] naruse:r34443 (ruby_1_9_3): merge revision(s) 34232:
22395 2012-02-06 21:22 [ko1@a... ] naruse:r34444 (ruby_1_9_3): merge revision(s) 33784:
22396 2012-02-06 21:27 [ko1@a... ] naruse:r34445 (ruby_1_9_3): merge revision(s) 33691,33692:
22397 2012-02-06 21:30 [ko1@a... ] naruse:r34446 (ruby_1_9_3): merge revision(s) 34335,34337:
22398 2012-02-06 21:32 [ko1@a... ] naruse:r34447 (ruby_1_9_3): merge revision(s) 34232:
22399 2012-02-06 21:53 [ko1@a... ] naruse:r34448 (ruby_1_9_3): merge revision(s) 33886: [Backport #5682]
22400 2012-02-06 21:56 [ko1@a... ] naruse:r34449 (trunk): * tool/merger.rb: abort if the working directory is dirty.
[前][次][スレッド一覧][上]