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

ruby-changes:17401-17500

  17401 2010-10-04 08:00 [ko1@a...            ] Ruby:r29406 (trunk): * cont.c (fiber_memsize): Return size.
  17402 2010-10-04 09:33 [ko1@a...            ] Ruby:r29407 (trunk): * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new
  17403 2010-10-04 10:24 [ko1@a...            ] Ruby:r29408 (trunk): * random.c (rand_init): remove useless assignment.
  17404 2010-10-04 10:24 [ko1@a...            ] Ruby:r29409 (trunk): * random.c (rand_init): This checks the value is in 32bit or not,
  17405 2010-10-04 12:47 [ko1@a...            ] Ruby:r29410 (trunk): * parse.y (regexp): dregexp has literal string only at the head
  17406 2010-10-05 22:26 [ko1@a...            ] Ruby:r29411 (trunk): * win32/mkexports.rb: revert r29320 and r29402.
  17407 2010-10-05 22:26 [ko1@a...            ] Ruby:r29412 (trunk): * 2010-10-05       
  17409 2010-10-06 09:08 [ko1@a...            ] Ruby:r29413 (trunk): * vm_core.h: add missing prototypes.
  17410 2010-10-06 11:52 [ko1@a...            ] Ruby:r29415 (trunk): * io.c (fptr_finalize): write_mutex might have been destroyed
  17411 2010-10-06 12:30 [ko1@a...            ] Ruby:r29416 (trunk): * lib/uri/generic.rb (URI::Generic#hostname): new method.
  17412 2010-10-06 12:31 [ko1@a...            ] Ruby:r29417 (trunk): describe URI::Generic#hostname and URI::Generic#hostname=.
  17413 2010-10-06 12:32 [ko1@a...            ] Ruby:r29418 (trunk): describe the reporter.
  17414 2010-10-07 09:54 [ko1@a...            ] Ruby:r29419 (trunk): * vm_exec.c (vm_exec_core):  Treat clang as non gcc on this
  17415 2010-10-07 09:54 [ko1@a...            ] Ruby:r29420 (trunk): * 2010-10-07       
  17416 2010-10-07 18:10 [ko1@a...            ] Ruby:r29421 (ruby_1_8, trunk): * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend on
  17417 2010-10-08 00:31 [ko1@a...            ] Ruby:r29422 (trunk): * lib/csv.rb: Fixing documentation typos.  
  17418 2010-10-08 00:32 [ko1@a...            ] Ruby:r29423 (trunk): * 2010-10-08       
  17419 2010-10-08 10:52 [ko1@a...            ] Ruby:r29424 (ruby_1_8): * common.mk (RBCONFIG): depends on version.h due to
  17420 2010-10-08 10:52 [ko1@a...            ] Ruby:r29425 (trunk):                    
  17421 2010-10-08 10:54 [ko1@a...            ] Ruby:r29426 (trunk): * common.mk (RBCONFIG): depends on version.h due to
  17422 2010-10-09 08:16 [ko1@a...            ] Ruby:r29427 (trunk): * thread.c (rb_threadptr_remove_event_hook): fix typo.
  17423 2010-10-09 10:51 [ko1@a...            ] Ruby:r29428 (trunk): * thread.c (rb_threadptr_exec_event_hooks): suppress each event
  17424 2010-10-09 11:03 [ko1@a...            ] Ruby:r29429 (trunk): * thread.c (thread_reset_event_flags, exec_event_hooks): ignore
  17425 2010-10-09 16:15 [ko1@a...            ] Ruby:r29430 (trunk): fix typos          
  17426 2010-10-09 16:54 [ko1@a...            ] Ruby:r29431 (trunk): * configure.in (RSHIFT): quote to get rid of argument expansion
  17427 2010-10-10 05:33 [ko1@a...            ] Ruby:r29432 (trunk): * vm_core.h (rb_signal_buff_size, rb_signal_exec): moved
  17428 2010-10-10 10:20 [ko1@a...            ] Ruby:r29433 (trunk): * configure.in (RUBY_MINGW32): canonicalize as like mswin version.
  17429 2010-10-10 18:56 [ko1@a...            ] Ruby:r29434 (trunk): * lib/set.rb (Set#replace): Apply a bit of optimization.
  17430 2010-10-11 06:35 [ko1@a...            ] Ruby:r29435 (trunk): * io.c (rb_io_set_encoding): use rb_funcall2 when the io is not
  17431 2010-10-11 06:35 [ko1@a...            ] Ruby:r29436 (trunk): * 2010-10-11       
  17432 2010-10-11 07:00 [ko1@a...            ] Ruby:r29437 (trunk): * ext/stringio/stringio.c (strio_set_encoding):
  17433 2010-10-11 14:15 [ko1@a...            ] Ruby:r29438 (trunk): * error.c (syserr_initialize): set the encoding of Errno::*#message
  17434 2010-10-11 17:43 [ko1@a...            ] Ruby:r29439 (trunk): * error.c (syserr_initialize): use mesg's encoding when locale
  17435 2010-10-11 18:47 [ko1@a...            ] Ruby:r29440 (ruby_1_8): * parse.y (opt_block_arg): Allow a trailing comma at the end of
  17436 2010-10-11 18:48 [ko1@a...            ] Ruby:r29441 (ruby_1_8): * 2010-10-11    
  17437 2010-10-11 20:23 [ko1@a...            ] Ruby:r29442 (trunk): * lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the result
  17438 2010-10-12 10:40 [ko1@a...            ] Ruby:r29443 (trunk): * configure.in (RUBY_MINGW32): canonicalize only on mingw.
  17439 2010-10-12 12:22 [ko1@a...            ] Ruby:r29444 (trunk): * vm_dump.c (dump_thread): foolish mistake.
  17440 2010-10-12 14:14 [ko1@a...            ] Ruby:r29445 (trunk): * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit
  17441 2010-10-12 15:18 [ko1@a...            ] Ruby:r29446 (trunk): * numeric.c (rb_enc_uint_chr): split from int_chr.
  17442 2010-10-12 15:18 [ko1@a...            ] Ruby:r29447 (trunk): * io.c (rb_io_putc): support multibyte characters.
  17443 2010-10-12 15:37 [ko1@a...            ] Ruby:r29448 (trunk): * io.c (rb_io_ungetc): use unsigned int for GB18030.
  17444 2010-10-12 15:55 [ko1@a...            ] Ruby:r29449 (trunk): * win32/win32.c (rb_w32_strerror): unmap some range of errno for
  17445 2010-10-12 16:06 [ko1@a...            ] Ruby:r29450 (trunk): * win32/win32.c (rb_w32_strerror): get English message first, instead
  17446 2010-10-12 17:50 [ko1@a...            ] Ruby:r29451 (trunk): * numeric (check_uint): set MSB for negative value.
  17447 2010-10-12 17:56 [ko1@a...            ] Ruby:r29452 (trunk): * numeric (check_uint): the mask must refer to VALUE.
  17448 2010-10-12 18:29 [ko1@a...            ] Ruby:r29453 (trunk): * string.c (rb_str_concat): use unsigned int for GB18030.
  17449 2010-10-12 18:31 [ko1@a...            ] Ruby:r29454 (trunk): * io.c (rb_io_ungetc): always see Bignum. On 32bit valid value
  17450 2010-10-12 19:09 [ko1@a...            ] Ruby:r29455 (trunk): * error.c (syserr_initialize): taint message if mesg is given
  17451 2010-10-12 21:39 [ko1@a...            ] Ruby:r29456 (trunk): * error.c (exc_to_s): use OBJ_INFECT.
  17452 2010-10-12 22:25 [ko1@a...            ] Ruby:r29457 (trunk): * cont.c (fiber_setcontext): missing variable definition.
  17453 2010-10-12 22:42 [ko1@a...            ] Ruby:r29458 (trunk): * compile.c (iseq_compile_each): fix truncating cast.
  17454 2010-10-12 23:03 [ko1@a...            ] Ruby:r29459 (trunk): * gc.c (mark_current_machine_context): suppress warnings.
  17455 2010-10-12 23:12 [ko1@a...            ] Ruby:r29460 (trunk): * gc.c (obj_free, rb_objspace_call_finalizer): fix truncating
  17456 2010-10-12 23:35 [ko1@a...            ] Ruby:r29461 (trunk): * compile.c (iseq_build_body), insns.def (getglobal, setglobal),
  17457 2010-10-12 23:49 [ko1@a...            ] Ruby:r29462 (trunk): * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),
  17458 2010-10-12 23:54 [ko1@a...            ] Ruby:r29464 (trunk): * ext/socket/init.c (rsock_init_sock): conditionally used variable.
  17459 2010-10-12 23:54 [ko1@a...            ] Ruby:r29463 (trunk): * dln.c (rb_w32_check_imported): suppress warning.
  17460 2010-10-12 23:54 [ko1@a...            ] Ruby:r29465 (trunk): * numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.
  17461 2010-10-12 23:55 [ko1@a...            ] Ruby:r29466 (trunk): * vsnprintf.c (BSD_vfprintf): fix cast.
  17462 2010-10-12 23:59 [ko1@a...            ] Ruby:r29467 (trunk): * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):
  17463 2010-10-13 00:05 [ko1@a...            ] Ruby:r29468 (trunk): * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format
  17464 2010-10-13 00:10 [ko1@a...            ] Ruby:r29469 (trunk): * io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.
  17465 2010-10-13 00:19 [ko1@a...            ] Ruby:r29470 (trunk): * st.c (MurmurMagic): get rid of literal overflow.
  17466 2010-10-13 00:21 [ko1@a...            ] Ruby:r29471 (trunk): * ext/syck/rubyext.c (struct mktime_arg): constified.
  17467 2010-10-13 05:24 [ko1@a...            ] Ruby:r29472 (trunk): * missing/strchr.c: add strlen's prototype.
  17468 2010-10-13 05:54 [ko1@a...            ] Ruby:r29473 (trunk): Fix test; escape a backslash.
  17469 2010-10-13 06:04 [ko1@a...            ] Ruby:r29474 (trunk): Clean warnings.    
  17470 2010-10-13 09:31 [ko1@a...            ] Ruby:r29475 (trunk): Fix style for ruby-mode.el.
  17471 2010-10-13 10:55 [ko1@a...            ] Ruby:r29476 (trunk): * include/ruby/ruby.h (ruby_executable_node): missing prototype.
  17472 2010-10-13 11:04 [ko1@a...            ] Ruby:r29477 (trunk): * debug.c (ruby_set_debug_option): define always for binary
  17473 2010-10-13 12:10 [ko1@a...            ] Ruby:r29478 (trunk): * thread_win32.c (w32_error): get English message first, instead
  17475 2010-10-13 12:56 [ko1@a...            ] Ruby:r29480 (trunk): * numeric.c (rb_num_to_uint): added to check the range of arguments.
  17476 2010-10-13 15:04 [ko1@a...            ] Ruby:r29481 (trunk): * numeric.c (rb_num_to_uint): fix 32bit logic.
  17477 2010-10-13 19:30 [ko1@a...            ] Ruby:r29482 (trunk): * vm.c (ruby_vm_destruct): This function type was wrong; correct to the prototype.
  17478 2010-10-13 21:13 [ko1@a...            ] Ruby:r29483 (trunk): * numeric.c (int_chr): raise error when the value is negative.
  17479 2010-10-13 22:39 [ko1@a...            ] Ruby:r29484 (trunk): * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibyte
  17480 2010-10-13 22:55 [ko1@a...            ] Ruby:r29485 (trunk): * insns.def (opt_case_dispatch): use st_data_t.
  17481 2010-10-13 22:56 [ko1@a...            ] Ruby:r29486 (trunk): * numeric.c (check_uint): get rid of overflow on LLP64 platforms.
  17482 2010-10-13 23:07 [ko1@a...            ] Ruby:r29487 (trunk): * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers.
  17483 2010-10-13 23:08 [ko1@a...            ] Ruby:r29488 (trunk): * vm_dump.c (dump_thread): suppress a warning.
  17484 2010-10-13 23:17 [ko1@a...            ] Ruby:r29489 (trunk): * tool/enc-unicode.rb: get rid of lots of warnings.
  17485 2010-10-14 04:17 [ko1@a...            ] Ruby:r29490 (trunk): * numeric.c (ruby_float_step): fix Numeric#step with infinity unit
  17486 2010-10-14 04:17 [ko1@a...            ] Ruby:r29491 (trunk): * 2010-10-14       
  17487 2010-10-14 07:22 [ko1@a...            ] Ruby:r29492 (trunk): * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),
  17488 2010-10-14 08:10 [ko1@a...            ] Ruby:r29493 (trunk): * file.c (DEVT2NUM): added. Size of dev_t is depend on the
  17489 2010-10-14 09:09 [ko1@a...            ] Ruby:r29494 (trunk): Refix for r29493; it is unsigned.
  17490 2010-10-14 20:56 [ko1@a...            ] Ruby:r29495 (trunk): * ext/win32ole/win32ole.c (reg_get_val): expand environment in
  17491 2010-10-14 22:14 [ko1@a...            ] Ruby:r29496 (trunk): * pack.c (pack_pack): support endian modifiers: < and >.
  17492 2010-10-14 22:19 [ko1@a...            ] Ruby:r29497 (trunk): * insns.def, iseq.c, vm_insnhelper.c: rename variable name
  17493 2010-10-14 23:26 [ko1@a...            ] Ruby:r29498 (trunk): test/win32ole/test_folderitem2_invokeverb.rb: refactoring.
  17494 2010-10-15 16:35 [ko1@a...            ] Ruby:r29499 (trunk): Add missing i, I description.
  17496 2010-10-15 16:42 [ko1@a...            ] Ruby:r29501 (trunk): * pack.c (pack_pack): fix more than one modifiers appear in the
  17497 2010-10-15 17:28 [ko1@a...            ] Ruby:r29502 (trunk): * sprintf.c (rb_str_format): fix: sprintf with hex format and
  17498 2010-10-15 17:28 [ko1@a...            ] Ruby:r29503 (trunk): * pack.c (pack_pack): simplify comparison of explicit_endian
  17499 2010-10-15 17:32 [ko1@a...            ] Ruby:r29504 (trunk): Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"
  17500 2010-10-15 20:33 [ko1@a...            ] Ruby:r29505 (trunk): * configure.in (dev_t): use RUBY_REPLACE_TYPE.

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