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

ruby-cvs:21901-22000

  21901 2007-12-25 14:21 [matz at ruby-lang.or] Ruby:r14664 (trunk): * lib/mkmf.rb (map_dir): should generate path including $top_srcdir.
  21902 2007-12-25 14:37 [matz at ruby-lang.or] Ruby:r14665 (trunk): lib/mkmf.rb: revert last change
  21903 2007-12-25 14:57 [nobu at ruby-lang.or] Ruby:r14666 (trunk): * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans.
  21904 2007-12-25 15:01 [matz at ruby-lang.or] Ruby:r14667 (trunk): * enum.c (enum_yield): when multiple values yielded from #each
  21905 2007-12-25 15:09 [usa at ruby-lang.org] Ruby:r14668 (trunk): * enc/trans/single_byte.c (Init_single_byte): renamed.
  21906 2007-12-25 15:21 [nobu at ruby-lang.or] Ruby:r14669 (trunk): * transcode.c (transcode_dispatch): fix for multistep transcode.
  21907 2007-12-25 15:22 [matz at ruby-lang.or] Ruby:r14670 (trunk): * enum.c (collect_all): should pack all values.  [ruby-core:14410]
  21908 2007-12-25 15:38 [akr at ruby-lang.org] Ruby:r14671 (trunk): * io.c (appendline): initialize rslen to 1 if rsptr is 0.
  21909 2007-12-25 15:44 [matz at ruby-lang.or] Ruby:r14672 (trunk): * io.c (rb_io_external_encoding): should return nil for
  21910 2007-12-25 15:55 [nobu at ruby-lang.or] Ruby:r14673 (trunk): * string.c (rb_str_succ): fix for string with non-alphanumeric chars.
  21911 2007-12-25 15:59 [nobu at ruby-lang.or] Ruby:r14674 (trunk): * encoding.c (rb_enc_register): do not use based_encoding to check if
  21912 2007-12-25 16:01 [matz at ruby-lang.or] Ruby:r14675 (trunk): * test/ruby/test_io_m17n.rb: fix tests
  21913 2007-12-25 16:04 [nobu at ruby-lang.or] Ruby:r14676 (trunk): * trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.
  21914 2007-12-25 16:15 [nobu at ruby-lang.or] Ruby:r14677 (trunk): * common.mk (clean-enc): clean encoding objects.
  21915 2007-12-25 16:18 [nobu at ruby-lang.or] Ruby:r14678 (trunk): * common.mk (realclean-enc): fixed typo.
  21916 2007-12-25 16:27 [akr at ruby-lang.org] Ruby:r14679 (trunk): add a test.        
  21917 2007-12-25 16:28 [ko1 at ruby-lang.org] Ruby:r14680 (trunk): * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to
  21918 2007-12-25 16:35 [usa at ruby-lang.org] Ruby:r14681 (trunk): * ext/dl/depend: add dependencies. [ruby-dev:32760]
  21919 2007-12-25 16:37 [nobu at ruby-lang.or] Ruby:r14682 (trunk): * enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.
  21921 2007-12-25 16:51 [nobu at ruby-lang.or] Ruby:r14684 (trunk): * enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversed
  21922 2007-12-25 17:37 [knu at ruby-lang.org] Ruby:r14685 (trunk): * lib/mkmf.rb (create_makefile): Add a missing dependency on the
  21923 2007-12-25 17:49 [shugo at ruby-lang.o] Ruby:r14686 (trunk): * vm.c (rb_frame_method_id_and_class): new function to get the
  21924 2007-12-25 18:07 [akr at ruby-lang.org] Ruby:r14687 (trunk): * string.c (rb_str_inspect): don't call rb_enc_codepoint with empty
  21925 2007-12-25 18:28 [akr at ruby-lang.org] Ruby:r14688 (trunk): * string.c (rb_str_each_line): don't call rb_enc_codepoint with empty
  21926 2007-12-25 18:39 [akr at ruby-lang.org] Ruby:r14689 (trunk): add tests reported by Yusuke ENDOH.
  21927 2007-12-25 18:43 [ko1 at ruby-lang.org] Ruby:r14690 (trunk): * iseq.c: all methods need $SAFE < 1.
  21928 2007-12-25 18:52 [matz at ruby-lang.or] Ruby:r14691 (trunk): * io.c (appendline): move RS comparison to rb_io_getline_1().
  21929 2007-12-25 19:01 [nobu at ruby-lang.or] Ruby:r14692 (trunk): * encoding.h (rb_enc_mbc_to_codepoint): wrapper for
  21930 2007-12-25 20:03 [nobu at ruby-lang.or] Ruby:r14693 (trunk): * tool/make-snapshot (revision): sed does not support +.
  21931 2007-12-25 20:14 [eban at ruby-lang.or] Ruby:r14694 (trunk): * tool/make-snapshot: more portable.
  21932 2007-12-25 20:24 [nobu at ruby-lang.or] Ruby:r14695 (trunk): * tool/make-snapshot: argument check, and cleanup exported directory.
  21933 2007-12-25 20:31 [technorama at ruby-l] Ruby:r14696 (trunk): * ext/openssl/ossl_ssl.c: Only show a warning if the default
  21934 2007-12-25 21:26 [nobu at ruby-lang.or] Ruby:r14697 (trunk): * common.mk (parse.c): depends on tool/ytab.sed.
  21935 2007-12-25 21:34 [akr at ruby-lang.org] Ruby:r14698 (trunk): * parse.y (struct parser_params): make parser_ruby_sourcefile common
  21936 2007-12-25 21:37 [ko1 at ruby-lang.org] Ruby:r14699 (trunk): * compile.c (iseq_compile_each): fix stack consistency error
  21937 2007-12-25 21:44 [nobu at ruby-lang.or] Ruby:r14700 (trunk): * tool/make-snapshot: add version number.
  21938 2007-12-25 22:14 [ko1 at ruby-lang.org] Ruby:r14701 (trunk): * thread.c: remove Thread.critical(=).
  21939 2007-12-25 22:15 [ko1 at ruby-lang.org] Ruby:r14702 (trunk): * bootstraptest/pending.rb: add pending issue.
  21940 2007-12-25 22:46 [ko1 at ruby-lang.org] Ruby:r14703 (trunk): * insns2vm.rb: add encoding option to shbang.
  21941 2007-12-25 22:55 [nobu at ruby-lang.or] Ruby:r14704 (trunk): * configure.in (TIMEZONE_VOID): typo.
  21942 2007-12-25 22:57 [usa at ruby-lang.org] Ruby:r14705 (trunk): * win32/Makefile.sub (config.status): keep this file.
  21943 2007-12-25 23:16 [nobu at ruby-lang.or] Ruby:r14706 (trunk): * ruby.c (proc_options): encoding option in shbang and RUBYOPT did not
  21944 2007-12-25 23:19 [matz at ruby-lang.or] Ruby:r14707 (trunk): * doc/NEWS: changes for 1.9
  21945 2007-12-25 23:30 [matz at ruby-lang.or] Ruby:r14708 (trunk): * lib/rexml/node.rb (REXML::Node::indent): should initialize rv
  21946 2007-12-25 23:34 [matz at ruby-lang.or] Ruby:r14709 (trunk): * development version 1.9.0 released.
  21947 2007-12-26 00:57 [nobu at ruby-lang.or] Ruby:r14710 (trunk): * ext/json/ext/generator/generator.c (Init_generator): requires
  21948 2007-12-26 01:27 [ko1 at ruby-lang.org] Ruby:r14711: add tag v1_9_0_0           
  21949 2007-12-26 12:07 [akr at ruby-lang.org] Ruby:r14712 (trunk): add a test.        
  21950 2007-12-26 12:49 [akr at ruby-lang.org] Ruby:r14713 (trunk): update lambda? doc.
  21951 2007-12-26 13:29 [nobu at ruby-lang.or] Ruby:r14714 (trunk): * array.c (tmpbuf): use rb_str_tmp_new().
  21952 2007-12-26 13:56 [jeg2 at ruby-lang.or] Ruby:r14715 (trunk): * lib/csv.rb:  Cleaned up some code with Ruby 1.9 idioms.
  21953 2007-12-26 14:39 [usa at ruby-lang.org] Ruby:r14716 (trunk): * instruby.rb: install goruby if exists.
  21954 2007-12-26 15:28 [akr at ruby-lang.org] Ruby:r14717 (trunk): remove p.          
  21955 2007-12-26 16:10 [nobu at ruby-lang.or] Ruby:r14718 (trunk): * string.c (Init_String): defines chars method.
  21956 2007-12-26 17:33 [akr at ruby-lang.org] Ruby:r14719 (trunk): * io.c (io_fflush): check closed fptr after rb_write_internal to avoid
  21957 2007-12-26 21:15 [tadf at ruby-lang.or] Ruby:r14720 (ruby_1_8): parsedate is obsolete.
  21958 2007-12-26 21:29 [tadf at ruby-lang.or] Ruby:r14721 (trunk): * lib/date/format.rb (_xmlschema): some improvements.
  21959 2007-12-26 22:46 [naruse at ruby-lang.] Ruby:r14722 (ruby_1_8): * lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of
  21960 2007-12-26 22:50 [naruse at ruby-lang.] Ruby:r14723 (trunk): * lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of
  21961 2007-12-27 02:32 [usa at ruby-lang.org] Ruby:r14724 (trunk): * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCES
  21962 2007-12-27 10:47 [matz at ruby-lang.or] Ruby:r14725 (trunk): * ext/socket/socket.c: a patch to support IRIX from Andrew
  21963 2007-12-27 10:50 [technorama at ruby-l] Ruby:r14726 (ruby_1_8): * ext/openssl/ossl_ssl.c: Only show a warning if the default
  21964 2007-12-27 11:01 [nobu at ruby-lang.or] Ruby:r14727 (ruby_1_8): * intern.h, string.c (rb_str_set_len): added for upgrading path from
  21965 2007-12-27 11:02 [nobu at ruby-lang.or] Ruby:r14728 (ruby_1_8): * string.c (rb_str_lines, rb_str_bytes): ditto.
  21966 2007-12-27 14:36 [akr at ruby-lang.org] Ruby:r14729 (trunk): * io.c (io_fflush): checks wbuf modification by other threads.
  21967 2007-12-27 15:02 [nobu at ruby-lang.or] Ruby:r14730 (trunk): * string.c (rb_str_casecmp): fixed using a wrong variable.
  21968 2007-12-27 15:12 [akr at ruby-lang.org] Ruby:r14731 (trunk): * encoding.c (rb_enc_check): show encodings in error message.
  21969 2007-12-27 15:19 [akr at ruby-lang.org] Ruby:r14732 (trunk): * encoding.c (rb_enc_codelen): error message refined.
  21970 2007-12-27 15:27 [akr at ruby-lang.org] Ruby:r14733 (trunk): * encoding.c (rb_enc_codelen): show codepoint in error message.
  21971 2007-12-27 16:38 [akr at ruby-lang.org] Ruby:r14734 (trunk): * re.c (rb_reg_s_union): show encodings in error message.
  21972 2007-12-27 17:27 [akr at ruby-lang.org] Ruby:r14735 (trunk): * parse.y, transcode_data.h, transcode.c: change "illegal" to
  21973 2007-12-27 17:58 [akr at ruby-lang.org] Ruby:r14736 (trunk): * lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanese.c:
  21974 2007-12-27 21:48 [usa at ruby-lang.org] Ruby:r14737 (trunk): * mkconfig.rb (prefix): archdir is "1.9.0", not "1.9".
  21975 2007-12-27 21:50 [usa at ruby-lang.org] Ruby:r14738 (trunk): * ChangeLog: add report ref.
  21976 2007-12-27 22:33 [usa at ruby-lang.org] Ruby:r14739 (trunk): * lib/rubygems/commands/update_command.rb (do_rubygems_update): use
  21977 2007-12-27 23:43 [nobu at ruby-lang.or] Ruby:r14740 (trunk): * cygwin/GNUmakefile.in (EXTOBJS): uses ruby.rc always for other than
  21978 2007-12-27 23:56 [nobu at ruby-lang.or] Ruby:r14741 (ruby_1_8, trunk): * mkconfig.rb: should not use the libraries under the source directory
  21979 2007-12-28 00:03 [usa at ruby-lang.org] Ruby:r14742 (trunk): * common.mk (golf_prelude.c): use MINIRUBY instead of BASERUBY because
  21980 2007-12-28 00:30 [nobu at ruby-lang.or] Ruby:r14743 (trunk): * cygwin/GNUmakefile.in: commit miss.
  21981 2007-12-28 01:28 [akr at ruby-lang.org] Ruby:r14744 (trunk): * lib/rdoc/rdoc.rb (parse_files): don't depend on the default external
  21982 2007-12-28 01:47 [usa at ruby-lang.org] Ruby:r14745 (trunk): * golf_prelude.rb (Integer): Integer is now enumerable on goruby.
  21983 2007-12-28 01:55 [nobu at ruby-lang.or] Ruby:r14746 (trunk): * transcode.c (transcode_dispatch): allows transcoding from/to
  21984 2007-12-28 10:07 [knu at ruby-lang.org] Ruby:r14747 (trunk): * golf_prelude.rb (Object.const_missing): Auto-complete constants.
  21985 2007-12-28 11:18 [usa at ruby-lang.org] Ruby:r14748 (trunk): * golf_prelude.rb (Object.quine): get the script itself.
  21987 2007-12-28 11:46 [nobu at ruby-lang.or] Ruby:r14750 (trunk): * tool/ytab.sed: skip yydestruct hack unless yymsg exists, for bison
  21988 2007-12-28 13:07 [nobu at ruby-lang.or] Ruby:r14751 (trunk): * gc.c (os_obj_of): returns an enumerator if no block given.  based on
  21989 2007-12-28 13:20 [kou at ruby-lang.org] Ruby:r14752 (trunk): * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.
  21990 2007-12-28 13:23 [kou at ruby-lang.org] Ruby:r14753 (ruby_1_8): * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3.
  21991 2007-12-28 13:46 [knu at ruby-lang.org] Ruby:r14754 (trunk): * golf_prelude.rb (Object.const_missing): No need to delegate to
  21992 2007-12-28 13:59 [usa at ruby-lang.org] Ruby:r14755 (trunk): * golf_prelude.rb (Integer#each): use alias simply.
  21993 2007-12-28 15:10 [nobu at ruby-lang.or] Ruby:r14756 (trunk): * encoding.c (set_base_encoding, enc_base_encoding): renamed
  21994 2007-12-28 15:13 [drbrain at ruby-lang] Ruby:r14757 (trunk): Move RDoc tests out of lib/
  21995 2007-12-28 15:20 [knu at ruby-lang.org] Ruby:r14758 (trunk): Remove garbage ("X=1").
  21996 2007-12-28 15:30 [drbrain at ruby-lang] Ruby:r14759 (trunk): Sort methods in TestSimpleMarkupAttributeManager
  21997 2007-12-28 15:31 [drbrain at ruby-lang] Ruby:r14760: Remove test directory      
  21998 2007-12-28 15:39 [drbrain at ruby-lang] Ruby:r14761 (trunk): Move RDoc markup samples to sample/rdoc/markup directory
  21999 2007-12-28 16:11 [drbrain at ruby-lang] Ruby:r14762 (trunk): Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.
  22000 2007-12-28 16:38 [naruse at ruby-lang.] Ruby:r14763 (trunk): * lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.

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