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

ruby-changes:20401-20500

  20401 2011-07-08 14:37 [ko1@a...            ] usa:r32449 (trunk): * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.
  20402 2011-07-08 14:40 [ko1@a...            ] nari:r32450 (trunk): * configure.in: can't subtract void *.
  20403 2011-07-08 14:42 [ko1@a...            ] usa:r32451 (trunk): * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenly
  20404 2011-07-08 15:03 [ko1@a...            ] usa:r32452 (trunk): * ext/openssl/ossl.h: include openssl/e_os2.h before checking the
  20405 2011-07-08 15:53 [ko1@a...            ] nobu:r32453 (trunk): * error.c (rb_bug): get rid of segfault after all threads
  20406 2011-07-08 16:01 [ko1@a...            ] nobu:r32454 (trunk): * thread.c (cmp_tv, subtract_tv): no longer used on Win32.
  20407 2011-07-08 16:01 [ko1@a...            ] nobu:r32455 (trunk): * ext/json/parser/prereq.mk: remove trailing spaces.
  20408 2011-07-08 16:39 [ko1@a...            ] nobu:r32456 (trunk): * common.mk: add dependencies for EXT_SRCS.
  20409 2011-07-08 16:39 [ko1@a...            ] nobu:r32457 (trunk): * ext/json/parser/parser.rl (convert_encoding): no needs to use
  20410 2011-07-08 16:40 [ko1@a...            ] nobu:r32458 (trunk): * ext/json/parser/parser.rl (convert_encoding): should not modify
  20411 2011-07-08 18:01 [ko1@a...            ] nobu:r32460 (trunk): * ext/json/{generator/generator.c,parser/parser.rl}: fix indent.
  20412 2011-07-08 18:01 [ko1@a...            ] nobu:r32459 (trunk): * ext/json/parser/parser.rl (JSON_parse_object): add missing parens.
  20413 2011-07-08 21:23 [ko1@a...            ] naruse:r32461 (trunk): * addr2line.c: use USE_ELF instead of __ELF__ because Solaris
  20414 2011-07-09 08:37 [ko1@a...            ] nobu:r32462 (trunk): * io.c (rb_io_close): close(2) on a fd which is being read by
  20415 2011-07-09 08:37 [ko1@a...            ] svn:r32463 (trunk): * 2011-07-09        
  20416 2011-07-09 08:40 [ko1@a...            ] nobu:r32464 (trunk): * common.mk (RUN_OPT): disable gems.
  20417 2011-07-09 09:21 [ko1@a...            ] drbrain:r32465 (trunk): * io.c:  Note that methods other than IO#gets may increase IO#lineno.
  20418 2011-07-09 09:25 [ko1@a...            ] drbrain:r32466 (trunk): * enumerator.c:  Remove "enumeration sequenced by".
  20419 2011-07-09 11:41 [ko1@a...            ] marcandRe: r32467 (trunk): * lib/matrix.rb: Add Vector#normalize 
  20420 2011-07-09 13:18 [ko1@a...            ] kosaki:r32468 (trunk): comment clarification. Only Leopard or earlier has ENOTSUPP
  20421 2011-07-09 14:32 [ko1@a...            ] xibbar:r32469 (trunk): * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]
  20422 2011-07-09 15:59 [ko1@a...            ] nobu:r32470 (trunk): * win32/win32.c (rb_w32_{read,write}): should be signed.
  20423 2011-07-09 16:54 [ko1@a...            ] nobu:r32471 (trunk): * numeric.c (ULLONG_MAX): fallback definition.
  20424 2011-07-09 16:56 [ko1@a...            ] nobu:r32472 (trunk): * atomic.h (ATOMIC_OR): _InterlockedOr is unavailable in VC6.
  20425 2011-07-09 17:19 [ko1@a...            ] tadf:r32473 (trunk): * ext/date/date_core.c: some improvements for performance.
  20426 2011-07-09 17:25 [ko1@a...            ] tadf:r32474 (trunk): * NEWS: bigdecimal is not a builtin.
  20427 2011-07-09 19:51 [ko1@a...            ] tadf:r32475 (trunk): * internal.h: added declarations.
  20428 2011-07-09 20:06 [ko1@a...            ] tadf:r32476 (trunk): * internal.h: rb_rational_reciprocal is defined in rational.c.
  20429 2011-07-09 20:12 [ko1@a...            ] yugui:r32477 (ruby_1_9_2): * ext/tk/extconf.rb: I gave up to fix the build issue of ext/tk with Windows
  20430 2011-07-09 20:12 [ko1@a...            ] svn:r32478 (ruby_1_9_2): * 2011-07-09   
  20431 2011-07-10 04:11 [ko1@a...            ] naruse:r32479 (trunk): Remove duplicated definition.
  20432 2011-07-10 04:11 [ko1@a...            ] svn:r32480 (trunk): * 2011-07-10        
  20433 2011-07-10 09:13 [ko1@a...            ] drbrain:r32481 (trunk): * NEWS:  Fix RubyGems version.  [Ruby 1.9 - Bug #5004]
  20434 2011-07-10 09:47 [ko1@a...            ] tarui:r32482 (trunk): * range.c (range_max): fix behavior with excluded end value.
  20435 2011-07-10 11:42 [ko1@a...            ] mame:r32483 (trunk): * parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not be
  20436 2011-07-10 12:12 [ko1@a...            ] mame:r32484 (trunk): * compile.c (when_vals): when a string literal is written on when
  20437 2011-07-10 12:20 [ko1@a...            ] mrkn:r32485 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integral
  20438 2011-07-10 14:19 [ko1@a...            ] ko1:r32486 (trunk): * internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl):
  20439 2011-07-10 14:59 [ko1@a...            ] tadf:r32487 (trunk): * ext/date/date_core.c: canonicalizes nth and sf.
  20440 2011-07-10 15:11 [ko1@a...            ] sorah:r32488 (trunk): * lib/test/unit/assertions.rb: Import documentation patch by Justin
  20441 2011-07-10 15:32 [ko1@a...            ] mrkn:r32489 (trunk): * load.c (rb_f_autoload): prevent to autoload for singleton
  20442 2011-07-10 16:12 [ko1@a...            ] kosaki:r32490 (trunk): * signal.c (sigsegv): use abort() instead of exit() when nested
  20443 2011-07-10 16:17 [ko1@a...            ] kosaki:r32491 (trunk): add a ticket number.
  20444 2011-07-10 16:46 [ko1@a...            ] kosaki:r32492 (trunk): * vm_core.h (typedef struct rb_vm_struct): create a new
  20445 2011-07-10 17:01 [ko1@a...            ] naruse:r32493 (trunk): * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).
  20446 2011-07-10 17:29 [ko1@a...            ] kosaki:r32494 (trunk): * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of
  20447 2011-07-10 18:04 [ko1@a...            ] ko1:r32495 (trunk): * vm_insnhelper.c (vm_throw): check a class frame.
  20448 2011-07-10 21:19 [ko1@a...            ] sorah:r32496 (trunk): * lib/test/unit.rb: Add new class variable `@@testfile_prefix`.
  20449 2011-07-10 21:52 [ko1@a...            ] ko1:r32497 (trunk): * internal.h: add comments (cautions).
  20450 2011-07-10 22:38 [ko1@a...            ] nobu:r32498 (trunk): * parse.y (var_ref): distinguish vcall from local variable
  20451 2011-07-10 22:59 [ko1@a...            ] nobu:r32499 (trunk): * process.c (rb_exec_arg_addopt): fix preprocess condition.
  20452 2011-07-10 23:05 [ko1@a...            ] mrkn:r32500 (trunk): * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fix
  20453 2011-07-10 23:09 [ko1@a...            ] yugui:r32501: Release branch of Ruby 1.9.3.
  20454 2011-07-10 23:31 [ko1@a...            ] yugui:r32502 (trunk): * version.h (RUBY_VERSION): ruby_1_9_3 branch was forked.
  20455 2011-07-10 23:54 [ko1@a...            ] yugui:r32503 (trunk): * docs/NEWS-1.9.3: moved from NEWS.
  20456 2011-07-10 23:59 [ko1@a...            ] yugui:r32504 (ruby_1_9_3): reverted Module#mix -- r31873, r31917 and r31918.
  20457 2011-07-10 23:59 [ko1@a...            ] yugui:r32505 (ruby_1_9_3): * version.h: 1.9.3 is no longer trunk.
  20458 2011-07-11 00:40 [ko1@a...            ] mrkn:r32506 (trunk): * doc/NEWS-1.9.3: describe the improvement of BigDecimal#power and
  20459 2011-07-11 00:40 [ko1@a...            ] svn:r32507 (trunk): * 2011-07-11        
  20460 2011-07-11 00:41 [ko1@a...            ] mrkn:r32508 (ruby_1_9_3): * NEWS: describe the improvement of BigDecimal#power and BigDecimal#**.
  20461 2011-07-11 00:41 [ko1@a...            ] svn:r32509 (ruby_1_9_3): * 2011-07-11   
  20462 2011-07-11 02:04 [ko1@a...            ] kosaki:r32510 (trunk): * thread_pthread.c (rb_thread_create_timer_thread): removed
  20463 2011-07-11 05:40 [ko1@a...            ] kanemoto:r32511 (trunk): * thread_pthread.c (get_stack): need to adjust stack addr for
  20464 2011-07-11 15:03 [ko1@a...            ] usa:r32512 (trunk): * numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see
  20465 2011-07-11 15:16 [ko1@a...            ] usa:r32513 (trunk): * ChangeLog: more details.
  20466 2011-07-11 15:19 [ko1@a...            ] usa:r32514 (ruby_1_9_3): * numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see
  20467 2011-07-11 15:56 [ko1@a...            ] kosaki:r32515 (trunk): * process.c: removed signal() macro. It's no longer used.
  20468 2011-07-11 18:56 [ko1@a...            ] ryan:r32516 (ruby_1_9_3): updated news for minitest
  20469 2011-07-11 18:57 [ko1@a...            ] ryan:r32517 (trunk): updated news for minitest
  20470 2011-07-11 23:29 [ko1@a...            ] kanemoto:r32518 (trunk): time.c: can't compile time.c on AIX due to missing declaration for
  20471 2011-07-11 23:49 [ko1@a...            ] kanemoto:r32519 (ruby_1_9_3): thread_pthread.c (get_stack):  need to adjust stack addr for
  20472 2011-07-11 23:52 [ko1@a...            ] kanemoto:r32520 (ruby_1_9_3): time.c: can't compile time.c on AIX due to missing declaration for
  20473 2011-07-12 11:59 [ko1@a...            ] usa:r32521 (trunk): * win32/setup.mak: support x86-amd64 cross compile environment.
  20474 2011-07-12 11:59 [ko1@a...            ] svn:r32522 (trunk): * 2011-07-12        
  20475 2011-07-12 13:56 [ko1@a...            ] kosaki:r32523 (trunk): * signal.c (sig_trap): don't permit to change a signal handler which
  20476 2011-07-12 14:08 [ko1@a...            ] kosaki:r32524 (trunk): * signal.c (install_sighandler): fixed a race.
  20477 2011-07-12 14:12 [ko1@a...            ] kosaki:r32525 (trunk): small cleanup    
  20478 2011-07-12 17:09 [ko1@a...            ] sorah:r32526 (trunk): * lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.
  20479 2011-07-12 17:15 [ko1@a...            ] matz:r32527 (trunk): * vm_method.c (rb_add_method): should not call method_added hook
  20480 2011-07-12 20:05 [ko1@a...            ] kosaki:r32528 (trunk): * signal.c (reserved_signal_p): reverted a part of r32523.
  20481 2011-07-12 23:42 [ko1@a...            ] kosaki:r32529 (trunk): * NEWS: add a description of Signal.trap change.
  20483 2011-07-13 08:23 [ko1@a...            ] svn:r32531 (ruby_1_9_3): * 2011-07-13   
  20484 2011-07-13 22:11 [ko1@a...            ] nagachika:r32532 (trunk): * ChangeLog: fix tyops.
  20485 2011-07-13 22:11 [ko1@a...            ] svn:r32533 (trunk): * 2011-07-13        
  20486 2011-07-13 22:56 [ko1@a...            ] kazu:r32534 (trunk): fix typo           
  20487 2011-07-14 10:54 [ko1@a...            ] svn:r32536 (trunk): * 2011-07-14        
  20488 2011-07-14 10:54 [ko1@a...            ] nobu:r32535 (trunk): * properties.      
  20489 2011-07-14 14:41 [ko1@a...            ] nahi:r32537 (trunk): * ext/openssl/ossl.c (ossl_verify_cb): trap the exception from
  20490 2011-07-14 14:46 [ko1@a...            ] nahi:r32538 (ruby_1_9_3): * backport r32537 from trunk.
  20491 2011-07-14 14:46 [ko1@a...            ] svn:r32539 (ruby_1_9_3): * 2011-07-14   
  20492 2011-07-14 15:00 [ko1@a...            ] nobu:r32540 (ruby_1_8): * properties.   
  20493 2011-07-14 15:00 [ko1@a...            ] svn:r32541 (ruby_1_8): * 2011-07-14     
  20494 2011-07-14 16:53 [ko1@a...            ] nobu:r32542 (ruby_1_8): * eval.c (ruby_setjmp): need to save the stack after r2 (the Table
  20495 2011-07-14 16:56 [ko1@a...            ] kazu:r32543 (trunk): fix a typo         
  20496 2011-07-15 01:51 [ko1@a...            ] nobu:r32544 (trunk): * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not
  20497 2011-07-15 01:51 [ko1@a...            ] svn:r32545 (trunk): * 2011-07-15        
  20498 2011-07-15 12:03 [ko1@a...            ] nahi:r32546 (trunk): * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Bus
  20499 2011-07-15 12:05 [ko1@a...            ] nahi:r32547 (ruby_1_9_3): * backport r32546 from trunk.
  20500 2011-07-15 12:05 [ko1@a...            ] svn:r32548 (ruby_1_9_3): * 2011-07-15   

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