[前][次][番号順一覧][上]

ruby-changes:2601-2700

   2601 2007-12-03 08:17 [ko1@a...            ] shyouhei -  Ruby:r14091 (ruby_1_8_6): * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
   2602 2007-12-03 11:55 [ko1@a...            ] usa -  Ruby:r14093 (trunk): * ext/Win32API/*: removed or moved to ext/dl/win32.
   2603 2007-12-03 12:05 [ko1@a...            ] nobu -  Ruby:r14094 (trunk): * ext/dl/win32: set properties.
   2604 2007-12-04 11:24 [ko1@a...            ] nobu -  Ruby:r14095 (trunk, ruby_1_8): * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
   2605 2007-12-04 14:39 [ko1@a...            ] nobu -  Ruby:r14096 (trunk): * ruby.c (process_options): reverted c flag.
   2606 2007-12-04 15:32 [ko1@a...            ] akr -  Ruby:r14097 (trunk): add a test for .
   2607 2007-12-04 17:02 [ko1@a...            ] nobu -  Ruby:r14098 (trunk): * ext/iconv/iconv.c (iconv_create): achieve target encoding.
   2608 2007-12-04 17:02 [ko1@a...            ] nobu -  Ruby:r14099 (trunk): * ext/iconv/iconv.c (iconv_create): achieve target encoding.
   2609 2007-12-04 17:10 [ko1@a...            ] naruse -  Ruby:r14100 (trunk): * lib/json.rb, lib/json/*: moved to ext/json/lib.
   2610 2007-12-04 18:07 [ko1@a...            ] naruse -  Ruby:r14101 (trunk): * ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):
   2611 2007-12-04 19:17 [ko1@a...            ] nobu -  Ruby:r14102 (trunk): * ext/json: set properties.
   2612 2007-12-04 19:57 [ko1@a...            ] nobu -  Ruby:r14103 (trunk): * ext/iconv/iconv.c (iconv_convert): should not set encoding unless
   2613 2007-12-05 13:41 [ko1@a...            ] nobu -  Ruby:r14104 (trunk): * parse.y (yycompile): get rid of tracing while parsing.
   2614 2007-12-05 13:54 [ko1@a...            ] nobu -  Ruby:r14105 (trunk): * ChangeLog: fix ML number.
   2615 2007-12-05 14:26 [ko1@a...            ] ko1 -  Ruby:r14106 (trunk): * compile.c (iseq_compile_each): fix typo.
   2616 2007-12-05 15:15 [ko1@a...            ] nobu -  Ruby:r14107 (ruby_1_8, trunk): * range.c (step_i, range_step): support non-fixnum steps.
   2617 2007-12-05 15:26 [ko1@a...            ] nobu -  Ruby:r14108 (trunk): * parse.y (rb_intern3): fix to changing encoding to default, and
   2618 2007-12-05 16:19 [ko1@a...            ] nobu -  Ruby:r14109 (trunk): * proc.c (rb_proc_s_new): call initialize.  
   2619 2007-12-05 16:50 [ko1@a...            ] nobu -  Ruby:r14110 (trunk): * thread.c (thread_initialize): fixed typo.
   2620 2007-12-05 18:13 [ko1@a...            ] akr -  Ruby:r14111 (ruby_1_8): * numeric.c (int_odd_p): new method Integer#odd?.
   2621 2007-12-05 18:39 [ko1@a...            ] akr -  Ruby:r14112 (ruby_1_8): new file.
   2622 2007-12-05 18:42 [ko1@a...            ] akr -  Ruby:r14113 (ruby_1_8): Integer#odd?, Integer#even? and Integer#pred described.
   2623 2007-12-05 23:45 [ko1@a...            ] nobu -  Ruby:r14114 (ruby_1_8): * range.c (range_each): followed step_i change.
   2624 2007-12-06 01:07 [ko1@a...            ] naruse -  Ruby:r14115 (trunk): * ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.
   2625 2007-12-06 01:38 [ko1@a...            ] nobu -  Ruby:r14116 (trunk): * regparse.c (i_apply_case_fold): fix for negative character class.  a
   2626 2007-12-06 09:27 [ko1@a...            ] nobu -  Ruby:r14117 (trunk): * bootstraptest/test_knownbug.rb: test for .
   2627 2007-12-06 11:04 [ko1@a...            ] nobu -  Ruby:r14118 (trunk): * bootstraptest/test_knownbug.rb: new test for block and
   2628 2007-12-06 18:28 [ko1@a...            ] akr -  Ruby:r14119 (trunk): * encoding.c (rb_enc_precise_mbclen): new function for mbclen with
   2629 2007-12-06 18:37 [ko1@a...            ] akr -  Ruby:r14120 (trunk): add ML ref. 
   2630 2007-12-06 19:07 [ko1@a...            ] akr -  Ruby:r14121 (trunk): use \xf0 instead of \xfd for valid first byte of a UTF-8 character.
   2631 2007-12-06 19:09 [ko1@a...            ] akr -  Ruby:r14122 (trunk): reproduce segv.
   2632 2007-12-07 10:42 [ko1@a...            ] akr -  Ruby:r14123 (trunk): add test for .
   2633 2007-12-07 11:51 [ko1@a...            ] matz -  Ruby:r14124 (trunk): * parse.y (arg): tUPLUS no longer works as identity operation any
   2634 2007-12-07 11:53 [ko1@a...            ] matz -  Ruby:r14125 (trunk): * parse.y (arg): typo fixed ("!" -> "|") in the ripper code.
   2635 2007-12-07 12:22 [ko1@a...            ] nobu -  Ruby:r14126 (trunk): * thread.c (rb_exec_recursive): use Hash instead of Array for
   2636 2007-12-07 12:27 [ko1@a...            ] nobu -  Ruby:r14127 (trunk): * array.c (flatten): some performance improvements, based on a patch
   2637 2007-12-07 15:04 [ko1@a...            ] nobu -  Ruby:r14128 (trunk): * thread.c (recursive_pop): use object ID.
   2638 2007-12-07 15:48 [ko1@a...            ] akr -  Ruby:r14129 (trunk): * lib/pp.rb: use Hash for recursion check as inspect.
   2639 2007-12-07 20:35 [ko1@a...            ] gotoyuzo -  Ruby:r14130 (trunk): * ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:
   2640 2007-12-08 11:51 [ko1@a...            ] akr -  Ruby:r14131 (trunk): * encoding.c (rb_enc_mbclen): make it never fail.
   2641 2007-12-08 13:31 [ko1@a...            ] akr -  Ruby:r14132 (trunk): add test for UTF-8 bit pattern.
   2642 2007-12-08 16:21 [ko1@a...            ] akr -  Ruby:r14133 (trunk): * re.c (rb_reg_check_preprocess): new function for validating regexp
   2643 2007-12-08 17:12 [ko1@a...            ] akr -  Ruby:r14134 (trunk): * ruby.c (proc_options): make rb_raise format as a string literal to
   2644 2007-12-08 17:23 [ko1@a...            ] gotoyuzo -  Ruby:r14135 (trunk): * test/openssl/test_pkcs7.rb: Remove redundant module namespace.
   2645 2007-12-08 17:53 [ko1@a...            ] akr -  Ruby:r14136 (trunk): * enum.c (enum_count): suppress warning.
   2646 2007-12-08 18:02 [ko1@a...            ] akr -  Ruby:r14137 (trunk): * signal.c (posix_signal): return value.
   2647 2007-12-08 18:36 [ko1@a...            ] akr -  Ruby:r14138 (trunk): unused variables removed.
   2648 2007-12-09 00:00 [ko1@a...            ] akr -  Ruby:r14139: ignore y.output.    
   2649 2007-12-09 02:42 [ko1@a...            ] akr -  Ruby:r14140 (trunk): add a test for concatinating euc-jp and ascii-8bit string.
   2650 2007-12-09 03:42 [ko1@a...            ] akr -  Ruby:r14141 (trunk): * encoding.c (rb_enc_mbclen): return 1 if underlying implementation
   2651 2007-12-09 03:45 [ko1@a...            ] akr -  Ruby:r14142 (trunk): add a test for casecmp with sjis string.
   2652 2007-12-09 03:47 [ko1@a...            ] akr -  Ruby:r14143 (trunk): fix previous commit.
   2653 2007-12-09 04:14 [ko1@a...            ] akr -  Ruby:r14144 (trunk): * encoding.c (rb_enc_precise_mbclen): return needmore if underlying
   2654 2007-12-09 09:31 [ko1@a...            ] akr -  Ruby:r14145 (trunk): more tests. 
   2655 2007-12-09 09:57 [ko1@a...            ] akr -  Ruby:r14146 (trunk): more tests. 
   2656 2007-12-09 10:26 [ko1@a...            ] akr -  Ruby:r14147 (trunk): fix added test.
   2657 2007-12-09 11:29 [ko1@a...            ] nobu -  Ruby:r14148 (trunk): * string.c (tr_trans): get rid of segfaults when has mulitbytes but
   2658 2007-12-09 11:30 [ko1@a...            ] nobu -  Ruby:r14149 (trunk): * 2007-12-09
   2659 2007-12-09 12:03 [ko1@a...            ] nobu -  Ruby:r14150 (trunk): * parse.y (parser_magic_comment): delimits with a semicolon.
   2660 2007-12-09 12:12 [ko1@a...            ] nobu -  Ruby:r14151 (trunk): * string.c (tr_find): returns true if no characters to be removed is
   2662 2007-12-09 12:39 [ko1@a...            ] nobu -  Ruby:r14153 (trunk, ruby_1_8): * lib/cgi.rb (read_multipart): exclude blanks from header values.
   2663 2007-12-09 12:50 [ko1@a...            ] akr -  Ruby:r14154 (trunk): * re.c (append_utf8): check unicode range.
   2664 2007-12-09 14:15 [ko1@a...            ] akr -  Ruby:r14155 (trunk): * include/ruby/ruby.h (FilePathStringValue): defined.  similar to
   2665 2007-12-09 14:56 [ko1@a...            ] ko1 -  Ruby:r14156 (trunk): * vm.c (rb_thread_mark): use rb_gc_mark_maybe() for
   2666 2007-12-09 15:02 [ko1@a...            ] ko1 -  Ruby:r14157 (trunk): * eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.
   2667 2007-12-09 16:13 [ko1@a...            ] akr -  Ruby:r14158 (trunk): * re.c (match_backref_number): new function for converting a backref
   2668 2007-12-09 16:37 [ko1@a...            ] akr -  Ruby:r14159 (trunk): document named capture of MatchData#{offset,begin,end,inspect}.
   2669 2007-12-09 20:57 [ko1@a...            ] akr -  Ruby:r14160 (trunk): Regexp#fixed_encoding? documented.
   2670 2007-12-09 22:36 [ko1@a...            ] akr -  Ruby:r14161 (trunk): * re.c (rb_reg_s_last_match): accept named capture's name.
   2671 2007-12-10 01:40 [ko1@a...            ] matz -  Ruby:r14162 (trunk): * parse.y (expr): redefinable not (!) operator.
   2672 2007-12-10 06:44 [ko1@a...            ] akr -  Ruby:r14163 (trunk): * re.c (rb_reg_names): new method Regexp#names.
   2673 2007-12-10 06:48 [ko1@a...            ] akr -  Ruby:r14164 (trunk): * re.c (rb_reg_expr_str): use \xHH instead of \OOO.
   2674 2007-12-10 08:17 [ko1@a...            ] matz -  Ruby:r14165 (trunk): * parse.y (parser_yylex): wrong token was generated.  
   2675 2007-12-10 08:18 [ko1@a...            ] akr -  Ruby:r14166 (trunk): update tests for String#inspect replacing \xHH instead of \OOO.
   2676 2007-12-10 08:25 [ko1@a...            ] matz -  Ruby:r14167 (trunk): * object.c (rb_obj_not_match): wrong test.
   2677 2007-12-10 09:57 [ko1@a...            ] ko1 -  Ruby:r14168 (trunk): * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.
   2678 2007-12-10 09:59 [ko1@a...            ] ko1 -  Ruby:r14169 (trunk): * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: prop set.
   2679 2007-12-10 12:16 [ko1@a...            ] akr -  Ruby:r14170 (trunk): add ML ref. 
   2680 2007-12-10 14:13 [ko1@a...            ] nobu -  Ruby:r14171 (trunk): * re.c (rb_reg_search): return byte offset.  
   2681 2007-12-10 14:15 [ko1@a...            ] matz -  Ruby:r14172 (trunk): * transcode.c: new file to provide encoding conversion features.
   2682 2007-12-10 14:35 [ko1@a...            ] matz -  Ruby:r14173 (trunk): * eval.c (rb_f_public_send): rename invoke_method to public_send.
   2683 2007-12-10 16:53 [ko1@a...            ] nobu -  Ruby:r14174 (trunk): * string.c (rb_str_insert): should not add length in bytes to index in
   2684 2007-12-10 17:26 [ko1@a...            ] nobu -  Ruby:r14175 (trunk): * transcode*.[ch], test/ruby/test_transcode.rb: set properties.
   2685 2007-12-10 17:46 [ko1@a...            ] nobu -  Ruby:r14176 (trunk): * string.c (rb_str_tmp_new): creates hidden temporary buffer.
   2686 2007-12-10 18:31 [ko1@a...            ] matz -  Ruby:r14177 (trunk): * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
   2687 2007-12-10 18:32 [ko1@a...            ] matz -  Ruby:r14178 (ruby_1_8): * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
   2688 2007-12-10 18:50 [ko1@a...            ] akr -  Ruby:r14179 (trunk): "// =~ :a" abort.
   2689 2007-12-10 19:17 [ko1@a...            ] matz -  Ruby:r14180 (trunk): * re.c (rb_reg_match): should calculate offset by converted
   2690 2007-12-10 21:02 [ko1@a...            ] matz -  Ruby:r14181 (trunk): * array.c (rb_ary_slice_bang): should return nil if position out
   2691 2007-12-10 22:17 [ko1@a...            ] nobu -  Ruby:r14182 (trunk): * transcode.c (str_transcode): allow non-registered encodings.
   2692 2007-12-10 22:27 [ko1@a...            ] knu -  Ruby:r14183 (trunk): * array.c (rb_ary_slice_bang): If an invalid range is given, do
   2693 2007-12-11 00:09 [ko1@a...            ] knu -  Ruby:r14184 (ruby_1_8): * array.c (rb_ary_slice_bang): If an invalid negative index (<=
   2694 2007-12-11 00:33 [ko1@a...            ] knu -  Ruby:r14185 (ruby_1_8): <= -> <
   2695 2007-12-11 01:23 [ko1@a...            ] matz -  Ruby:r14186 (trunk): * parse.y (shadowing_lvar_gen): no duplicate error for "_".
   2696 2007-12-11 01:54 [ko1@a...            ] matz -  Ruby:r14187 (trunk): * lib/net/http.rb (Net::HTTP::get): now supports gzip
   2697 2007-12-11 02:25 [ko1@a...            ] matz -  Ruby:r14188 (trunk): * eval.c (rb_method_missing): RDoc update patch from Hugh Sasse
   2698 2007-12-11 09:42 [ko1@a...            ] akr -  Ruby:r14189 (trunk): * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):
   2699 2007-12-11 12:09 [ko1@a...            ] akr -  Ruby:r14190 (trunk): * encoding.c (rb_enc_get_ascii): add an argument to provide the
   2700 2007-12-11 13:58 [ko1@a...            ] nobu -  Ruby:r14191 (trunk): * transcode.c (transcode_loop): get rid of SEGV at sequence can not be

[前][次][番号順一覧][上]