[前][次][番号順一覧][上]

ruby-changes:18401-18500

  18401 2010-12-29 20:37 [ko1@a...            ] Ruby:r30424 (trunk): * ext/extmk.rb: strip current directory prefix.
  18402 2010-12-29 21:22 [ko1@a...            ] Ruby:r30425 (trunk): * io.c (maygvl_copy_stream_wait_readwrite): define if USE_SENDFILE
  18403 2010-12-30 11:50 [ko1@a...            ] Ruby:r30427 (trunk): * 2010-12-30       
  18404 2010-12-30 11:50 [ko1@a...            ] Ruby:r30426 (trunk): * sprintf.c: parenthesize macro arguments.
  18405 2010-12-30 11:58 [ko1@a...            ] Ruby:r30428 (trunk): update doc.        
  18406 2010-12-30 20:06 [ko1@a...            ] Ruby:r30429 (trunk): * Makefile.in: Kill ugly line continuation.
  18407 2010-12-30 20:18 [ko1@a...            ] Ruby:r30430 (trunk): * Makefile.in: Check V=1 argument if run "make clean" or similar.
  18408 2010-12-30 20:22 [ko1@a...            ] Ruby:r30431 (trunk):                    
  18409 2010-12-30 23:17 [ko1@a...            ] Ruby:r30432 (trunk): * vm.c (vm_define_method): guard iseq from GC while method definition.
  18410 2010-12-31 03:03 [ko1@a...            ] Ruby:r30433 (trunk): * Makefile.in: remove unnecessary semicolons.
  18411 2010-12-31 03:03 [ko1@a...            ] Ruby:r30434 (trunk): * 2010-12-31       
  18412 2010-12-31 04:05 [ko1@a...            ] Ruby:r30435 (trunk): * vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.
  18413 2010-12-31 10:28 [ko1@a...            ] Ruby:r30436 (trunk): * st.c: parenthesize macro arguments.
  18414 2010-12-31 11:20 [ko1@a...            ] Ruby:r30437 (trunk): * ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the result
  18415 2010-12-31 11:47 [ko1@a...            ] Ruby:r30438 (trunk): * configure.in (warnflags), lib/mkmf.rb (configuration): turn
  18416 2010-12-31 12:02 [ko1@a...            ] Ruby:r30439 (trunk): * enum.c (enum_sort_by): use less temporary objects.
  18417 2011-01-01 04:26 [ko1@a...            ] Ruby:r30440 (trunk): * win32/win32.c (rb_w32_write_console): don't raise exception when
  18418 2011-01-01 04:26 [ko1@a...            ] Ruby:r30441 (trunk): * 2011-01-01       
  18419 2011-01-01 10:52 [ko1@a...            ] Ruby:r30442 (trunk): add a test.        
  18420 2011-01-01 10:59 [ko1@a...            ] Ruby:r30443 (trunk, ruby_1_8): * intern.h (VALUE rb_ary_join): I have never seen this function
  18421 2011-01-01 11:09 [ko1@a...            ] Ruby:r30444 (trunk): * NEWS (optparse): shell completion support.
  18422 2011-01-01 11:10 [ko1@a...            ] Ruby:r30445 (trunk): * ext/zlib/zlib.c: take care of platforms where long is bigger
  18423 2011-01-01 11:45 [ko1@a...            ] Ruby:r30446 (trunk): * strftime.c: parenthesize macro arguments.
  18424 2011-01-01 12:02 [ko1@a...            ] Ruby:r30447 (trunk): fix a typo         
  18425 2011-01-05 10:13 [ko1@a...            ] Ruby:r30449 (trunk): * 2011-01-05       
  18427 2011-01-05 12:13 [ko1@a...            ] Ruby:r30450 (trunk): * Use _WIN32 rather than checking for windows.h.  Thanks Jon Forums!
  18428 2011-01-05 13:57 [ko1@a...            ] Ruby:r30451 (trunk): * SSL_shutdown should be called until the return value is non-zero:
  18429 2011-01-05 13:59 [ko1@a...            ] Ruby:r30452 (trunk): * lib/net/http.rb (Net::HTTP#get): A header hash given should not
  18430 2011-01-05 14:06 [ko1@a...            ] Ruby:r30453 (trunk): * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
  18431 2011-01-05 14:17 [ko1@a...            ] Ruby:r30454 (trunk): adding modified files to changelog, sorry folks!  :-(
  18432 2011-01-05 14:18 [ko1@a...            ] Ruby:r30455 (trunk): Error#to_s should ensure that the value returned is a string.
  18433 2011-01-05 14:23 [ko1@a...            ] Ruby:r30456 (trunk): * string.c: fix rdoc typo.
  18434 2011-01-05 19:09 [ko1@a...            ] Ruby:r30457 (ruby_1_8): * ext/socket/socket.c (make_addrinfo): skip IPv6 addresses when ruby
  18435 2011-01-05 19:09 [ko1@a...            ] Ruby:r30458 (ruby_1_8): * 2011-01-05    
  18436 2011-01-06 02:58 [ko1@a...            ] Ruby:r30459 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 output
  18437 2011-01-06 03:00 [ko1@a...            ] Ruby:r30460 (trunk): * 2011-01-06       
  18438 2011-01-06 04:50 [ko1@a...            ] Ruby:r30461 (trunk): * ChangeLog: fix typo.
  18439 2011-01-06 04:53 [ko1@a...            ] Ruby:r30462 (trunk): * vm.c (rb_vm_make_proc): fix indent.
  18440 2011-01-06 04:55 [ko1@a...            ] Ruby:r30463 (trunk): property.          
  18441 2011-01-06 05:03 [ko1@a...            ] Ruby:r30464 (trunk): * dln.c (init_funcname_len): ignore rest from first dot.
  18442 2011-01-06 05:11 [ko1@a...            ] Ruby:r30465 (trunk): * array.c (rb_ary_resize): new utility function.  
  18443 2011-01-06 05:13 [ko1@a...            ] Ruby:r30466 (trunk): * ChangeLog: commit miss.
  18444 2011-01-06 05:14 [ko1@a...            ] Ruby:r30467 (trunk): * ext/stringio/stringio.c (get_strio, strio_set_string)
  18445 2011-01-06 05:17 [ko1@a...            ] Ruby:r30468 (trunk): * enc/{emacs_mule,euc_jp}.c (code_to_mbc): suppress warnings.
  18446 2011-01-06 05:17 [ko1@a...            ] Ruby:r30469 (trunk): * random.c (random_rand): suppress a warning.
  18447 2011-01-06 05:26 [ko1@a...            ] Ruby:r30470 (trunk): * array.c (rb_ary_modify): export.
  18448 2011-01-06 05:49 [ko1@a...            ] Ruby:r30471 (trunk): * ext/-test-/array/resize/resize.c (Init_resize): renamed method
  18449 2011-01-06 09:18 [ko1@a...            ] Ruby:r30472 (trunk): * lib/mkmf.rb (configuration): fixing gsub when multiple error flags
  18450 2011-01-06 09:25 [ko1@a...            ] Ruby:r30473 (trunk): * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to the
  18451 2011-01-06 09:40 [ko1@a...            ] Ruby:r30474 (trunk): use require_relative instead of File.expand_path
  18452 2011-01-06 11:29 [ko1@a...            ] Ruby:r30475 (trunk): * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tags
  18453 2011-01-06 18:04 [ko1@a...            ] Ruby:r30476 (ruby_1_8): * win32/README.win32: Add byacc and sed to required commands list.
  18454 2011-01-06 18:04 [ko1@a...            ] Ruby:r30477 (ruby_1_8): * 2011-01-06    
  18455 2011-01-06 18:13 [ko1@a...            ] Ruby:r30478 (ruby_1_8): * win32/README.win32: fix the misunderstanding of previous commit.
  18456 2011-01-06 19:30 [ko1@a...            ] Ruby:r30479 (ruby_1_8): * ext/socket/{getaddrinfo,getnameinfo}.c: include winsock2.h only when
  18457 2011-01-06 20:58 [ko1@a...            ] Ruby:r30480 (trunk): * lib/mkmf.rb (create_makefile): ignore rest from first dot from
  18458 2011-01-07 00:38 [ko1@a...            ] Ruby:r30481 (trunk): * string.c: parenthesize macro arguments.
  18459 2011-01-07 00:39 [ko1@a...            ] Ruby:r30482 (trunk): * 2011-01-07       
  18460 2011-01-07 09:17 [ko1@a...            ] Ruby:r30483 (trunk): * bignum.c (bigmul1_karatsuba): avoid overflow that make assertion
  18461 2011-01-07 21:54 [ko1@a...            ] Ruby:r30484 (trunk): * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): highlight
  18462 2011-01-07 21:57 [ko1@a...            ] Ruby:r30485 (trunk): * misc/ruby-mode.el (ruby-mode-variables), misc/ruby-style.el:
  18463 2011-01-07 22:08 [ko1@a...            ] Ruby:r30486 (trunk): property.          
  18464 2011-01-07 23:08 [ko1@a...            ] Ruby:r30487 (trunk): * lib/mkmf.rb (configuration): backref needs to capture.
  18465 2011-01-08 01:32 [ko1@a...            ] Ruby:r30488 (trunk): reverting r30451 until I can figure out what is wrong.
  18466 2011-01-08 01:32 [ko1@a...            ] Ruby:r30489 (trunk): * 2011-01-08       
  18467 2011-01-08 19:29 [ko1@a...            ] Ruby:r30490 (trunk): * thread.c: parenthesize macro arguments.
  18468 2011-01-08 19:51 [ko1@a...            ] Ruby:r30491 (trunk): update doc.        
  18469 2011-01-08 20:52 [ko1@a...            ] Ruby:r30492 (trunk): * pack.c (swapd): remove duplicated code.
  18470 2011-01-08 21:28 [ko1@a...            ] Ruby:r30493 (trunk): * pack.c (swapf): compilation condition simplified.
  18471 2011-01-08 21:48 [ko1@a...            ] Ruby:r30494 (trunk): * enum.c (enum_sort_by): use rb_ary_resize.
  18472 2011-01-08 22:08 [ko1@a...            ] Ruby:r30495 (trunk): fix spaces.        
  18473 2011-01-09 14:54 [ko1@a...            ] Ruby:r30497 (trunk): * 2011-01-09       
  18474 2011-01-09 14:54 [ko1@a...            ] Ruby:r30496 (trunk): * ext/readline/readline.c: apply a patch from Nobuyoshi Nakada.
  18475 2011-01-09 16:39 [ko1@a...            ] Ruby:r30498 (trunk): * lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):
  18476 2011-01-09 16:39 [ko1@a...            ] Ruby:r30499 (trunk): * io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too.
  18477 2011-01-09 20:39 [ko1@a...            ] Ruby:r30500 (trunk): * transcode.c: parenthesize macro arguments.
  18478 2011-01-10 07:44 [ko1@a...            ] Ruby:r30502 (trunk): * 2011-01-10       
  18479 2011-01-10 07:44 [ko1@a...            ] Ruby:r30501 (trunk): fix typo           
  18480 2011-01-10 07:44 [ko1@a...            ] Ruby:r30503 (trunk): * misc/README: mention rdoc-mode.el and ruby-style.el.
  18481 2011-01-10 11:24 [ko1@a...            ] Ruby:r30504 (trunk): * util.c: parenthesize macro arguments.
  18482 2011-01-10 13:51 [ko1@a...            ] Ruby:r30505 (trunk): * misc/rdoc-mode.el (rdoc-mode): show trailing whitespace.
  18483 2011-01-10 14:37 [ko1@a...            ] Ruby:r30506 (trunk): * test/ruby/test_method.rb (TestMethod#test_define_method): method
  18484 2011-01-10 21:35 [ko1@a...            ] Ruby:r30507 (trunk): * common.mk (showflags): show LD commands.
  18485 2011-01-10 22:46 [ko1@a...            ] Ruby:r30508 (trunk): * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is case
  18486 2011-01-11 13:09 [ko1@a...            ] Ruby:r30509 (trunk): * array.c (rb_ary_resize): should care of embeded array when extending
  18487 2011-01-11 13:09 [ko1@a...            ] Ruby:r30510 (trunk): * 2011-01-11       
  18488 2011-01-11 15:35 [ko1@a...            ] Ruby:r30511 (trunk): fix typos          
  18489 2011-01-11 20:34 [ko1@a...            ] Ruby:r30512 (trunk): * variable.c: parenthesize macro arguments.
  18490 2011-01-11 20:34 [ko1@a...            ] Ruby:r30513 (trunk): fix spaces.        
  18491 2011-01-12 08:37 [ko1@a...            ] Ruby:r30514 (trunk): * hash.c (hash_i): return different values for inverse hash.
  18492 2011-01-12 08:37 [ko1@a...            ] Ruby:r30515 (trunk): * 2011-01-12       
  18493 2011-01-12 09:39 [ko1@a...            ] Ruby:r30516 (trunk): * test/webrick/test_cgi.rb: Removes usage of deprecated
  18494 2011-01-12 11:37 [ko1@a...            ] Ruby:r30517 (trunk): * addr2line.c: OpenBSD uses the elf_abi.h header file instead of the
  18495 2011-01-12 15:54 [ko1@a...            ] Ruby:r30518 (trunk): * README.EXT.ja (rb_ensure): typo.
  18496 2011-01-12 16:26 [ko1@a...            ] Ruby:r30519 (trunk): * ext/readline/extconf.rb: new checks for RL_PROMPT_START_IGNORE
  18497 2011-01-12 16:26 [ko1@a...            ] Ruby:r30520 (trunk): * lib/net/http.rb (Net::HTTP#connect): makes it timeout during
  18498 2011-01-12 19:27 [ko1@a...            ] Ruby:r30521 (trunk): * enum.c (sort_by_i): reenter check more strictly.
  18499 2011-01-12 19:40 [ko1@a...            ] Ruby:r30522 (trunk): * vm.c (thread_free): reset ruby_current_thread if it points the
  18500 2011-01-12 19:40 [ko1@a...            ] Ruby:r30523 (trunk): update comment.    

[前][次][番号順一覧][上]