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

ruby-cvs:22801-22900

  22801 2008-02-21 16:47 [matz at ruby-lang.or] Ruby:r15564 (trunk): * io.c (rb_f_putc): invoke stdout method so that redefining putc
  22802 2008-02-21 17:42 [duerst at ruby-lang.] Ruby:r15565 (trunk): Thu Feb 21 17:15:15 2008  Martin Duerst  <duerst at it.aoyama.ac.jp>
  22803 2008-02-22 04:54 [naruse at ruby-lang.] Ruby:r15566 (trunk): * string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.
  22804 2008-02-22 09:07 [nobu at ruby-lang.or] Ruby:r15567 (trunk): * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.
  22805 2008-02-22 09:17 [usa at ruby-lang.org] Ruby:r15568 (trunk): * test/ruby/test_m17n.rb: add tests.
  22806 2008-02-22 09:33 [usa at ruby-lang.org] Ruby:r15569 (trunk): sorry, typo.       
  22807 2008-02-22 09:42 [usa at ruby-lang.org] Ruby:r15570 (trunk): commit miss. orz   
  22808 2008-02-22 11:18 [naruse at ruby-lang.] Ruby:r15571 (trunk): * string.c (rb_str_substr): copy encoding although empty string.
  22809 2008-02-22 12:16 [naruse at ruby-lang.] Ruby:r15572 (trunk): * string.c (rb_str_inspect): string of ascii incompatible encoding
  22810 2008-02-22 15:52 [akr at ruby-lang.org] Ruby:r15573 (trunk): * encoding.c (rb_enc_mbclen): return minlen instead of 1 when
  22811 2008-02-22 16:09 [nobu at ruby-lang.or] Ruby:r15574 (ruby_1_8): * bignum.c (rb_big_lshift, rb_big_rshift, rb_big_aref): removed excess
  22812 2008-02-22 19:50 [nobu at ruby-lang.or] Ruby:r15575 (ruby_1_8, trunk): * bignum.c (BIGZEROP): fix for longer Bignum zeros.  [ruby-Bugs-17454]
  22813 2008-02-22 21:15 [naruse at ruby-lang.] Ruby:r15576 (trunk): * string.c (rb_enc_cr_str_copy): check string's coderange is 7bit or
  22814 2008-02-22 21:56 [naruse at ruby-lang.] Ruby:r15577 (trunk): * add ascii incompatible case.
  22815 2008-02-23 00:02 [naruse at ruby-lang.] Ruby:r15578 (trunk): * fix missing STR_ENC_GET.
  22816 2008-02-23 01:12 [akr at ruby-lang.org] Ruby:r15579 (trunk): * process.c (rlimit_resource_type): new function.
  22817 2008-02-23 11:52 [nobu at ruby-lang.or] Ruby:r15580 (trunk): * 2008-02-23       
  22818 2008-02-23 18:55 [suke at ruby-lang.or] Ruby:r15581 (trunk): * ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCII
  22819 2008-02-23 19:29 [naruse at ruby-lang.] Ruby:r15582 (trunk): * string.c (rb_enc_cr_str_copy_for_substr): renamed from
  22820 2008-02-23 20:18 [naruse at ruby-lang.] Ruby:r15583 (trunk): * string.c (str_sublen): removed.
  22821 2008-02-23 20:21 [naruse at ruby-lang.] Ruby:r15584 (trunk): * follow type.     
  22822 2008-02-23 21:36 [usa at ruby-lang.org] Ruby:r15585 (trunk): * ext/win32ole/win32ole.c (ole_init_cp): should return value.
  22823 2008-02-24 03:53 [nobu at ruby-lang.or] Ruby:r15586 (trunk, ruby_1_8): * util.c (valid_filename): use O_EXCL to get rid of clobbering
  22824 2008-02-24 04:03 [nobu at ruby-lang.or] Ruby:r15587 (trunk): * debug.c (ruby_debug_print_indent): use length in fprintf.
  22825 2008-02-24 05:09 [nobu at ruby-lang.or] Ruby:r15588 (trunk): * misc/ruby-style.el (ruby-style-label-indent): fix for labels inside
  22826 2008-02-24 05:25 [nobu at ruby-lang.or] Ruby:r15589 (trunk): * ruby.c (proc_options): check if argument for -E exists.
  22827 2008-02-24 06:13 [nobu at ruby-lang.or] Ruby:r15590 (trunk): * debug.c (ruby_set_debug_option): separated ruby_each_words().
  22828 2008-02-24 06:49 [nobu at ruby-lang.or] Ruby:r15591 (trunk): * ruby.c (enable_option, disable_option): allow all for all known
  22829 2008-02-24 23:29 [nobu at ruby-lang.or] Ruby:r15592 (ruby_1_8, trunk): * common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
  22830 2008-02-24 23:40 [nobu at ruby-lang.or] Ruby:r15593 (trunk): * cygwin/GNUmakefile.in (clean-local): remove def file.
  22831 2008-02-25 00:01 [nobu at ruby-lang.or] Ruby:r15594 (trunk): * cygwin/GNUmakefile.in (clean-local): should be double-colon.
  22832 2008-02-25 10:42 [duerst at ruby-lang.] Ruby:r15595 (trunk): Mon Feb 25 10:41:41 2008  Martin Duerst  <duerst at it.aoyama.ac.jp>
  22833 2008-02-25 13:58 [akr at ruby-lang.org] Ruby:r15596 (ruby_1_8, trunk): * process.c (Init_process): share bignum objects for RLIM_INFINITY,
  22834 2008-02-25 14:01 [usa at ruby-lang.org] Ruby:r15597 (ruby_1_8): * 2008-02-25    
  22835 2008-02-25 15:34 [usa at ruby-lang.org] Ruby:r15598 (trunk): * bignum.c (big2str_karatsuba): initialize cache if not initialized.
  22836 2008-02-25 15:35 [usa at ruby-lang.org] Ruby:r15599 (trunk): * ChangeLog: add ML ref.
  22837 2008-02-25 17:48 [technorama at ruby-l] Ruby:r15600 (ruby_1_8): Mon Feb 25 17:30:29 2008  Technorama Ltd.  <oss-ruby at technorama.net>
  22838 2008-02-25 17:50 [technorama at ruby-l] Ruby:r15601 (ruby_1_8): update changelog
  22839 2008-02-25 17:51 [technorama at ruby-l] Ruby:r15602 (trunk): * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:
  22840 2008-02-25 22:39 [nobu at ruby-lang.or] Ruby:r15603 (trunk): * 2008-02-25       
  22841 2008-02-26 01:18 [akr at ruby-lang.org] Ruby:r15604 (trunk): * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.
  22842 2008-02-26 09:09 [usa at ruby-lang.org] Ruby:r15605 (trunk): * 2008-02-26       
  22843 2008-02-26 15:10 [usa at ruby-lang.org] Ruby:r15606 (trunk): * signal.c: sorry, commit miss.
  22844 2008-02-26 15:30 [nobu at ruby-lang.or] Ruby:r15607 (trunk): * array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow with
  22845 2008-02-26 15:44 [akr at ruby-lang.org] Ruby:r15608 (ruby_1_8, trunk): * parse.y (tokadd_escape): refactored.  [ruby-core:15657]
  22846 2008-02-26 15:50 [nobu at ruby-lang.or] Ruby:r15609 (trunk): * parse.y (value_expr_gen): removed inappropriate warning.
  22847 2008-02-26 16:07 [technorama at ruby-l] Ruby:r15610 (trunk): * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.
  22848 2008-02-26 16:11 [technorama at ruby-l] Ruby:r15611 (ruby_1_8): * ext/openssl/ossl_pkey_{ec,dh,dsa,rsa}.c: Remove useless warnings.
  22849 2008-02-26 16:15 [usa at ruby-lang.org] Ruby:r15612 (ruby_1_8): * 2008-02-26    
  22850 2008-02-26 16:38 [nobu at ruby-lang.or] Ruby:r15613 (trunk): * array.c (recursive_cmp): compare minimal length parts.
  22851 2008-02-26 16:41 [nobu at ruby-lang.or] Ruby:r15614 (trunk): * array.c (combi_len, rb_ary_product): check for overflow.
  22852 2008-02-26 16:53 [matz at ruby-lang.or] Ruby:r15615 (trunk): * misc/ruby-mode.el (ruby-calculate-indent): should distinguish
  22853 2008-02-27 03:56 [nobu at ruby-lang.or] Ruby:r15616 (trunk): * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if
  22854 2008-02-28 00:19 [naruse at ruby-lang.] Ruby:r15617 (trunk): * string.c (rb_str_coderange_scan_restartable): coderange scaning
  22855 2008-02-28 03:44 [nagai at ruby-lang.o] Ruby:r15618 (trunk): * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set
  22856 2008-02-28 05:56 [naruse at ruby-lang.] Ruby:r15619 (trunk): * io.c (read_all): fix if.
  22857 2008-02-28 11:13 [nobu at ruby-lang.or] Ruby:r15620 (trunk): * include/ruby/encoding.h (rb_str_coderange_scan_restartable): added
  22858 2008-02-28 11:19 [nobu at ruby-lang.or] Ruby:r15621 (trunk): * string.c (rb_str_reverse_bang): removed unsed variables.
  22860 2008-02-28 11:25 [nobu at ruby-lang.or] Ruby:r15623 (trunk): * io.c (rb_io_getline_1): get rid of segfault.  [ruby-dev:33938]
  22861 2008-02-28 11:44 [nobu at ruby-lang.or] Ruby:r15624 (trunk): * file.c (rb_file_flock): immediately returns on EAGAIN if
  22862 2008-02-28 13:52 [nobu at ruby-lang.or] Ruby:r15625 (trunk): * eval.c (stack_check): made flag per threads.
  22863 2008-02-28 14:38 [naruse at ruby-lang.] Ruby:r15626 (trunk): * string.c (rb_enc_str_copy): removed.
  22864 2008-02-28 14:59 [nobu at ruby-lang.or] Ruby:r15627 (trunk): * eval_error.c (error_handle): commit miss.
  22865 2008-02-28 15:30 [naruse at ruby-lang.] Ruby:r15628 (trunk): * io.c (rb_io_getline_fast): scan coderange.
  22866 2008-02-28 18:03 [akr at ruby-lang.org] Ruby:r15629 (trunk): add a test.        
  22867 2008-02-28 18:10 [akr at ruby-lang.org] Ruby:r15630 (trunk): * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encoding
  22868 2008-02-28 20:58 [naruse at ruby-lang.] Ruby:r15631 (trunk): * encoding.c (enc_find): check type of argument and convert to String
  22869 2008-02-28 22:22 [naruse at ruby-lang.] Ruby:r15632 (trunk): * encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse.
  22870 2008-02-28 23:38 [akr at ruby-lang.org] Ruby:r15633 (trunk): * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BIT
  22871 2008-02-29 02:27 [nagai at ruby-lang.o] Ruby:r15634 (trunk): * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE
  22872 2008-02-29 03:13 [naruse at ruby-lang.] Ruby:r15635 (trunk): * string.c (str_new): remove encoding assumption of empty string.
  22873 2008-02-29 03:32 [naruse at ruby-lang.] Ruby:r15636 (trunk): * test/ruby/test_time.rb (test_readers): fix typo.
  22874 2008-02-29 14:16 [nobu at ruby-lang.or] Ruby:r15637 (trunk): * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):
  22875 2008-02-29 15:12 [nobu at ruby-lang.or] Ruby:r15638 (trunk): * parse.y (opt_block_param): command can start just after block param
  22876 2008-02-29 15:19 [matz at ruby-lang.or] Ruby:r15639 (trunk): * string.c (rb_str_rpartition): calculation was done in byte indexing.
  22877 2008-02-29 18:19 [matz at ruby-lang.or] Ruby:r15640 (trunk): * time.c (time_strftime): format should be ascii compatible.
  22878 2008-02-29 22:33 [matz at ruby-lang.or] Ruby:r15641 (trunk): * string.c (rb_str_chomp_bang): now works on UTF-16.
  22879 2008-02-29 22:44 [matz at ruby-lang.or] Ruby:r15642 (trunk): * test/ruby/test_iterator.rb (TestIterator::test_enumerator):
  22880 2008-02-29 23:36 [akr at ruby-lang.org] Ruby:r15643 (trunk): add a test.        
  22881 2008-02-29 23:57 [matz at ruby-lang.or] Ruby:r15644 (trunk): * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): test
  22882 2008-03-01 00:29 [nobu at ruby-lang.or] Ruby:r15645 (trunk): * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.
  22883 2008-03-01 02:35 [nobu at ruby-lang.or] Ruby:r15646 (trunk, ruby_1_8): * bignum.c (big2str_find_n1): check integer overflow.
  22884 2008-03-01 02:44 [nobu at ruby-lang.or] Ruby:r15647 (trunk, ruby_1_8): * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too
  22885 2008-03-01 09:38 [matz at ruby-lang.or] Ruby:r15648 (trunk): * sprintf.c (rb_str_format): "%#.0o" should keep prefix where
  22886 2008-03-01 10:02 [matz at ruby-lang.or] Ruby:r15649 (trunk): * string.c (rb_str_coderange_scan_restartable): should not return
  22887 2008-03-01 10:09 [nobu at ruby-lang.or] Ruby:r15650 (trunk): * string.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang):
  22888 2008-03-01 10:22 [matz at ruby-lang.or] Ruby:r15651 (trunk): test/test_{string,sprintf}.rb: updated.
  22889 2008-03-01 10:33 [naruse at ruby-lang.] Ruby:r15652 (trunk): * io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding.
  22890 2008-03-01 10:42 [matz at ruby-lang.or] Ruby:r15653 (trunk): ChangeLog: typo fixed
  22891 2008-03-01 12:36 [matz at ruby-lang.or] Ruby:r15654 (trunk): * eval_method.c (rb_get_method_body): ent->method may be freed by
  22892 2008-03-01 12:42 [matz at ruby-lang.or] Ruby:r15655 (trunk): * string.c (sym_inspect): use rb_str_inspect() instead of
  22893 2008-03-01 12:42 [matz at ruby-lang.or] Ruby:r15656 (trunk): bootstraptest/test_knownbug.rb: add test
  22894 2008-03-01 13:07 [matz at ruby-lang.or] Ruby:r15657 (trunk): bootstraptest/test_marshal.rb: test updated
  22895 2008-03-01 13:12 [akr at ruby-lang.org] Ruby:r15658 (trunk): * test/ruby/allpairs.rb: new file for all pairs method.
  22896 2008-03-01 14:13 [matz at ruby-lang.or] Ruby:r15659 (trunk): * tool/make-snapshot: make prereq uses MINIRUBY.
  22897 2008-03-01 14:15 [matz at ruby-lang.or] Ruby:r15660 (trunk): * development snapshot 1.9.0-1 released.
  22898 2008-03-01 17:45 [nobu at ruby-lang.or] Ruby:r15661 (trunk): * tool/make-snapshot: prefixed r makes $revision always true.
  22899 2008-03-01 17:51 [nobu at ruby-lang.or] Ruby:r15662 (trunk): * lib/test/unit/collector/dir.rb (recursive_collect): do not always
  22900 2008-03-01 17:59 [nobu at ruby-lang.or] Ruby:r15663 (trunk): * io.c (struct argf): packed ARGF stuffs.

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