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

ruby-changes:13501-13600

  13501 2009-10-10 12:21 [ko1@a...            ] Ruby:r25277 (trunk): * transcode.c (rb_transcoding, str_transcoding_resize): fixed
  13502 2009-10-10 14:16 [ko1@a...            ] Ruby:r25278 (trunk): * thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#raise with no argument will now re-raise the current exception if there is one 
  13503 2009-10-10 14:56 [ko1@a...            ] Ruby:r25279 (trunk): * math.c (math_atanh): Fix bug for Math.atanh(+/-1). It now returns +-Infinity. 
  13504 2009-10-10 16:28 [ko1@a...            ] Ruby:r25280 (trunk): * include/ruby/intern.h (Init_jump): removed
  13505 2009-10-10 17:05 [ko1@a...            ] Ruby:r25281 (trunk): * eval.c (ruby_exec_node): removed unused argument.
  13506 2009-10-10 17:56 [ko1@a...            ] Ruby:r25282 (trunk): * eval.c (rb_threadptr_errinfo): renamed.
  13507 2009-10-10 17:57 [ko1@a...            ] Ruby:r25283 (trunk): * eval.c (rb_threadptr_errinfo): renamed.
  13508 2009-10-10 18:19 [ko1@a...            ] Ruby:r25284 (trunk): * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),
  13509 2009-10-10 18:59 [ko1@a...            ] Ruby:r25285 (trunk): * configure.in (cflags, cxxflags): remove duplicating options.
  13510 2009-10-10 19:51 [ko1@a...            ] Ruby:r25286 (trunk): * ext/curses/curses.c: use rb_thread_blocking_region to avoid
  13511 2009-10-10 20:39 [ko1@a...            ] Ruby:r25287 (trunk): * math.c (math_atanh): reverted r25279.
  13512 2009-10-10 21:12 [ko1@a...            ] Ruby:r25288 (trunk): * transcode.c: reverted r25277.
  13513 2009-10-10 23:51 [ko1@a...            ] Ruby:r25289 (trunk): * transcode.c (rb_transcoding, str_transcoding_resize): fixed
  13514 2009-10-11 00:02 [ko1@a...            ] Ruby:r25290 (trunk): * file.c (path_check_0): prevent from GC.
  13515 2009-10-11 00:15 [ko1@a...            ] Ruby:r25291 (trunk): * marshal.c (marshal_dump, marshal_load): prevent from GC.
  13516 2009-10-11 03:12 [ko1@a...            ] Ruby:r25292 (trunk): * regparse.c (onig_syntax_warn): added.
  13517 2009-10-11 08:48 [ko1@a...            ] Ruby:r25293 (trunk): * include/ruby/ruby.h (ruby_exec_node): declared.
  13518 2009-10-11 09:04 [ko1@a...            ] Ruby:r25294 (trunk): * include/ruby/ruby.h (RB_GC_GUARD_PTR): workaround for gcc
  13519 2009-10-11 09:48 [ko1@a...            ] Ruby:r25295 (trunk): * regerror.c (onig_vsnprintf_with_pattern): added.
  13520 2009-10-11 10:06 [ko1@a...            ] Ruby:r25296 (trunk): * regparse.c (fetch_token_in_cc): warn when \p is not
  13521 2009-10-11 10:28 [ko1@a...            ] Ruby:r25297 (trunk): * lib/irb/context.rb (IRB::Context#irb_name): removed duplicated
  13522 2009-10-11 13:53 [ko1@a...            ] Ruby:r25298 (trunk): * test/rake/test_namespace.rb: not executable.
  13523 2009-10-11 13:54 [ko1@a...            ] Ruby:r25299 (trunk): * test/rake/test_application.rb: not executable.
  13524 2009-10-11 15:55 [ko1@a...            ] Ruby:r25300 (ruby_1_8, trunk): * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc.  a patch from Justin
  13525 2009-10-11 16:42 [ko1@a...            ] Ruby:r25301 (trunk): rdoc update.       
  13526 2009-10-11 18:34 [ko1@a...            ] Ruby:r25302 (trunk): rdoc update.       
  13527 2009-10-12 03:50 [ko1@a...            ] Ruby:r25303 (trunk): * marshal.c (has_encoding): added for check the regexp
  13528 2009-10-12 03:50 [ko1@a...            ] Ruby:r25304 (trunk): * 2009-10-12       
  13529 2009-10-12 05:53 [ko1@a...            ] Ruby:r25305 (trunk): * regparse.c (fetch_token): warn invalid back reference
  13530 2009-10-12 07:08 [ko1@a...            ] Ruby:r25306 (trunk): * thread.c: Doc fix for Thread#raise
  13531 2009-10-12 11:28 [ko1@a...            ] Ruby:r25307 (trunk): * marshal.c (r_object0): suppressed a warning.
  13532 2009-10-12 19:55 [ko1@a...            ] Ruby:r25309 (trunk): * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppress
  13533 2009-10-12 22:52 [ko1@a...            ] Ruby:r25310 (trunk): * lib/net/ftp.rb (retrlines): added a new block parameter.
  13534 2009-10-12 23:26 [ko1@a...            ] Ruby:r25312 (ruby_1_8): * 2009-10-12    
  13535 2009-10-12 23:26 [ko1@a...            ] Ruby:r25311 (ruby_1_8): * lib/net/ftp.rb (getaddress): rescue exceptions.  
  13536 2009-10-13 02:49 [ko1@a...            ] Ruby:r25314 (trunk): fix rdoc.          
  13537 2009-10-13 02:49 [ko1@a...            ] Ruby:r25315 (trunk): * 2009-10-13       
  13538 2009-10-13 08:53 [ko1@a...            ] Ruby:r25316 (trunk): * thread.c: Revert changes to Thread#raise made in r25278 
  13539 2009-10-13 09:09 [ko1@a...            ] Ruby:r25317 (trunk): * ChangeLog: add commit log
  13540 2009-10-13 18:21 [ko1@a...            ] Ruby:r25318 (trunk): * parse.y (parser_magic_comment): fixed normalization.
  13541 2009-10-13 18:24 [ko1@a...            ] Ruby:r25319 (trunk): * parse.y (token_info_push, token_info_pop): reduced ifdefs.
  13542 2009-10-13 18:56 [ko1@a...            ] Ruby:r25320 (trunk): * ext/tk/variable.rb: bug fix. additional trace definition changes the
  13543 2009-10-13 18:56 [ko1@a...            ] Ruby:r25322 (ruby_1_8): * 2009-10-13    
  13544 2009-10-13 20:43 [ko1@a...            ] Ruby:r25323 (trunk): add comment.       
  13545 2009-10-13 21:27 [ko1@a...            ] Ruby:r25324 (trunk): Add derived core and binary property and aliases.
  13546 2009-10-14 08:08 [ko1@a...            ] Ruby:r25326 (trunk): * 2009-10-14       
  13547 2009-10-14 08:14 [ko1@a...            ] Ruby:r25327 (trunk): * object.c (rb_mod_const_defined): rdoc fix
  13548 2009-10-14 09:07 [ko1@a...            ] Ruby:r25328 (trunk): * eval.c (ruby_run_node): need to call ruby_cleaup() always even
  13549 2009-10-14 10:34 [ko1@a...            ] Ruby:r25329 (trunk): * eval.c (rb_threadptr_errinfo): removed.
  13550 2009-10-14 13:24 [ko1@a...            ] Ruby:r25330 (trunk): * ruby.c (process_options): script name should not be shown in an
  13551 2009-10-14 17:21 [ko1@a...            ] Ruby:r25332 (win32-unicode-test): * 2009-10-14
  13552 2009-10-14 22:41 [ko1@a...            ] Ruby:r25334 (trunk): * string.c (rb_check_string_type): rdoc fix 
  13553 2009-10-14 23:01 [tanaka.akira@g...   ] subscribe                               
  13554 2009-10-14 23:08 [ko1@a...            ] Ruby:r25335 (trunk): * vm_eval.c (eval_string): rdoc fix 
  13555 2009-10-15 00:26 [ko1@a...            ] Ruby:r25337 (trunk): * 2009-10-15       
  13556 2009-10-15 00:26 [ko1@a...            ] Ruby:r25336 (trunk): * ext/socket/init.c (rsock_init_sock): validate file descriptor.
  13557 2009-10-15 01:52 [ko1@a...            ] Ruby:r25338 (trunk): * tool/enc-unicode.rb,
  13558 2009-10-15 09:29 [ko1@a...            ] Ruby:r25339 (trunk): * ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCK
  13559 2009-10-15 12:02 [ko1@a...            ] Ruby:r25341 (ruby_1_8): * 2009-10-15    
  13560 2009-10-15 12:02 [ko1@a...            ] Ruby:r25340 (ruby_1_8): * lib/net/imap.rb (resp_text_code): accepts response codes without
  13561 2009-10-15 14:17 [ko1@a...            ] Ruby:r25342 (ruby_1_8, trunk): * test/iconv/test_option.rb: removed particular implementation
  13562 2009-10-15 14:21 [ko1@a...            ] Ruby:r25343 (ruby_1_8, trunk): * ext/iconv/iconv.c (iconv_create): cannot retry with given block.
  13563 2009-10-15 14:28 [ko1@a...            ] Ruby:r25344 (win32-unicode-test): * file.c (rb_str_encode_ospath): use UTF-8 instead of UTF-16LE as
  13564 2009-10-15 14:28 [ko1@a...            ] Ruby:r25345 (win32-unicode-test): * 2009-10-15
  13565 2009-10-15 14:31 [ko1@a...            ] Ruby:r25346 (win32-unicode-test): * file.c (rb_file_s_truncate): remove unnecessary WIN32 specific code.
  13566 2009-10-15 14:55 [ko1@a...            ] Ruby:r25347 (win32-unicode-test): * file.c (rb_str_encode_ospath): no more gurantee that the returned
  13567 2009-10-15 14:58 [ko1@a...            ] Ruby:r25348 (trunk): * io.c (io_reopen): unread current buffer before telling the
  13568 2009-10-15 15:03 [ko1@a...            ] Ruby:r25349 (win32-unicode-test): * file.c (win32_io_info): UTF-8 handling.
  13569 2009-10-15 15:14 [ko1@a...            ] Ruby:r25350 (trunk): * io.c (io_encoding_set): get rid of parsing non-ascii string, and
  13570 2009-10-15 16:58 [ko1@a...            ] Ruby:r25351 (trunk): * parse.y (rb_intern3): check symbol table overflow.
  13571 2009-10-15 18:27 [ko1@a...            ] Ruby:r25352 (trunk): * parse.y (rb_intern3): check symbol table overflow before generate
  13572 2009-10-16 03:19 [ko1@a...            ] Ruby:r25354 (trunk): * 2009-10-16       
  13573 2009-10-16 03:19 [ko1@a...            ] Ruby:r25353 (trunk): * lib/csv.rb (CSV#read_to_char): set encoding and verify data
  13574 2009-10-16 09:22 [ko1@a...            ] Ruby:r25355 (ruby_1_8): * test/ruby/envutil.rb: get rid of double loading.
  13575 2009-10-16 09:25 [ko1@a...            ] Ruby:r25356 (ruby_1_8): * 2009-10-16    
  13576 2009-10-16 09:25 [ko1@a...            ] Ruby:r25357 (ruby_1_8): * test/ruby/test_array.rb: suppress warnings.
  13577 2009-10-16 09:28 [ko1@a...            ] Ruby:r25358 (ruby_1_8): * test/ruby/test_object.rb: backported from trunk.
  13578 2009-10-16 09:52 [ko1@a...            ] Ruby:r25359 (ruby_1_8): * eval.c (rb_clear_cache_for_undef): clear entries for inherited
  13579 2009-10-16 09:53 [ko1@a...            ] Ruby:r25360 (trunk): * test/ruby/test_object.rb (test_remove_method): test for Bug#2202.
  13580 2009-10-16 10:12 [ko1@a...            ] Ruby:r25361 (ruby_1_8): * test/ruby/test_{queue,thread}.rb: backported from trunk.
  13581 2009-10-16 12:04 [ko1@a...            ] Ruby:r25362 (trunk): * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io
  13582 2009-10-16 12:08 [ko1@a...            ] Ruby:r25363 (trunk): * test/ruby/test_object.rb (test_respond_to_missing):
  13583 2009-10-16 12:11 [ko1@a...            ] Ruby:r25364 (trunk): * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risk
  13584 2009-10-16 13:36 [ko1@a...            ] Ruby:r25365 (trunk): * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.
  13585 2009-10-16 13:40 [ko1@a...            ] Ruby:r25366 (trunk): * gc.h (rb_gc_debug_body): constified.
  13586 2009-10-16 16:10 [ko1@a...            ] Ruby:r25367 (trunk): * win32/win32.c (rb_w32_spawn): `\'' is also quote character.
  13587 2009-10-16 16:42 [ko1@a...            ] Ruby:r25368 (ruby_1_8): * dln.c (dln_find_1): backport from trunkn. 
  13588 2009-10-16 16:43 [ko1@a...            ] Ruby:r25369 (ruby_1_8): * win32/win32.c (CreateChild): recognize escape characters.
  13589 2009-10-16 16:45 [ko1@a...            ] Ruby:r25370 (ruby_1_8): * ChangeLog: typo.
  13590 2009-10-16 18:42 [ko1@a...            ] Ruby:r25371 (trunk): * bootstraptest/test_gc.rb: added tests based on 
  13591 2009-10-16 20:04 [ko1@a...            ] Ruby:r25372 (trunk): * lib/delegate.rb (Delegator#respond_to_missing): warn if optional
  13592 2009-10-16 20:06 [ko1@a...            ] Ruby:r25373 (trunk): add ML ref         
  13593 2009-10-16 20:12 [ko1@a...            ] Ruby:r25374 (trunk): * lib/delegate.rb (Delegator#freeze): #freeze should freeze self
  13594 2009-10-16 20:20 [ko1@a...            ] Ruby:r25375 (trunk): * lib/delegate.rb (Delegator#method_missing): remove backtrace
  13595 2009-10-16 22:23 [ko1@a...            ] Ruby:r25376 (trunk): * prelude.rb (require_relative): defined as a module function of
  13596 2009-10-17 00:12 [ko1@a...            ] Ruby:r25378 (trunk): * 2009-10-17       
  13597 2009-10-17 00:12 [ko1@a...            ] Ruby:r25377 (trunk): * st.c (unpack_entries): save table->bins and never change the table
  13598 2009-10-17 04:20 [ko1@a...            ] Ruby:r25379 (trunk): * lib/delegate: rdoc typo
  13599 2009-10-17 14:37 [ko1@a...            ] Ruby:r25381 (trunk): * vm_method.c (basic_obj_respond_to): call #respond_to_missing?
  13600 2009-10-17 16:35 [ko1@a...            ] Ruby:r25382 (trunk): * parse.y (parser_yylex): fix token even after trailing under score.

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