[前][次][番号順一覧][上]
ruby-cvs:20901-21000
20901 2007-10-09 16:33 [nobu ruby-lang.org ] Ruby:r13664 (trunk): * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):
20902 2007-10-09 17:15 [akr ruby-lang.org ] Ruby:r13665 (trunk): add a test for [ruby-dev:31985].
20903 2007-10-09 18:11 [matz ruby-lang.org ] Ruby:r13666 (trunk): * array.c: remove to_a completely.
20904 2007-10-09 21:29 [nobu ruby-lang.org ] Ruby:r13667 (trunk): * array.c (rb_ary_permutation, rb_ary_combination): missing type
20905 2007-10-09 21:35 [nobu ruby-lang.org ] Ruby:r13668 (trunk): * array.c (rb_ary_permutation): use frozen shared hidden array.
20906 2007-10-10 14:31 [nobu ruby-lang.org ] Ruby:r13669 (trunk): * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.
20907 2007-10-10 15:50 [akr ruby-lang.org ] Ruby:r13670 (trunk): * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.
20908 2007-10-10 23:34 [matz ruby-lang.org ] Ruby:r13671 (trunk): * re.c (rb_reg_s_quote): no longer takes optional second argument
20909 2007-10-10 23:37 [akr ruby-lang.org ] Ruby:r13672 (ruby_1_8): * lib/securerandom.rb: new file.
20910 2007-10-10 23:39 [akr ruby-lang.org ] Ruby:r13673 (ruby_1_8): add ML ref.
20911 2007-10-11 00:05 [matz ruby-lang.org ] Ruby:r13674 (trunk): * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding
20912 2007-10-11 06:35 [nobu ruby-lang.org ] Ruby:r13675 (trunk): * Makefile.in, */Makefile.sub (VPATH): add enc directory.
20913 2007-10-11 14:30 [usa ruby-lang.org ] Ruby:r13676 (trunk): * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.
20914 2007-10-11 14:31 [usa ruby-lang.org ] Ruby:r13677 (trunk): * bcc32/Makefile.sub, too.
20915 2007-10-11 14:33 [usa ruby-lang.org ] Ruby:r13678 (ruby_1_8): * {bcc32,win32}/Makefile.sub (COMMON_MACROS): workaround for old SDK's
20916 2007-10-11 14:34 [usa ruby-lang.org ] Ruby:r13679 (ruby_1_8): * 2007-10-11
20917 2007-10-11 22:20 [matz ruby-lang.org ] Ruby:r13680 (trunk): * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.
20918 2007-10-12 15:04 [nobu ruby-lang.org ] Ruby:r13681 (trunk): * trunk/parse.y (magic_comments): add "encoding" as same as "coding".
20919 2007-10-12 23:34 [matz ruby-lang.org ] Ruby:r13682 (trunk): * array.c (rb_ary_combination): fixed memory corruption due to too
20920 2007-10-12 23:35 [matz ruby-lang.org ] Ruby:r13683 (trunk): * re.c (match_values_at): make #select to be alias to #values_at
20921 2007-10-12 23:36 [matz ruby-lang.org ] Ruby:r13684 (ruby_1_8): * re.c (match_values_at): make #select to be alias to #values_at
20922 2007-10-13 00:04 [matz ruby-lang.org ] Ruby:r13685 (trunk): * parse.y: encoding specifier should work if the line matches
20923 2007-10-13 00:19 [matz ruby-lang.org ] Ruby:r13686 (trunk): * lib/rexml/document.rb (REXML::Document::write): leaky
20924 2007-10-13 00:36 [matz ruby-lang.org ] Ruby:r13687 (ruby_1_8): * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo
20925 2007-10-13 09:02 [nobu ruby-lang.org ] Ruby:r13688 (ruby_1_8, trunk): * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108]
20926 2007-10-13 09:12 [nobu ruby-lang.org ] Ruby:r13689 (trunk): * parse.y (set_file_encoding): case-insensitive search, a patch from
20927 2007-10-13 21:40 [suke ruby-lang.org ] Ruby:r13690 (trunk): * ext/win32ole/win32ole.c (foletype_s_ole_classes,
20928 2007-10-14 01:04 [akr ruby-lang.org ] Ruby:r13691 (trunk): * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.
20929 2007-10-14 01:32 [nobu ruby-lang.org ] Ruby:r13692 (trunk): * encoding.c (rb_cEncoding): new Encoding class.
20930 2007-10-14 02:20 [nobu ruby-lang.org ] Ruby:r13693 (trunk): * inits.c (rb_call_inits): call Init_Encoding.
20931 2007-10-14 03:55 [nobu ruby-lang.org ] Ruby:r13694 (ruby_1_8, trunk): * win32/mkexports.rb: deal with __fastcall name decorations.
20932 2007-10-14 04:08 [nobu ruby-lang.org ] Ruby:r13695 (ruby_1_8, trunk): * configure.in (AC_SYS_LARGEFILE): keep results also in command
20933 2007-10-14 11:14 [akr ruby-lang.org ] Ruby:r13696 (trunk): * lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash is
20934 2007-10-14 17:31 [nobu ruby-lang.org ] Ruby:r13697 (trunk): * encoding.c (rb_obj_encoding): rdoc update. a patch from David
20935 2007-10-15 00:36 [akr ruby-lang.org ] Ruby:r13698 (trunk): add a test for [ruby-dev:32054].
20936 2007-10-15 01:18 [akr ruby-lang.org ] Ruby:r13699 (ruby_1_8, trunk): * ext/socket/socket.c (s_accept_nonblock): make accepted fd
20937 2007-10-15 09:58 [nobu ruby-lang.org ] Ruby:r13700 (trunk, ruby_1_8): * marshal.c (r_bytes0): check if source has enough data.
20938 2007-10-15 10:06 [nobu ruby-lang.org ] Ruby:r13701 (trunk, ruby_1_8): * marshal.c (r_bytes0): commit miss.
20939 2007-10-15 10:11 [nobu ruby-lang.org ] Ruby:r13702 (trunk): * bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/ruby/test_marshal.rb now.
20940 2007-10-15 10:31 [akr ruby-lang.org ] Ruby:r13703 (trunk): * process.c (pst_to_s): returns a string such as "pid 10220 exit 1"
20941 2007-10-15 11:45 [nobu ruby-lang.org ] Ruby:r13704 (ruby_1_8, trunk): * marshal.c (r_bytes0): refined length check. [ruby-dev:32059]
20942 2007-10-15 13:24 [nobu ruby-lang.org ] Ruby:r13705 (trunk): * numeric.c (flo_round): should be number but not rounding factor.
20943 2007-10-15 17:29 [usa ruby-lang.org ] Ruby:r13706 (ruby_1_8): * ext/openssl/lib/openssl/buffering.rb (read, readpartial): revert
20944 2007-10-15 21:41 [knu ruby-lang.org ] Ruby:r13707 (ruby_1_8): * NEWS: Mention shellwords and tempfile enhancements.
20945 2007-10-15 22:10 [knu ruby-lang.org ] Ruby:r13708 (ruby_1_8): * NEWS: Merge some of the sub-sections, as the differences were
20946 2007-10-15 22:13 [knu ruby-lang.org ] Ruby:r13709 (ruby_1_8): reword a bit
20947 2007-10-15 22:14 [knu ruby-lang.org ] Ruby:r13710 (ruby_1_8): Merge from trunk.
20948 2007-10-15 22:30 [knu ruby-lang.org ] Ruby:r13711 (ruby_1_8): Mention ipaddr enhancements. Prepend stars to list items while I'm here.
20949 2007-10-16 01:28 [matz ruby-lang.org ] Ruby:r13712 (trunk): * encoding.c (Init_Encoding): define #to_s to show encoding name
20950 2007-10-16 01:41 [matz ruby-lang.org ] Ruby:r13713 (trunk): * enum.c (enum_inject): RDoc update. a patch from David Flanagan
20951 2007-10-16 13:25 [nobu ruby-lang.org ] Ruby:r13714 (trunk): * string.c (rb_str_new4): should copy encoding. a patch from NARUSE,
20952 2007-10-16 13:50 [matz ruby-lang.org ] Ruby:r13715 (trunk): * encoding.c (enc_to_s): rename function.
20953 2007-10-16 14:06 [matz ruby-lang.org ] Ruby:r13716 (trunk): * re.c (rb_reg_s_union): encoding of all regexp objects should
20954 2007-10-16 14:48 [nobu ruby-lang.org ] Ruby:r13717 (trunk): * parse.y (parser_regx_options): check if regexp encoding option
20955 2007-10-16 18:17 [akr ruby-lang.org ] Ruby:r13718 (trunk): * ruby.c (RUBY_ENCODING_SHIFT): added as enum.
20956 2007-10-16 18:21 [akr ruby-lang.org ] Ruby:r13719 (trunk): * ruby.c, debug.c: move debug enum and constants to debug.c.
20957 2007-10-16 18:29 [akr ruby-lang.org ] Ruby:r13720 (trunk): * debug.c: use enum for constants for gdb if possible.
20958 2007-10-16 18:39 [akr ruby-lang.org ] Ruby:r13721 (trunk): NODE_LMASK is also possible for enum.
20960 2007-10-16 19:48 [nobu ruby-lang.org ] Ruby:r13723 (trunk): * re.c (rb_reg_s_union): check for encoding of original object.
20961 2007-10-16 20:06 [akr ruby-lang.org ] Ruby:r13724 (trunk): It should be ArgumentError that
20962 2007-10-17 01:57 [nobu ruby-lang.org ] Ruby:r13725 (trunk): * re.c (rb_reg_initialize_m): allow binary encoding option.
20963 2007-10-17 02:50 [nobu ruby-lang.org ] Ruby:r13726 (trunk): * string.c (rb_str_ord): use encoding.
20964 2007-10-17 03:06 [nobu ruby-lang.org ] Ruby:r13727 (trunk): * enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode to
20965 2007-10-17 03:37 [nobu ruby-lang.org ] Ruby:r13728 (trunk): * re.c (rb_reg_desc): set encoding.
20966 2007-10-17 05:07 [nobu ruby-lang.org ] Ruby:r13729 (trunk): * encoding.c (rb_primary_encoding): added Encoding.primary_encoding.
20967 2007-10-17 05:26 [nobu ruby-lang.org ] Ruby:r13730 (trunk): * encoding.c (enc_list): seems a commit miss.
20968 2007-10-17 06:18 [nobu ruby-lang.org ] Ruby:r13731 (trunk): * encoding.c (rb_enc_alias, rb_enc_find_index): changed
20969 2007-10-17 11:30 [nobu ruby-lang.org ] Ruby:r13732 (trunk): * encoding.c (rb_enc_from_encoding, rb_enc_register): associate index
20970 2007-10-17 14:21 [matz ruby-lang.org ] Ruby:r13733 (trunk): * re.c (rb_reg_s_union): the last check was not complete.
20971 2007-10-17 17:39 [nobu ruby-lang.org ] Ruby:r13734 (trunk): * ruby.c (proc_options): fixed reversed condition. [ruby-core:12722]
20972 2007-10-18 10:58 [akr ruby-lang.org ] Ruby:r13735 (ruby_1_8): * ruby.h (RCLASS_IV_TBL): defined.
20973 2007-10-18 15:58 [matz ruby-lang.org ] Ruby:r13736 (trunk): * range.c (range_first): takes first n element if argument is
20974 2007-10-18 16:41 [matz ruby-lang.org ] Ruby:r13737 (trunk): * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more
20975 2007-10-18 17:12 [matz ruby-lang.org ] Ruby:r13738 (trunk): * enum.c (enum_find_index): update RDoc. a patch from David Flanagan
20976 2007-10-18 17:14 [matz ruby-lang.org ] Ruby:r13739 (trunk): * range.c (Init_Range): typo fixed.
20977 2007-10-19 10:55 [nobu ruby-lang.org ] Ruby:r13740 (trunk): * range.c (range_last): removed unused variables.
20978 2007-10-19 10:57 [nobu ruby-lang.org ] Ruby:r13741 (trunk): * range.c (range_last): commit miss.
20979 2007-10-19 11:09 [nobu ruby-lang.org ] Ruby:r13742 (trunk): * ruby.c (process_options): set primary encoding from the parser
20980 2007-10-19 16:41 [nobu ruby-lang.org ] Ruby:r13743 (trunk): * parse.y (parser_regx_options, reg_compile_gen): relaxened encoding
20981 2007-10-19 20:08 [nobu ruby-lang.org ] Ruby:r13744 (trunk): * encoding.c (rb_id_encoding): returns ID "encoding".
20982 2007-10-20 11:49 [nobu ruby-lang.org ] Ruby:r13745 (trunk): * file.c (rb_get_path): returns frozen string.
20983 2007-10-21 18:29 [nobu ruby-lang.org ] Ruby:r13746 (trunk): * encoding.c (rb_enc_default, rb_enc_primary): return pointers to
20984 2007-10-21 21:19 [kou ruby-lang.org ] Ruby:r13747 (ruby_1_8): * lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk.
20985 2007-10-21 21:25 [kou ruby-lang.org ] Ruby:r13748: * reverted commit miss in r13747.
20986 2007-10-21 21:27 [kou ruby-lang.org ] Ruby:r13749 (ruby_1_8): * fixed commit miss in r13747: committed a missing file.
20987 2007-10-22 10:57 [nobu ruby-lang.org ] Ruby:r13750 (trunk): * encoding.c (rb_enc_compatible): check if two objects have compatible
20988 2007-10-22 11:03 [nobu ruby-lang.org ] Ruby:r13751 (trunk): * encoding.c (enc_check_encoding): returns index now.
20989 2007-10-22 11:06 [nobu ruby-lang.org ] Ruby:r13752 (trunk): * encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss.
20990 2007-10-22 12:40 [akr ruby-lang.org ] Ruby:r13753 (trunk): add a test for [ruby-dev:32084].
20991 2007-10-23 00:29 [matz ruby-lang.org ] Ruby:r13754 (trunk): * enum.c (enum_cycle): hide temporary array from ObjectSpace.
20992 2007-10-23 00:29 [matz ruby-lang.org ] Ruby:r13755 (trunk): * ruby.c (proc_options): allow space after -E (encoding) option.
20993 2007-10-23 10:42 [nobu ruby-lang.org ] Ruby:r13756 (trunk): * ruby.c (process_options): encoding set by command line option takes
20994 2007-10-23 10:48 [nobu ruby-lang.org ] Ruby:r13757 (trunk): * ChangeLog: reorderd.
20995 2007-10-23 13:44 [nobu ruby-lang.org ] Ruby:r13758 (trunk): * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.
20996 2007-10-23 16:40 [akr ruby-lang.org ] Ruby:r13759 (trunk): rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.
20997 2007-10-23 16:42 [akr ruby-lang.org ] Ruby:r13760 (ruby_1_8): rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.
20998 2007-10-24 14:55 [akr ruby-lang.org ] Ruby:r13761 (trunk): use Dir.mktmpdir.
20999 2007-10-24 15:03 [akr ruby-lang.org ] Ruby:r13762 (ruby_1_8, trunk): doc. wording fix.
21000 2007-10-24 15:20 [akr ruby-lang.org ] Ruby:r13763 (trunk): use Dir.mktmpdir.
[前][次][番号順一覧][上]