[前][次][番号順一覧][上]
ruby-cvs:21601-21700
21601 2007-12-20 18:29 [ko1 ruby-lang.org ] Ruby:r14364 (trunk): * common.mk, *.ci: renamed to *.c.
21602 2007-12-20 18:35 [ko1 ruby-lang.org ] Ruby:r14365 (trunk): * configure.in: add libthr for FreeBSD.
21603 2007-12-20 19:09 [akr ruby-lang.org ] Ruby:r14366 (trunk): add test for succ.
21604 2007-12-20 19:14 [ko1 ruby-lang.org ] Ruby:r14367 (trunk): * thread_pthread.c (native_thread_apply_priority): check
21605 2007-12-20 19:41 [ko1 ruby-lang.org ] Ruby:r14368 (trunk): * lib/net/imap.rb (initialize): the second argument is an option
21606 2007-12-21 00:27 [matz ruby-lang.org ] Ruby:r14369 (trunk): * string.c (tr_trans): wrong encoding check for tree strings.
21607 2007-12-21 01:12 [gotoyuzo ruby-lang.o] Ruby:r14370 (trunk): * io.c (select_internal): should return original value.
21608 2007-12-21 01:21 [gotoyuzo ruby-lang.o] Ruby:r14371 (trunk): * lib/net/http.rb (Net::HTTP#connect): use
21609 2007-12-21 01:27 [gotoyuzo ruby-lang.o] Ruby:r14372 (trunk): * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):
21610 2007-12-21 05:26 [nobu ruby-lang.org ] Ruby:r14373 (trunk): * lib/rubygems/defaults.rb, test/net/http/test_https.rb, test/rubygems/test_gem_commands_server_command.rb: set properties.
21611 2007-12-21 08:33 [matz ruby-lang.org ] Ruby:r14374 (trunk): * enumerator.c (enumerator_next): should call next_init() if fiber
21612 2007-12-21 09:27 [akr ruby-lang.org ] Ruby:r14375 (trunk): * tool/compile_prelude.rb: use erb.
21613 2007-12-21 11:23 [nobu ruby-lang.org ] Ruby:r14376 (trunk): * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.
21614 2007-12-21 11:31 [akr ruby-lang.org ] Ruby:r14377 (trunk): * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,
21615 2007-12-21 11:48 [ko1 ruby-lang.org ] Ruby:r14378 (trunk): * vm.c, vm_dump.c: fix typo.
21616 2007-12-21 11:49 [ko1 ruby-lang.org ] Ruby:r14379 (trunk): add reported.
21617 2007-12-21 11:52 [akr ruby-lang.org ] Ruby:r14380 (trunk): * encoding.c: include locale.h
21618 2007-12-21 11:56 [matz ruby-lang.org ] Ruby:r14381 (trunk): * test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstring
21619 2007-12-21 12:03 [akr ruby-lang.org ] Ruby:r14382 (trunk): * configure.in: check langinfo.h and locale.h.
21620 2007-12-21 12:18 [akr ruby-lang.org ] Ruby:r14383 (trunk): * string.c (rb_str_is_ascii_only_p): new method ascii_only?.
21621 2007-12-21 12:22 [nobu ruby-lang.org ] Ruby:r14384 (trunk): * keywords, parse.y (__ENCODING__): represent script encoding.
21622 2007-12-21 12:22 [jim ruby-lang.org ] Ruby:r14385 (trunk): Added Rake 0.8.0
21623 2007-12-21 12:25 [akr ruby-lang.org ] Ruby:r14386 (trunk): illegal -> invalid.
21624 2007-12-21 12:27 [nobu ruby-lang.org ] Ruby:r14387 (trunk): * bin/rake, lib/rake.rb, lib/rake: set properties.
21625 2007-12-21 12:27 [ko1 ruby-lang.org ] Ruby:r14388 (trunk): * compile.c: remove "illegal".
21626 2007-12-21 12:29 [matz ruby-lang.org ] Ruby:r14389 (trunk): * io.c (rb_io_mode_enc): set default external encoding if no
21627 2007-12-21 12:34 [matz ruby-lang.org ] Ruby:r14390 (trunk): * file.c (Init_File): File.exists? revived.
21628 2007-12-21 12:56 [akr ruby-lang.org ] Ruby:r14391 (trunk): * lib/runit, lib/rubyunit.rb, test/testunit/runit: removed.
21629 2007-12-21 13:03 [matz ruby-lang.org ] Ruby:r14392 (trunk): * string.c (rb_str_chomp_bang): avoid unnecessary loop using
21630 2007-12-21 13:05 [matz ruby-lang.org ] Ruby:r14393 (trunk): ChangeLog updated
21631 2007-12-21 13:09 [akr ruby-lang.org ] Ruby:r14394 (trunk): * encoding.c (rb_locale_charmap): return nil if no locale information.
21632 2007-12-21 13:17 [akr ruby-lang.org ] Ruby:r14395 (trunk): fix typo.
21633 2007-12-21 13:22 [akr ruby-lang.org ] Ruby:r14396 (trunk): fix previous locale_encoding change.
21634 2007-12-21 13:26 [matz ruby-lang.org ] Ruby:r14397 (trunk): * io.c (rb_io_external_encoding): new method.
21635 2007-12-21 13:32 [matz ruby-lang.org ] Ruby:r14398 (trunk): * io.c (rb_io_external_encoding): should fill delayed
21636 2007-12-21 13:40 [nobu ruby-lang.org ] Ruby:r14399 (trunk): * encoding.c (rb_enc_register): set encoding constant.
21637 2007-12-21 13:47 [nobu ruby-lang.org ] Ruby:r14400 (trunk): * encoding.c (rb_enc_find_index): extension libraries have lower case
21638 2007-12-21 13:54 [akr ruby-lang.org ] Ruby:r14401 (trunk): * re.c: change "character encodings differ" error messages.
21639 2007-12-21 14:03 [matz ruby-lang.org ] Ruby:r14402 (trunk): * test/ruby/test_system.rb (TestSystem::valid_syntax): apply
21640 2007-12-21 14:47 [akr ruby-lang.org ] Ruby:r14403 (trunk): * io.c (Init_IO): define IO::BINARY even if O_BINARY is not exist.
21641 2007-12-21 14:59 [matz ruby-lang.org ] Ruby:r14404 (trunk): * enumerator.c (enumerator_init_copy): prohibit cloning of
21642 2007-12-21 15:16 [nobu ruby-lang.org ] Ruby:r14405 (trunk): * encoding.c (rb_to_encoding_index): should return error instead of
21643 2007-12-21 15:16 [akr ruby-lang.org ] Ruby:r14406 (trunk): * gc.c (rb_garbage_collect): new function for debugging.
21644 2007-12-21 15:18 [matz ruby-lang.org ] Ruby:r14407 (trunk): * enumerator.c (enumerator_init_copy): typo fixed.
21645 2007-12-21 15:34 [shugo ruby-lang.org ] Ruby:r14408 (trunk): * lib/net/imap.rb (initialize): accept service name. changed
21646 2007-12-21 15:38 [akr ruby-lang.org ] Ruby:r14409 (trunk): add test for [ruby-dev:32566].
21647 2007-12-21 15:59 [nobu ruby-lang.org ] Ruby:r14410 (trunk): * encoding.c (rb_enc_init): use enc_register_at() directly.
21648 2007-12-21 16:02 [matz ruby-lang.org ] Ruby:r14411 (trunk): * io.c (rb_io_s_read): allow specifying encoding explicitly.
21649 2007-12-21 16:07 [akr ruby-lang.org ] Ruby:r14412 (trunk): * re.c (append_utf8): use rb_utf8_encoding() instead of
21650 2007-12-21 16:08 [akr ruby-lang.org ] Ruby:r14413 (trunk): add a test.
21651 2007-12-21 16:14 [matz ruby-lang.org ] Ruby:r14414 (trunk): * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug
21652 2007-12-21 16:24 [duerst ruby-lang.org] Ruby:r14415 (trunk): Fri Dec 21 16:25:25 2007 Martin Duerst
21653 2007-12-21 16:33 [nobu ruby-lang.org ] Ruby:r14416 (trunk): * enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.
21654 2007-12-21 16:50 [naruse ruby-lang.org] Ruby:r14417 (trunk): * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):
21655 2007-12-21 16:52 [akr ruby-lang.org ] Ruby:r14418 (trunk): * encoding.c (Init_Encoding): use enc_name as to_s.
21656 2007-12-21 17:13 [ko1 ruby-lang.org ] Ruby:r14419 (trunk): * gc.h: extern variable should not be initialized.
21657 2007-12-21 17:27 [ko1 ruby-lang.org ] Ruby:r14420 (trunk): * thread.c (rb_thread_atfork): fix to mark thread object.
21658 2007-12-21 17:29 [ko1 ruby-lang.org ] Ruby:r14421 (trunk): * bootstraptest/featurebug.rb: added.
21659 2007-12-21 17:31 [nobu ruby-lang.org ] Ruby:r14422 (trunk): * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGE
21660 2007-12-21 17:38 [ko1 ruby-lang.org ] Ruby:r14423 (trunk): * bootstraptest/pending.rb: renamed from featurebug.rb.
21661 2007-12-21 17:45 [drbrain ruby-lang.or] Ruby:r14424 (trunk): Update to RubyGems 1.0.1, r1581
21662 2007-12-21 17:49 [nobu ruby-lang.org ] Ruby:r14425 (trunk): * transcode.c (rb_str_transcode_bang): returns self if no conversion.
21663 2007-12-21 17:57 [nagai ruby-lang.org ] Ruby:r14426 (trunk): Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.
21664 2007-12-21 18:39 [nobu ruby-lang.org ] Ruby:r14427 (trunk): * ext/tk/lib/tk/ttk_selector.rb: set properties.
21665 2007-12-21 18:43 [ko1 ruby-lang.org ] Ruby:r14428 (trunk): * io.c: write() should be in blocking region.
21666 2007-12-21 20:00 [nobu ruby-lang.org ] Ruby:r14429 (trunk): * encoding.c (rb_enc_replicate): now creates first class encoding.
21667 2007-12-21 20:09 [nobu ruby-lang.org ] Ruby:r14430 (trunk): * string.c (rb_str_succ): retry increasing until valid char is found.
21668 2007-12-21 20:13 [nobu ruby-lang.org ] Ruby:r14431 (trunk): * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.
21669 2007-12-21 20:22 [matz ruby-lang.org ] Ruby:r14432 (trunk): * bignum.c (rb_big_mul0): remove unused variable.
21670 2007-12-21 23:49 [usa ruby-lang.org ] Ruby:r14433 (trunk): * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.
21671 2007-12-22 00:57 [matz ruby-lang.org ] Ruby:r14434 (trunk): * sample/test.rb (valid_syntax): force_encoding input script.
21672 2007-12-22 00:59 [matz ruby-lang.org ] Ruby:r14435 (trunk): ChangeLog: conflict mark removed.
21673 2007-12-22 01:11 [usa ruby-lang.org ] Ruby:r14436 (trunk): * ext/tk/sample/tkextlib/vu/canvSticker2.rb,
21674 2007-12-22 01:25 [shugo ruby-lang.org ] Ruby:r14437 (trunk): * test/json/test_json_addition.rb (test_core): do not use Time.now
21675 2007-12-22 01:39 [akr ruby-lang.org ] Ruby:r14438 (trunk): * re.c (ARG_ENCODING_NONE): defined for /.../n option.
21676 2007-12-22 01:54 [matz ruby-lang.org ] Ruby:r14439 (trunk): * io.c (io_ungetc): avoid buffer relocation, which might cause
21677 2007-12-22 02:22 [matz ruby-lang.org ] Ruby:r14440 (trunk): test/ruby/test_eval.rb: class variable test updated.
21678 2007-12-22 03:02 [matz ruby-lang.org ] Ruby:r14441 (trunk): * parse.y (command): block from cmd_brace_block was ignored.
21679 2007-12-22 03:21 [matz ruby-lang.org ] Ruby:r14442 (trunk): * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if the
21680 2007-12-22 03:55 [matz ruby-lang.org ] Ruby:r14443 (trunk): * encoding.c (rb_ascii_encoding): renamed from previous
21681 2007-12-22 05:11 [usa ruby-lang.org ] Ruby:r14444 (trunk): * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.
21682 2007-12-22 06:10 [davidflanagan ruby-l] Ruby:r14445 (trunk): io.c: fix typo in rdoc comment
21683 2007-12-22 06:35 [ko1 ruby-lang.org ] Ruby:r14446 (trunk): * bootstraptest/test_fork.rb: skip if fork is not unsupported.
21684 2007-12-22 08:29 [nobu ruby-lang.org ] Ruby:r14447 (trunk): * string.c (rb_str_buf_append): improvement for non-broken coded
21685 2007-12-22 10:20 [matz ruby-lang.org ] Ruby:r14448 (trunk): * eval.c (rb_f_method_name): now __method__ and __callee__ are
21686 2007-12-22 10:26 [nobu ruby-lang.org ] Ruby:r14449 (trunk): * tool/insns2vm.rb: set property.
21687 2007-12-22 10:32 [matz ruby-lang.org ] Ruby:r14450 (trunk): * parse.y (reg_named_capture_assign_iter): captured name should
21688 2007-12-22 10:34 [ko1 ruby-lang.org ] Ruby:r14451 (trunk): * tool/insns2vm.rb: moved from lib/vm/instruction.rb.
21689 2007-12-22 10:36 [matz ruby-lang.org ] Ruby:r14452 (trunk): * parse.y (reg_named_capture_assign_iter): just ignore the
21690 2007-12-22 10:41 [nobu ruby-lang.org ] Ruby:r14453: * lib/vm: removed.
21691 2007-12-22 11:10 [jim ruby-lang.org ] Ruby:r14454 (trunk): Updated ChangeLog with Rake info.
21692 2007-12-22 11:32 [drbrain ruby-lang.or] Ruby:r14455 (trunk): Place bin dir before lib dir so gem bin stubs work.
21693 2007-12-22 11:37 [usa ruby-lang.org ] Ruby:r14456 (trunk): * encoding.c (rb_locale_charmap): win32 support.
21694 2007-12-22 11:52 [ko1 ruby-lang.org ] Ruby:r14457 (trunk): * eval.c (rb_obj_instance_eval): use class of immediate objects.
21695 2007-12-22 12:15 [usa ruby-lang.org ] Ruby:r14458 (trunk): * test/ruby/test_float.rb (test_float): test literal, not sprintf.
21696 2007-12-22 14:05 [ko1 ruby-lang.org ] Ruby:r14459 (trunk): * array.c (rb_ary_permutation): add volatile to avoid GC problem.
21697 2007-12-22 14:18 [ko1 ruby-lang.org ] Ruby:r14460 (trunk): * bootstraptest/test_objectspace.rb: skip flozen string.
21698 2007-12-22 14:19 [ko1 ruby-lang.org ] Ruby:r14461 (trunk): * test/ruby/test_float.rb, test_sprintf.rb: fix test place.
21699 2007-12-22 14:30 [nobu ruby-lang.org ] Ruby:r14462 (trunk): * parse.y (reg_named_capture_assign_iter): allows non-ascii names and
21700 2007-12-22 14:38 [akr ruby-lang.org ] Ruby:r14463 (trunk): * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.
[前][次][番号順一覧][上]