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

ruby-changes:26401-26500

  26401 2012-12-19 02:04 [ko1@a...            ] nagachika:r38452 (trunk): * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2nd
  26402 2012-12-19 02:06 [ko1@a...            ] nagachika:r38453 (trunk): * ChangeLog: fix a typo for r38452.
  26403 2012-12-19 11:25 [ko1@a...            ] naruse:r38454 (trunk): Suppress warnings
  26404 2012-12-19 11:25 [ko1@a...            ] naruse:r38456 (trunk): Push given event only if it is right one
  26405 2012-12-19 11:25 [ko1@a...            ] naruse:r38455 (trunk): Revert r38371 and r38384. they didn't solve the issue
  26406 2012-12-19 11:46 [ko1@a...            ] kazu:r38457 (trunk): fix a typo         
  26407 2012-12-19 14:29 [ko1@a...            ] naruse:r38458 (trunk): Don't check events from different files like r38456
  26408 2012-12-19 15:24 [ko1@a...            ] drbrain:r38459 (trunk): * doc/syntax/methods.rdoc:  Add () around keyword arguments example for
  26409 2012-12-19 15:31 [ko1@a...            ] naruse:r38460 (trunk): Use next in proc instead of break or return
  26410 2012-12-19 16:19 [ko1@a...            ] drbrain:r38461 (trunk): * lib/rubygems/commands/query_command.rb:  Refactored to improve
  26411 2012-12-19 16:20 [ko1@a...            ] drbrain:r38462 (trunk): * doc/syntax/methods.rdoc:  Fixed typo.  Thanks to Josh Susser.
  26412 2012-12-19 16:31 [ko1@a...            ] drbrain:r38463 (trunk): * doc/syntax/literals.rdoc:  Added 0d decimal format.  Thanks Nobu!
  26413 2012-12-19 17:55 [ko1@a...            ] tarui:r38464 (trunk): * vm_trace.c (rb_threadptr_exec_event_hooks): get rid of race
  26414 2012-12-19 18:06 [ko1@a...            ] marcandRe: r38465 (trunk): * doc/syntax/methods.rdoc: rdoc fix, patch by Dave Brown
  26415 2012-12-19 19:34 [ko1@a...            ] nobu:r38466 (trunk): object.c: nul in const name
  26416 2012-12-19 20:19 [ko1@a...            ] kosaki:r38467 (trunk): style fix.       
  26417 2012-12-19 21:13 [ko1@a...            ] usa:r38468 (ruby_1_9_3): merge revision(s) 38357,38363: [Backport #7325]
  26418 2012-12-19 21:15 [ko1@a...            ] usa:r38469 (ruby_1_9_3): merge revision(s) 36593: [Backport #7407]
  26419 2012-12-19 21:19 [ko1@a...            ] usa:r38470 (ruby_1_9_3): merge revision(s) 38039: [Backport #7408]
  26420 2012-12-19 21:20 [ko1@a...            ] usa:r38471 (ruby_1_9_3): merge revision(s) 34871: [Backport #7415]
  26421 2012-12-19 21:25 [ko1@a...            ] usa:r38472 (ruby_1_9_3): merge revision(s) 37851: [Backport #7438]
  26422 2012-12-19 23:47 [ko1@a...            ] ngoto:r38473 (trunk): * marshal.c (marshal_dump, marshal_load): fix SEGV during make rdoc
  26423 2012-12-19 23:54 [ko1@a...            ] usa:r38474 (trunk): * ruby.c (load_file_internal): use original C string as the filename
  26424 2012-12-20 01:04 [ko1@a...            ] zzak:r38475 (trunk): * ext/.document: Add missing ext modules to .document
  26425 2012-12-20 01:04 [ko1@a...            ] svn:r38476 (trunk): * 2012-12-20        
  26426 2012-12-20 06:28 [ko1@a...            ] ko1:r38477 (trunk): * test/ruby/test_fiber.rb: remove a strange single quote character.
  26427 2012-12-20 07:29 [ko1@a...            ] ko1:r38478 (trunk): * vm.c: support variable VM/Machine stack sizes.
  26428 2012-12-20 07:34 [ko1@a...            ] ko1:r38479 (trunk): add ticket number   
  26429 2012-12-20 09:29 [ko1@a...            ] emboss:r38480 (trunk): * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPS
  26430 2012-12-20 09:31 [ko1@a...            ] nobu:r38481 (trunk): * properties.      
  26431 2012-12-20 09:32 [ko1@a...            ] emboss:r38482 (trunk): * test/openssl/test_pkey_dh.rb: revert special treatment of
  26432 2012-12-20 10:53 [ko1@a...            ] nobu:r38483 (trunk): * remove trailing spaces.
  26433 2012-12-20 10:53 [ko1@a...            ] nobu:r38484 (trunk): vm.c: fix format   
  26434 2012-12-20 11:05 [ko1@a...            ] nobu:r38485 (trunk): envutil.rb: validate syntax
  26435 2012-12-20 12:44 [ko1@a...            ] nobu:r38486 (trunk): test_require.rb: clear load path
  26436 2012-12-20 12:57 [ko1@a...            ] drbrain:r38487 (trunk): * lib/rdoc/markup/to_html.rb (class RDoc):  Added current heading and
  26437 2012-12-20 15:03 [ko1@a...            ] emboss:r38488 (trunk): * ext/openssl/ossl_cipher.c: add support for Authenticated Encryption
  26438 2012-12-20 15:18 [ko1@a...            ] nobu:r38489 (trunk): * remove trailing spaces.
  26439 2012-12-20 15:23 [ko1@a...            ] drbrain:r38490 (trunk): * lib/rdoc/parser/ruby.rb:  Ignore methods defined on constants to
  26440 2012-12-20 16:01 [ko1@a...            ] emboss:r38491 (trunk): * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.
  26441 2012-12-20 16:43 [ko1@a...            ] emboss:r38492 (trunk): * ext/openssl/ossl_cipher.c: fix errors for installations that do not
  26442 2012-12-20 16:44 [ko1@a...            ] usa:r38493 (trunk): * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on
  26443 2012-12-20 16:54 [ko1@a...            ] emboss:r38494 (trunk): * NEWS: announce AEAD encryption support in the OpenSSL extension.
  26444 2012-12-20 17:14 [ko1@a...            ] shugo:r38495 (trunk): * vm_core.h (rb_vm_defineclass_type_t),
  26445 2012-12-20 17:29 [ko1@a...            ] shugo:r38496 (trunk): * NEWS: fix the description for Refinements.
  26446 2012-12-20 18:28 [ko1@a...            ] nobu:r38497 (trunk): ossl.c: RTEST      
  26447 2012-12-20 18:28 [ko1@a...            ] nobu:r38498 (trunk): tkutil.c: NIL_P    
  26448 2012-12-20 18:30 [ko1@a...            ] nobu:r38499 (trunk): ruby.h: RTEST NIL_P
  26449 2012-12-20 18:35 [ko1@a...            ] usa:r38500 (ruby_1_9_3): merge revision(s) 38095: [Backport #7456]
  26450 2012-12-20 18:36 [ko1@a...            ] usa:r38501 (ruby_1_9_3): merge revision(s) 38134,38136: [Backport #7468]
  26451 2012-12-20 18:36 [ko1@a...            ] usa:r38502 (ruby_1_9_3): merge revision(s) 38211: [Backport #7516]
  26452 2012-12-20 18:38 [ko1@a...            ] usa:r38503 (ruby_1_9_3): merge revision(s) 37572,37622,37766,37773: [Backport #7527]
  26453 2012-12-20 18:41 [ko1@a...            ] usa:r38504 (ruby_1_9_3): [Backport #7538]
  26454 2012-12-20 18:47 [ko1@a...            ] usa:r38505 (ruby_1_9_3): merge revision(s) 38073,38251,38252: [Backport #7552]
  26455 2012-12-20 18:53 [ko1@a...            ] usa:r38506 (ruby_1_9_3): merge revision(s) 38202,38238,38324,38326: [Backport #7527]
  26456 2012-12-20 19:04 [ko1@a...            ] usa:r38507 (ruby_1_9_3): merge revision(s) 38364,38366: [Backport #7557]
  26457 2012-12-20 19:10 [ko1@a...            ] usa:r38508 (ruby_1_9_3): merge revision(s) 35924: [Backport #7587]
  26458 2012-12-20 21:02 [ko1@a...            ] tarui:r38509 (trunk): * vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_running
  26459 2012-12-21 00:32 [ko1@a...            ] kazu:r38510 (trunk): fix typos and tabify
  26460 2012-12-21 00:32 [ko1@a...            ] svn:r38511 (trunk): * 2012-12-21        
  26461 2012-12-21 01:02 [ko1@a...            ] tarui:r38512 (trunk): * lib/irb/completion.rb (CompletionProc): support completion of
  26462 2012-12-21 08:59 [ko1@a...            ] tarui:r38513 (trunk): * vm_trace.c (rb_suppress_tracing): remove unused variable 'vm_tracing'
  26463 2012-12-21 11:34 [ko1@a...            ] drbrain:r38514 (trunk): * lib/rake/*:  Updated to rake 0.9.6
  26464 2012-12-21 14:46 [ko1@a...            ] zzak:r38515 (trunk): * lib/irb.rb, lib/irb/*: Documentation for IRB
  26465 2012-12-21 16:04 [ko1@a...            ] usa:r38516 (ruby_1_9_3): merge revision(s) 37862:
  26466 2012-12-21 16:31 [ko1@a...            ] nobu:r38517 (trunk): * properties.      
  26467 2012-12-21 16:35 [ko1@a...            ] nobu:r38518 (trunk): vm_trace.c: style  
  26468 2012-12-21 16:35 [ko1@a...            ] nobu:r38519 (trunk): test_thread.rb: flush before SystemStackError
  26469 2012-12-21 16:36 [ko1@a...            ] nobu:r38520 (trunk): test_thread.rb: descriptive assertions
  26470 2012-12-21 16:38 [ko1@a...            ] nobu:r38521 (trunk): id.def: other scope ID
  26471 2012-12-21 16:38 [ko1@a...            ] nobu:r38522 (trunk): id.def: check duplication
  26472 2012-12-21 16:38 [ko1@a...            ] nobu:r38523 (trunk): id.h.tmpl: ID2ATTRSET
  26473 2012-12-21 18:34 [ko1@a...            ] ko1:r38524 (trunk): * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.
  26474 2012-12-21 18:37 [ko1@a...            ] ko1:r38525 (trunk): add a ticket number 
  26475 2012-12-21 18:48 [ko1@a...            ] ko1:r38526 (trunk): * include/ruby/debug.h: define rb_trace_arg_t.
  26476 2012-12-21 18:51 [ko1@a...            ] ko1:r38527 (trunk): fix ChangeLog       
  26477 2012-12-21 19:16 [ko1@a...            ] usa:r38528 (ruby_1_9_3): merge revision(s) 36820: [Backport #7550]
  26478 2012-12-21 19:40 [ko1@a...            ] ko1:r38529 (trunk): * ruby.c (process_options): need to acquire env from TOPLEVEL_BINDING
  26479 2012-12-21 19:54 [ko1@a...            ] naruse:r38530 (trunk): Add test for r38529 [Bug #7536]
  26480 2012-12-21 20:23 [ko1@a...            ] ko1:r38531 (trunk): * vm_trace.c (tracepoint_new): add code to support specified thread.
  26481 2012-12-21 20:44 [ko1@a...            ] ko1:r38532 (trunk): * iseq.c (Init_ISeq): remove definition of the following methods:
  26482 2012-12-21 21:17 [ko1@a...            ] tarui:r38533 (trunk): * vm_dump.c (rb_vm_bugreport): commentout addr2line call temporarily
  26483 2012-12-21 22:06 [ko1@a...            ] usa:r38534 (trunk): * win32/{dir.h,win32.c} (rb_w32_readdir): removed old rb_w32_readdir()
  26484 2012-12-21 22:36 [ko1@a...            ] ko1:r38535 (trunk): * test/ruby/test_iseq.rb: disable a test which checks features
  26485 2012-12-21 22:44 [ko1@a...            ] kou:r38536 (trunk): * ext/fiddle/lib/fiddle/import.rb (Fiddle::Importer#sizeof):
  26486 2012-12-21 23:13 [ko1@a...            ] kou:r38537 (trunk): * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes):
  26487 2012-12-21 23:16 [ko1@a...            ] kou:r38538 (trunk): * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes):
  26488 2012-12-22 00:30 [ko1@a...            ] usa:r38539 (trunk): * object.c (rb_obj_hash): shouldn't assume object_id can be long.
  26489 2012-12-22 00:31 [ko1@a...            ] svn:r38540 (trunk): * 2012-12-22        
  26490 2012-12-22 00:37 [ko1@a...            ] usa:r38541 (ruby_1_9_3): merge revision(s) 38493,38539: [Backport #7454]
  26491 2012-12-22 02:10 [ko1@a...            ] zzak:r38542 (trunk): * lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and
  26492 2012-12-22 02:21 [ko1@a...            ] kosaki:r38543 (trunk): * vm_dump.c (rb_vm_bugreport): revert r38533.
  26493 2012-12-22 02:29 [ko1@a...            ] zzak:r38544 (trunk): * lib/irb/input-method.rb, lib/irb.rb: Typo in
  26494 2012-12-22 02:36 [ko1@a...            ] zzak:r38545 (trunk): * lib/irb/slex.rb(#match): Typo, should be D_DETAIL
  26495 2012-12-22 05:36 [ko1@a...            ] drbrain:r38546 (trunk): * lib/net/http.rb:  Requests may be created with a URI which sets the
  26496 2012-12-22 11:53 [ko1@a...            ] glass:r38547 (trunk): * struct.c (make_struct): remove junk ID check to allow members who
  26497 2012-12-22 13:25 [ko1@a...            ] shirosaki:r38548 (trunk): * gc.c (obj_id_to_ref): add a macro to treat Bignum object id.
  26498 2012-12-22 14:00 [ko1@a...            ] kazu:r38549 (trunk): fix a typo         
  26499 2012-12-22 15:46 [ko1@a...            ] nagachika:r38550 (trunk): * cont.c (rb_fiber_start): in case of jump with TAG_FATAL,
  26500 2012-12-22 19:26 [ko1@a...            ] nobu:r38551 (trunk): object.c: check more strictly

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