[前][次][スレッド一覧][上]
ruby-changes:3101-3200
3101 2007-12-24 17:59 [ko1@a... ] nobu - Ruby:r14593 (trunk): * load.c (load_lock): reverted.
3102 2007-12-24 18:07 [ko1@a... ] akr - Ruby:r14594 (trunk): * eval_method.c (Init_eval_method): extracted from Init_eval
3103 2007-12-24 18:09 [ko1@a... ] ko1 - Ruby:r14595 (trunk): * iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier.
3104 2007-12-24 18:26 [ko1@a... ] akr - Ruby:r14596 (trunk): * eval.c (rb_exc_raise): ANSI style.
3105 2007-12-24 18:38 [ko1@a... ] akr - Ruby:r14597 (trunk): * re.c (rb_reg_prepare_re): show regexp encoding in the error message.
3106 2007-12-24 18:53 [ko1@a... ] akr - Ruby:r14598 (trunk): add succ tests from the succ document.
3107 2007-12-24 19:22 [ko1@a... ] akr - Ruby:r14599 (trunk): add tests.
3108 2007-12-24 19:28 [ko1@a... ] akr - Ruby:r14600 (trunk): add tests.
3109 2007-12-24 20:07 [ko1@a... ] akr - Ruby:r14601 (trunk): add a test for non-ascii method name.
3110 2007-12-24 20:18 [ko1@a... ] ko1 - Ruby:r14602 (trunk): * instruby.rb: fix rdoc install dir.
3111 2007-12-24 20:20 [ko1@a... ] ko1 - Ruby:r14603 (trunk): * test/rinda/test_rinda.rb: enable rinda test.
3112 2007-12-24 20:25 [ko1@a... ] ko1 - Ruby:r14604 (trunk): * test/rinda/test_rinda.rb: revert last commit because this test seems
3113 2007-12-24 20:30 [ko1@a... ] ko1 - Ruby:r14605 (trunk): * test/io/nonblock/test_flush.rb: fix test for 1.9.
3114 2007-12-24 20:37 [ko1@a... ] akr - Ruby:r14606 (trunk): add tests.
3115 2007-12-24 22:51 [ko1@a... ] naruse - Ruby:r14607 (trunk): * transocode.c: register_functional_transcoder() added.
3116 2007-12-24 23:02 [ko1@a... ] nahi - Ruby:r14608 (trunk): * changed constant name: Struct::MyStruct -> Struct::MyJsonStruct
3117 2007-12-24 23:04 [ko1@a... ] akr - Ruby:r14609 (trunk): * lib/open-uri.rb (OpenURI::Buffer): use Meta ===.
3118 2007-12-24 23:10 [ko1@a... ] nahi - Ruby:r14610 (trunk): Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
3119 2007-12-24 23:15 [ko1@a... ] gotoyuzo - Ruby:r14611 (trunk): * lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitls
3120 2007-12-24 23:35 [ko1@a... ] usa - Ruby:r14612 (trunk): * transcode_data_japanese.c (select_iso_2022_mode): '\e' is not valid.
3121 2007-12-24 23:35 [ko1@a... ] gotoyuzo - Ruby:r14613 (trunk): * test/logger/test_logger.rb: Module#constants returns an array of Symbols.
3122 2007-12-24 23:59 [ko1@a... ] akr - Ruby:r14614 (trunk): * lib/cgi.rb (CGI::escape): m17nized.
3123 2007-12-25 00:19 [ko1@a... ] akr - Ruby:r14615 (trunk): add a test for reported by Frederick Cheung.
3124 2007-12-25 00:30 [ko1@a... ] gotoyuzo - Ruby:r14616 (trunk): * lib/webrick/httpservley/cgihandler.rb
3125 2007-12-25 01:10 [ko1@a... ] akr - Ruby:r14617 (trunk): * lib/irb/output-method.rb: translate a comment to English to
3126 2007-12-25 01:12 [ko1@a... ] akr - Ruby:r14618 (trunk): avoid keyword itself.
3127 2007-12-25 01:36 [ko1@a... ] matz - Ruby:r14619 (trunk): * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.
3128 2007-12-25 01:39 [ko1@a... ] matz - Ruby:r14620 (trunk): * proc.c (method_name): preserve Symbol's encoding.
3129 2007-12-25 01:44 [ko1@a... ] akr - Ruby:r14621 (trunk): * lib/rdoc/rdoc.rb (parse_files): interpret coding cookie.
3130 2007-12-25 02:05 [ko1@a... ] matz - Ruby:r14622 (trunk): * id.c (Init_id): remove several unused symbols.
3131 2007-12-25 02:41 [ko1@a... ] ko1 - Ruby:r14623 (trunk): * compile.c (iseq_compile_each): add a "pop" insn after break
3132 2007-12-25 02:59 [ko1@a... ] gotoyuzo - Ruby:r14624 (trunk): * lib/rexml/element.rb (REXML::Elements#each): yield in each
3133 2007-12-25 03:12 [ko1@a... ] usa - Ruby:r14625 (trunk): * pack.c (pack_pack): use NUM2LONG instead of NUM2INT.
3134 2007-12-25 03:18 [ko1@a... ] matz - Ruby:r14626 (trunk): * io.c (rb_io_s_pipe): now takes up to two arguments. allow its
3135 2007-12-25 03:24 [ko1@a... ] eban - Ruby:r14627 (trunk): * tool/make-snapshot: must create configure and lex.c.
3136 2007-12-25 03:36 [ko1@a... ] akr - Ruby:r14628 (trunk): update Proc#lambda? doc.
3137 2007-12-25 03:55 [ko1@a... ] ko1 - Ruby:r14629 (trunk): * compile.c (iseq_compile_each): fix stack consistency bug.
3138 2007-12-25 04:03 [ko1@a... ] akr - Ruby:r14630 (trunk): add a test.
3139 2007-12-25 04:26 [ko1@a... ] akr - Ruby:r14631 (trunk): * parse.y (rb_id2str): fill klass of returned string as rb_cString.
3140 2007-12-25 05:27 [ko1@a... ] ko1 - Ruby:r14632 (trunk): * compile.c (iseq_compile): clear local table if node == 0.
3141 2007-12-25 05:28 [ko1@a... ] ko1 - Ruby:r14633 (trunk): add a ML ref.
3142 2007-12-25 05:47 [ko1@a... ] drbrain - Ruby:r14634 (trunk): Fix uninitialized variable warning in Net::HTTP
3143 2007-12-25 06:19 [ko1@a... ] ko1 - Ruby:r14635 (trunk): * vm.c: add dummy toplevel frame.
3144 2007-12-25 06:21 [ko1@a... ] gotoyuzo - Ruby:r14636 (trunk): * sample/biorhythm.rb: follow Ruby 1.9 libraries.
3145 2007-12-25 06:26 [ko1@a... ] ko1 - Ruby:r14637 (trunk): * bootstraptest/test_knownbug.rb, test_literal.rb: move fixed test.
3146 2007-12-25 08:29 [ko1@a... ] drbrain - Ruby:r14638 (trunk): Fix some test failures in RubyGems.
3147 2007-12-25 08:41 [ko1@a... ] jeg2 - Ruby:r14639 (trunk): * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSV
3148 2007-12-25 09:13 [ko1@a... ] drbrain - Ruby:r14640 (trunk): Enable RDoc debugging only with $DEBUG_RDOC
3149 2007-12-25 11:15 [ko1@a... ] ko1 - Ruby:r14641 (trunk): * vm.c: check frame is FINAL when creating env.
3150 2007-12-25 11:18 [ko1@a... ] ko1 - Ruby:r14642 (trunk): * iseq.c, vm_core.h: comment out unused fields.
3151 2007-12-25 11:24 [ko1@a... ] ko1 - Ruby:r14643 (trunk): * compile.c (iseq_compile_each): fix stack consistency error.
3152 2007-12-25 11:34 [ko1@a... ] nobu - Ruby:r14644 (trunk): * error.c (report_bug): uses ruby_description.
3153 2007-12-25 11:37 [ko1@a... ] nobu - Ruby:r14645 (trunk): * error.c (ruby_description): fixed type.
3154 2007-12-25 11:46 [ko1@a... ] jeg2 - Ruby:r14646 (trunk): * lib/csv.rb: Import the FasterCSV source as the new CSV class.
3155 2007-12-25 11:57 [ko1@a... ] matz - Ruby:r14647 (trunk): * sample/README: removed obsoleted files: dbmtest.rb,
3156 2007-12-25 12:08 [ko1@a... ] nobu - Ruby:r14648 (trunk): * configure.in (BASERUBY): delayed error until BASERUBY is used.
3157 2007-12-25 12:23 [ko1@a... ] naruse - Ruby:r14649 (trunk): * sample/from.rb: follow Ruby 1.9 libraries.
3158 2007-12-25 12:25 [ko1@a... ] matz - Ruby:r14650 (trunk): * proc.c (method_inspect): preserve encoding of the method name.
3159 2007-12-25 12:33 [ko1@a... ] duerst - Ruby:r14651 (trunk): Tue Dec 25 12:32:32 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
3160 2007-12-25 12:45 [ko1@a... ] ko1 - Ruby:r14652 (trunk): * vm.c (Init_VM): remove unused code.
3161 2007-12-25 12:46 [ko1@a... ] ko1 - Ruby:r14653 (trunk): add ML ref.
3162 2007-12-25 13:16 [ko1@a... ] ko1 - Ruby:r14654 (trunk): * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),
3163 2007-12-25 13:17 [ko1@a... ] matz - Ruby:r14655 (trunk): * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,
3164 2007-12-25 13:24 [ko1@a... ] akr - Ruby:r14656 (trunk): * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text and
3165 2007-12-25 13:35 [ko1@a... ] ko1 - Ruby:r14657 (trunk): * thread_pthread.c, thread_pthread.h, thread_win32.c,
3166 2007-12-25 13:48 [ko1@a... ] ko1 - Ruby:r14658 (trunk): * thread.c (rb_thread_wait_fd_rw): should check EBADF on select().
3167 2007-12-25 13:55 [ko1@a... ] akr - Ruby:r14659 (trunk): * test/ruby/test_io_m17n.rb (test_pipe): fixed.
3168 2007-12-25 14:08 [ko1@a... ] naruse - Ruby:r14660 (trunk): * test/rinda/test_rinda.rb (MockClock#{_forward, forwrd, sleep}):
3169 2007-12-25 14:12 [ko1@a... ] nobu - Ruby:r14661 (trunk): * io.c (io_encoding_set): missing return type.
3170 2007-12-25 14:14 [ko1@a... ] jeg2 - Ruby:r14662 (trunk): * lib/csv.rb: Fixed test failures caused by changes to Ruby.
3171 2007-12-25 14:18 [ko1@a... ] nobu - Ruby:r14663 (trunk): * lib/csv.rb, test/csv/*.rb: set properties.
3172 2007-12-25 14:21 [ko1@a... ] matz - Ruby:r14664 (trunk): * lib/mkmf.rb (map_dir): should generate path including $top_srcdir.
3173 2007-12-25 14:37 [ko1@a... ] matz - Ruby:r14665 (trunk): lib/mkmf.rb: revert last change
3174 2007-12-25 15:01 [ko1@a... ] matz - Ruby:r14667 (trunk): * enum.c (enum_yield): when multiple values yielded from #each
3175 2007-12-25 15:09 [ko1@a... ] usa - Ruby:r14668 (trunk): * enc/trans/single_byte.c (Init_single_byte): renamed.
3176 2007-12-25 15:21 [ko1@a... ] nobu - Ruby:r14669 (trunk): * transcode.c (transcode_dispatch): fix for multistep transcode.
3177 2007-12-25 15:22 [ko1@a... ] matz - Ruby:r14670 (trunk): * enum.c (collect_all): should pack all values.
3178 2007-12-25 15:38 [ko1@a... ] akr - Ruby:r14671 (trunk): * io.c (appendline): initialize rslen to 1 if rsptr is 0.
3179 2007-12-25 15:45 [ko1@a... ] matz - Ruby:r14672 (trunk): * io.c (rb_io_external_encoding): should return nil for
3180 2007-12-25 15:55 [ko1@a... ] nobu - Ruby:r14673 (trunk): * string.c (rb_str_succ): fix for string with non-alphanumeric chars.
3181 2007-12-25 16:00 [ko1@a... ] nobu - Ruby:r14674 (trunk): * encoding.c (rb_enc_register): do not use based_encoding to check if
3182 2007-12-25 16:01 [ko1@a... ] matz - Ruby:r14675 (trunk): * test/ruby/test_io_m17n.rb: fix tests
3183 2007-12-25 16:04 [ko1@a... ] nobu - Ruby:r14676 (trunk): * trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.
3184 2007-12-25 16:15 [ko1@a... ] nobu - Ruby:r14677 (trunk): * common.mk (clean-enc): clean encoding objects.
3185 2007-12-25 16:18 [ko1@a... ] nobu - Ruby:r14678 (trunk): * common.mk (realclean-enc): fixed typo.
3186 2007-12-25 16:27 [ko1@a... ] akr - Ruby:r14679 (trunk): add a test.
3187 2007-12-25 16:29 [ko1@a... ] ko1 - Ruby:r14680 (trunk): * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to
3188 2007-12-25 16:36 [ko1@a... ] usa - Ruby:r14681 (trunk): * ext/dl/depend: add dependencies.
3189 2007-12-25 16:37 [ko1@a... ] nobu - Ruby:r14682 (trunk): * enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.
3190 2007-12-25 16:43 [ko1@a... ] usa - Ruby:r14683 (trunk): * golf_prelude.rb (h): add new method for all golfers.
3191 2007-12-25 16:51 [ko1@a... ] nobu - Ruby:r14684 (trunk): * enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversed
3192 2007-12-25 17:37 [ko1@a... ] knu - Ruby:r14685 (trunk): * lib/mkmf.rb (create_makefile): Add a missing dependency on the
3193 2007-12-25 18:07 [ko1@a... ] akr - Ruby:r14687 (trunk): * string.c (rb_str_inspect): don't call rb_enc_codepoint with empty
3194 2007-12-25 18:21 [ko1@a... ] shugo - Ruby:r14686 (trunk): * vm.c (rb_frame_method_id_and_class): new function to get the
3195 2007-12-25 18:28 [ko1@a... ] akr - Ruby:r14688 (trunk): * string.c (rb_str_each_line): don't call rb_enc_codepoint with empty
3196 2007-12-25 18:39 [ko1@a... ] akr - Ruby:r14689 (trunk): add tests reported by Yusuke ENDOH.
3197 2007-12-25 18:43 [ko1@a... ] ko1 - Ruby:r14690 (trunk): * iseq.c: all methods need $SAFE < 1.
3198 2007-12-25 18:53 [ko1@a... ] matz - Ruby:r14691 (trunk): * io.c (appendline): move RS comparison to rb_io_getline_1().
3199 2007-12-25 19:01 [ko1@a... ] nobu - Ruby:r14692 (trunk): * encoding.h (rb_enc_mbc_to_codepoint): wrapper for
3200 2007-12-25 20:03 [ko1@a... ] nobu - Ruby:r14693 (trunk): * tool/make-snapshot (revision): sed does not support +.
[前][次][スレッド一覧][上]