[macruby-changes] [MacRuby/MacRuby] 39d6b5: add BasicObject#__id__

GitHub noreply at github.com
Wed Apr 24 01:23:57 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: 39d6b5dd81df1e446eae41f6d29ca9aed92ab2ea
      https://github.com/MacRuby/MacRuby/commit/39d6b5dd81df1e446eae41f6d29ca9aed92ab2ea
  Author: Watson <watson1978 at gmail.com>
  Date:   2013-04-23 (Tue, 23 Apr 2013)

  Changed paths:
    M gc.c

  Log Message:
  -----------
  add BasicObject#__id__


  Commit: 3a603f4e40f3f37b38b32a456a57e0f8c437b689
      https://github.com/MacRuby/MacRuby/commit/3a603f4e40f3f37b38b32a456a57e0f8c437b689
  Author: Watson <watson1978 at gmail.com>
  Date:   2013-04-24 (Wed, 24 Apr 2013)

  Changed paths:
    R def_class_tags.txt b/spec/frozen/tags/macruby/library/erb/def_class_tags.txt
    R def_method_tags.txt b/spec/frozen/tags/macruby/library/erb/def_method_tags.txt
    R def_module_tags.txt b/spec/frozen/tags/macruby/library/erb/def_module_tags.txt
    R deflate/params_tags.txt b/spec/frozen/tags/macruby/library/zlib/deflate/params_tags.txt
    R defmethod/def_erb_method_tags.txt b/spec/frozen/tags/macruby/library/erb/defmethod/def_erb_method_tags.txt
    R filename_tags.txt b/spec/frozen/tags/macruby/library/erb/filename_tags.txt
    R gzipfile/close_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipfile/close_tags.txt
    R gzipfile/comment_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipfile/comment_tags.txt
    R gzipfile/orig_name_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipfile/orig_name_tags.txt
    R gzipreader/each_byte_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipreader/each_byte_tags.txt
    R gzipreader/eof_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipreader/eof_tags.txt
    R gzipreader/getc_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipreader/getc_tags.txt
    R gzipreader/pos_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipreader/pos_tags.txt
    R gzipreader/rewind_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipreader/rewind_tags.txt
    R gzipwriter/mtime_tags.txt b/spec/frozen/tags/macruby/library/zlib/gzipwriter/mtime_tags.txt
    R result_tags.txt b/spec/frozen/tags/macruby/library/erb/result_tags.txt
    R spec/frozen/tags/macruby/core/argf/bytes_tags.txt
    R spec/frozen/tags/macruby/core/argf/chars_tags.txt
    R spec/frozen/tags/macruby/core/argf/each_byte_tags.txt
    R spec/frozen/tags/macruby/core/argf/each_char_tags.txt
    R spec/frozen/tags/macruby/core/argf/each_line_tags.txt
    R spec/frozen/tags/macruby/core/argf/each_tags.txt
    R spec/frozen/tags/macruby/core/argf/eof_tags.txt
    R spec/frozen/tags/macruby/core/argf/fileno_tags.txt
    R spec/frozen/tags/macruby/core/argf/getc_tags.txt
    R spec/frozen/tags/macruby/core/argf/gets_tags.txt
    R spec/frozen/tags/macruby/core/argf/pos_tags.txt
    R spec/frozen/tags/macruby/core/argf/read_tags.txt
    R spec/frozen/tags/macruby/core/argf/readchar_tags.txt
    R spec/frozen/tags/macruby/core/argf/readline_tags.txt
    R spec/frozen/tags/macruby/core/argf/readlines_tags.txt
    R spec/frozen/tags/macruby/core/argf/skip_tags.txt
    R spec/frozen/tags/macruby/core/argf/tell_tags.txt
    R spec/frozen/tags/macruby/core/argf/to_a_tags.txt
    R spec/frozen/tags/macruby/core/argf/to_i_tags.txt
    R spec/frozen/tags/macruby/core/array/frozen_tags.txt
    M spec/frozen/tags/macruby/core/array/inspect_tags.txt
    M spec/frozen/tags/macruby/core/array/join_tags.txt
    M spec/frozen/tags/macruby/core/array/multiply_tags.txt
    R spec/frozen/tags/macruby/core/array/pack_tags.txt
    R spec/frozen/tags/macruby/core/array/product_tags.txt
    M spec/frozen/tags/macruby/core/array/repeated_combination_tags.txt
    M spec/frozen/tags/macruby/core/array/repeated_permutation_tags.txt
    R spec/frozen/tags/macruby/core/array/rindex_tags.txt
    R spec/frozen/tags/macruby/core/array/slice_tags.txt
    M spec/frozen/tags/macruby/core/array/to_s_tags.txt
    R spec/frozen/tags/macruby/core/basicobject/__id__tags.txt
    M spec/frozen/tags/macruby/core/basicobject/basicobject_tags.txt
    R spec/frozen/tags/macruby/core/basicobject/instance_exec_tags.txt
    R spec/frozen/tags/macruby/core/basicobject/metaclass_tags.txt
    R spec/frozen/tags/macruby/core/bignum/comparison_tags.txt
    R spec/frozen/tags/macruby/core/bignum/divmod_tags.txt
    R spec/frozen/tags/macruby/core/bignum/magnitude_tags.txt
    R spec/frozen/tags/macruby/core/binding/eval_tags.txt
    M spec/frozen/tags/macruby/core/class/initialize_tags.txt
    R spec/frozen/tags/macruby/core/dir/close_tags.txt
    M spec/frozen/tags/macruby/core/dir/element_reference_tags.txt
    M spec/frozen/tags/macruby/core/dir/glob_tags.txt
    M spec/frozen/tags/macruby/core/encoding/compatible_tags.txt
    M spec/frozen/tags/macruby/core/encoding/converter/asciicompat_encoding_tags.txt
    M spec/frozen/tags/macruby/core/encoding/converter/new_tags.txt
    M spec/frozen/tags/macruby/core/encoding/converter/primitive_convert_tags.txt
    M spec/frozen/tags/macruby/core/encoding/default_external_tags.txt
    M spec/frozen/tags/macruby/core/encoding/default_internal_tags.txt
    M spec/frozen/tags/macruby/core/encoding/find_tags.txt
    R spec/frozen/tags/macruby/core/encoding/names_tags.txt
    M spec/frozen/tags/macruby/core/enumerator/rewind_tags.txt
    R spec/frozen/tags/macruby/core/exception/equal_value_tags.txt
    R spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt
    M spec/frozen/tags/macruby/core/file/expand_path_tags.txt
    M spec/frozen/tags/macruby/core/file/open_tags.txt
    R spec/frozen/tags/macruby/core/file/reopen_tags.txt
    R spec/frozen/tags/macruby/core/file/size_tags.txt
    R spec/frozen/tags/macruby/core/file/stat/world_writable_tags.txt
    R spec/frozen/tags/macruby/core/fixnum/id2name_tags.txt
    M spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt
    R spec/frozen/tags/macruby/core/fixnum/to_sym_tags.txt
    M spec/frozen/tags/macruby/core/float/fdiv_tags.txt
    M spec/frozen/tags/macruby/core/float/to_s_tags.txt
    R spec/frozen/tags/macruby/core/gc/stress_tags.txt
    M spec/frozen/tags/macruby/core/hash/element_set_tags.txt
    R spec/frozen/tags/macruby/core/hash/keep_if_tags.txt
    R spec/frozen/tags/macruby/core/hash/merge_tags.txt
    R spec/frozen/tags/macruby/core/hash/rehash_tags.txt
    R spec/frozen/tags/macruby/core/hash/select_tags.txt
    M spec/frozen/tags/macruby/core/hash/store_tags.txt
    M spec/frozen/tags/macruby/core/integer/chr_tags.txt
    A spec/frozen/tags/macruby/core/io/binread_tags.txt
    M spec/frozen/tags/macruby/core/io/chars_tags.txt
    A spec/frozen/tags/macruby/core/io/close_on_exec_tags.txt
    R spec/frozen/tags/macruby/core/io/close_tags.txt
    M spec/frozen/tags/macruby/core/io/copy_stream_tags.txt
    R spec/frozen/tags/macruby/core/io/each_line_tags.txt
    R spec/frozen/tags/macruby/core/io/each_tags.txt
    A spec/frozen/tags/macruby/core/io/external_encoding_tags.txt
    M spec/frozen/tags/macruby/core/io/for_fd_tags.txt
    M spec/frozen/tags/macruby/core/io/foreach_tags.txt
    R spec/frozen/tags/macruby/core/io/inspect_tags.txt
    A spec/frozen/tags/macruby/core/io/internal_encoding_tags.txt
    M spec/frozen/tags/macruby/core/io/new_tags.txt
    M spec/frozen/tags/macruby/core/io/open_tags.txt
    A spec/frozen/tags/macruby/core/io/pipe_tags.txt
    M spec/frozen/tags/macruby/core/io/popen_tags.txt
    R spec/frozen/tags/macruby/core/io/print_tags.txt
    R spec/frozen/tags/macruby/core/io/putc_tags.txt
    M spec/frozen/tags/macruby/core/io/read_tags.txt
    R spec/frozen/tags/macruby/core/io/readline_tags.txt
    M spec/frozen/tags/macruby/core/io/readlines_tags.txt
    M spec/frozen/tags/macruby/core/io/set_encoding_tags.txt
    R spec/frozen/tags/macruby/core/io/sysopen_tags.txt
    A spec/frozen/tags/macruby/core/io/ungetbyte_tags.txt
    M spec/frozen/tags/macruby/core/io/ungetc_tags.txt
    M spec/frozen/tags/macruby/core/kernel/String_tags.txt
    M spec/frozen/tags/macruby/core/kernel/__method___tags.txt
    M spec/frozen/tags/macruby/core/kernel/abort_tags.txt
    R spec/frozen/tags/macruby/core/kernel/callcc_tags.txt
    M spec/frozen/tags/macruby/core/kernel/caller_tags.txt
    R spec/frozen/tags/macruby/core/kernel/catch_tags.txt
    R spec/frozen/tags/macruby/core/kernel/comparison_tags.txt
    R spec/frozen/tags/macruby/core/kernel/define_singleton_method_tags.txt
    M spec/frozen/tags/macruby/core/kernel/instance_eval_tags.txt
    M spec/frozen/tags/macruby/core/kernel/load_tags.txt
    R spec/frozen/tags/macruby/core/kernel/local_variables_tags.txt
    M spec/frozen/tags/macruby/core/kernel/method_tags.txt
    R spec/frozen/tags/macruby/core/kernel/public_methods_tags.txt
    R spec/frozen/tags/macruby/core/kernel/puts_tags.txt
    M spec/frozen/tags/macruby/core/kernel/require_relative_tags.txt
    M spec/frozen/tags/macruby/core/kernel/require_tags.txt
    M spec/frozen/tags/macruby/core/kernel/singleton_methods_tags.txt
    R spec/frozen/tags/macruby/core/kernel/sleep_tags.txt
    M spec/frozen/tags/macruby/core/kernel/spawn_tags.txt
    M spec/frozen/tags/macruby/core/kernel/sprintf_tags.txt
    R spec/frozen/tags/macruby/core/kernel/system_tags.txt
    R spec/frozen/tags/macruby/core/kernel/untrusted_tags.txt
    M spec/frozen/tags/macruby/core/marshal/dump_tags.txt
    M spec/frozen/tags/macruby/core/marshal/load_tags.txt
    M spec/frozen/tags/macruby/core/marshal/restore_tags.txt
    M spec/frozen/tags/macruby/core/method/eql_tags.txt
    M spec/frozen/tags/macruby/core/method/equal_value_tags.txt
    M spec/frozen/tags/macruby/core/method/parameters_tags.txt
    M spec/frozen/tags/macruby/core/method/source_location_tags.txt
    R spec/frozen/tags/macruby/core/module/alias_method_tags.txt
    R spec/frozen/tags/macruby/core/module/append_features_tags.txt
    R spec/frozen/tags/macruby/core/module/attr_writer_tags.txt
    M spec/frozen/tags/macruby/core/module/autoload_tags.txt
    R spec/frozen/tags/macruby/core/module/case_compare_tags.txt
    R spec/frozen/tags/macruby/core/module/class_eval_tags.txt
    R spec/frozen/tags/macruby/core/module/class_variable_set_tags.txt
    R spec/frozen/tags/macruby/core/module/class_variables_tags.txt
    R spec/frozen/tags/macruby/core/module/const_defined_tags.txt
    M spec/frozen/tags/macruby/core/module/define_method_tags.txt
    R spec/frozen/tags/macruby/core/module/extend_object_tags.txt
    R spec/frozen/tags/macruby/core/module/freeze_tags.txt
    R spec/frozen/tags/macruby/core/module/method_defined_tags.txt
    R spec/frozen/tags/macruby/core/module/module_eval_tags.txt
    M spec/frozen/tags/macruby/core/module/module_exec_tags.txt
    R spec/frozen/tags/macruby/core/module/nesting_tags.txt
    R spec/frozen/tags/macruby/core/module/protected_instance_methods_tags.txt
    R spec/frozen/tags/macruby/core/module/protected_method_defined_tags.txt
    R spec/frozen/tags/macruby/core/module/public_class_method_tags.txt
    R spec/frozen/tags/macruby/core/module/public_instance_methods_tags.txt
    R spec/frozen/tags/macruby/core/module/public_method_defined_tags.txt
    R spec/frozen/tags/macruby/core/numeric/coerce_tags.txt
    R spec/frozen/tags/macruby/core/numeric/comparison_tags.txt
    R spec/frozen/tags/macruby/core/numeric/divmod_tags.txt
    R spec/frozen/tags/macruby/core/numeric/eql_tags.txt
    R spec/frozen/tags/macruby/core/numeric/initialize_copy_tags.txt
    R spec/frozen/tags/macruby/core/numeric/magnitude_tags.txt
    R spec/frozen/tags/macruby/core/numeric/modulo_tags.txt
    R spec/frozen/tags/macruby/core/numeric/numerator_tags.txt
    R spec/frozen/tags/macruby/core/numeric/polar_tags.txt
    M spec/frozen/tags/macruby/core/numeric/step_tags.txt
    R spec/frozen/tags/macruby/core/object/match_tags.txt
    M spec/frozen/tags/macruby/core/objectspace/define_finalizer_tags.txt
    M spec/frozen/tags/macruby/core/proc/arity_tags.txt
    M spec/frozen/tags/macruby/core/proc/curry_tags.txt
    M spec/frozen/tags/macruby/core/proc/eql_tags.txt
    M spec/frozen/tags/macruby/core/proc/equal_value_tags.txt
    M spec/frozen/tags/macruby/core/process/abort_tags.txt
    R spec/frozen/tags/macruby/core/process/daemon_tags.txt
    M spec/frozen/tags/macruby/core/process/detach_tags.txt
    M spec/frozen/tags/macruby/core/process/fork_tags.txt
    M spec/frozen/tags/macruby/core/process/kill_tags.txt
    M spec/frozen/tags/macruby/core/process/spawn_tags.txt
    M spec/frozen/tags/macruby/core/process/wait_tags.txt
    M spec/frozen/tags/macruby/core/range/step_tags.txt
    R spec/frozen/tags/macruby/core/rational/Rational_tags.txt
    M spec/frozen/tags/macruby/core/rational/exponent_tags.txt
    R spec/frozen/tags/macruby/core/rational/magnitude_tags.txt
    R spec/frozen/tags/macruby/core/rational/rationalize_tags.txt
    M spec/frozen/tags/macruby/core/regexp/compile_tags.txt
    M spec/frozen/tags/macruby/core/regexp/encoding_tags.txt
    M spec/frozen/tags/macruby/core/regexp/escape_tags.txt
    M spec/frozen/tags/macruby/core/regexp/inspect_tags.txt
    R spec/frozen/tags/macruby/core/regexp/kcode_tags.txt
    R spec/frozen/tags/macruby/core/regexp/match_tags.txt
    R spec/frozen/tags/macruby/core/regexp/named_captures_tags.txt
    M spec/frozen/tags/macruby/core/regexp/new_tags.txt
    M spec/frozen/tags/macruby/core/regexp/union_tags.txt
    M spec/frozen/tags/macruby/core/string/append_tags.txt
    R spec/frozen/tags/macruby/core/string/capitalize_tags.txt
    R spec/frozen/tags/macruby/core/string/chars_tags.txt
    R spec/frozen/tags/macruby/core/string/chr_tags.txt
    R spec/frozen/tags/macruby/core/string/codepoints_tags.txt
    R spec/frozen/tags/macruby/core/string/comparison_tags.txt
    M spec/frozen/tags/macruby/core/string/concat_tags.txt
    R spec/frozen/tags/macruby/core/string/downcase_tags.txt
    M spec/frozen/tags/macruby/core/string/dump_tags.txt
    R spec/frozen/tags/macruby/core/string/each_char_tags.txt
    R spec/frozen/tags/macruby/core/string/each_codepoint_tags.txt
    M spec/frozen/tags/macruby/core/string/encode_tags.txt
    R spec/frozen/tags/macruby/core/string/force_encoding_tags.txt
    R spec/frozen/tags/macruby/core/string/gsub_tags.txt
    R spec/frozen/tags/macruby/core/string/initialize_tags.txt
    M spec/frozen/tags/macruby/core/string/inspect_tags.txt
    M spec/frozen/tags/macruby/core/string/modulo_tags.txt
    R spec/frozen/tags/macruby/core/string/ord_tags.txt
    R spec/frozen/tags/macruby/core/string/setbyte_tags.txt
    R spec/frozen/tags/macruby/core/string/sub_tags.txt
    R spec/frozen/tags/macruby/core/string/sum_tags.txt
    M spec/frozen/tags/macruby/core/string/tr_s_tags.txt
    M spec/frozen/tags/macruby/core/string/tr_tags.txt
    R spec/frozen/tags/macruby/core/string/unpack_tags.txt
    R spec/frozen/tags/macruby/core/string/upcase_tags.txt
    M spec/frozen/tags/macruby/core/struct/eql_tags.txt
    M spec/frozen/tags/macruby/core/struct/equal_value_tags.txt
    R spec/frozen/tags/macruby/core/struct/new_tags.txt
    M spec/frozen/tags/macruby/core/time/new_tags.txt
    R spec/frozen/tags/macruby/core/time/to_r_tags.txt
    R spec/frozen/tags/macruby/core/unboundmethod/bind_tags.txt
    R spec/frozen/tags/macruby/core/unboundmethod/clone_tags.txt
    M spec/frozen/tags/macruby/core/unboundmethod/source_location_tags.txt
    R spec/frozen/tags/macruby/language/alias_tags.txt
    M spec/frozen/tags/macruby/language/block_tags.txt
    M spec/frozen/tags/macruby/language/break_tags.txt
    M spec/frozen/tags/macruby/language/def_tags.txt
    M spec/frozen/tags/macruby/language/defined_tags.txt
    R spec/frozen/tags/macruby/language/eigenclass_tags.txt
    M spec/frozen/tags/macruby/language/encoding_tags.txt
    M spec/frozen/tags/macruby/language/magic_comment_tags.txt
    M spec/frozen/tags/macruby/language/module_tags.txt
    M spec/frozen/tags/macruby/language/predefined_tags.txt
    R spec/frozen/tags/macruby/language/regexp/character_classes_tags.txt
    M spec/frozen/tags/macruby/language/regexp/encoding_tags.txt
    M spec/frozen/tags/macruby/language/super_tags.txt
    A spec/frozen/tags/macruby/language/throw_tags.txt
    M spec/frozen/tags/macruby/language/variables_tags.txt
    R spec/frozen/tags/macruby/library/base64/b64encode_tags.txt
    R spec/frozen/tags/macruby/library/base64/decode_b_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/add_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/case_compare_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/ceil_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/div_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/eql_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/equal_value_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/exponent_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/floor_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/gt_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/gte_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/lt_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/lte_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/power_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/remainder_tags.txt
    M spec/frozen/tags/macruby/library/bigdecimal/round_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/to_i_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/to_int_tags.txt
    R spec/frozen/tags/macruby/library/bigdecimal/truncate_tags.txt
    R spec/frozen/tags/macruby/library/cgi/cookie/value_tags.txt
    R spec/frozen/tags/macruby/library/cgi/escape_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html3/doctype_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html3/element_init_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html4/doctype_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html4/element_init_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html4fr/doctype_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html4fr/element_init_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html4tr/doctype_tags.txt
    R spec/frozen/tags/macruby/library/cgi/html4tr/element_init_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/base_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/blockquote_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/br_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/caption_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/checkbox_group_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/checkbox_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/file_field_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/form_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/frame_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/frameset_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/hidden_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/html_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/image_button_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/img_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/multipart_form_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/password_field_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/popup_menu_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/radio_button_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/radio_group_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/reset_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/scrolling_list_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/submit_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/text_field_tags.txt
    R spec/frozen/tags/macruby/library/cgi/htmlextension/textarea_tags.txt
    R spec/frozen/tags/macruby/library/cgi/initialize_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/element_reference_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/params_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/value/element_reference_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/value/first_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/value/last_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/value/set_params_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/value/to_a_tags.txt
    R spec/frozen/tags/macruby/library/cgi/queryextension/value/to_ary_tags.txt
    R spec/frozen/tags/macruby/library/cgi/tagmaker/nOE_element_def_tags.txt
    R spec/frozen/tags/macruby/library/cgi/tagmaker/nO_element_def_tags.txt
    R spec/frozen/tags/macruby/library/cgi/tagmaker/nn_element_def_tags.txt
    R spec/frozen/tags/macruby/library/cgi/unescape_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/acos_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/acosh_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/asin_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/asinh_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/atan2_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/atan_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/cos_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/cosh_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/exp_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/log10_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/log_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/sin_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/sinh_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/sqrt_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/tan_tags.txt
    R spec/frozen/tags/macruby/library/complex/math/tanh_tags.txt
    R spec/frozen/tags/macruby/library/complex/numeric/image_tags.txt
    R spec/frozen/tags/macruby/library/conditionvariable/broadcast_tags.txt
    R spec/frozen/tags/macruby/library/conditionvariable/signal_tags.txt
    R spec/frozen/tags/macruby/library/csv/generate_line_tags.txt
    R spec/frozen/tags/macruby/library/csv/generate_tags.txt
    R spec/frozen/tags/macruby/library/csv/parse_line_tags.txt
    R spec/frozen/tags/macruby/library/csv/parse_row_tags.txt
    R spec/frozen/tags/macruby/library/csv/parse_tags.txt
    R spec/frozen/tags/macruby/library/csv/reader/parse_tags.txt
    R spec/frozen/tags/macruby/library/date/conversions_tags.txt
    R spec/frozen/tags/macruby/library/date/strptime_tags.txt
    R spec/frozen/tags/macruby/library/datetime/now_tags.txt
    M spec/frozen/tags/macruby/library/delegate/delegator/methods_tags.txt
    M spec/frozen/tags/macruby/library/drb/start_service_tags.txt
    R spec/frozen/tags/macruby/library/enumerator/enum_cons_tags.txt
    R spec/frozen/tags/macruby/library/enumerator/enum_slice_tags.txt
    R spec/frozen/tags/macruby/library/enumerator/enum_with_index_tags.txt
    R spec/frozen/tags/macruby/library/enumerator/new_tags.txt
    R spec/frozen/tags/macruby/library/erb/new_tags.txt
    R spec/frozen/tags/macruby/library/etc/getpwnam_tags.txt
    R spec/frozen/tags/macruby/library/fiber/resume_tags.txt
    R spec/frozen/tags/macruby/library/getoptlong/set_options_tags.txt
    R spec/frozen/tags/macruby/library/iconv/conv_tags.txt
    R spec/frozen/tags/macruby/library/ipaddr/hton_tags.txt
    R spec/frozen/tags/macruby/library/logger/device/close_tags.txt
    R spec/frozen/tags/macruby/library/logger/device/write_tags.txt
    R spec/frozen/tags/macruby/library/logger/logger/close_tags.txt
    R spec/frozen/tags/macruby/library/mathn/integer/gcd2_tags.txt
    R spec/frozen/tags/macruby/library/mathn/rational/exponent_tags.txt
    R spec/frozen/tags/macruby/library/mathn/rational/power2_tags.txt
    R spec/frozen/tags/macruby/library/matrix/build_tags.txt
    R spec/frozen/tags/macruby/library/matrix/column_size_tags.txt
    R spec/frozen/tags/macruby/library/matrix/column_tags.txt
    R spec/frozen/tags/macruby/library/matrix/column_vector_tags.txt
    R spec/frozen/tags/macruby/library/matrix/det_tags.txt
    R spec/frozen/tags/macruby/library/matrix/determinant_tags.txt
    R spec/frozen/tags/macruby/library/matrix/each_tags.txt
    R spec/frozen/tags/macruby/library/matrix/each_with_index_tags.txt
    R spec/frozen/tags/macruby/library/matrix/element_reference_tags.txt
    R spec/frozen/tags/macruby/library/matrix/empty_tags.txt
    R spec/frozen/tags/macruby/library/matrix/exponent_tags.txt
    R spec/frozen/tags/macruby/library/matrix/initialize_tags.txt
    R spec/frozen/tags/macruby/library/matrix/rank_tags.txt
    R spec/frozen/tags/macruby/library/matrix/regular_tags.txt
    R spec/frozen/tags/macruby/library/matrix/row_tags.txt
    R spec/frozen/tags/macruby/library/matrix/singular_tags.txt
    R spec/frozen/tags/macruby/library/matrix/square_tags.txt
    R spec/frozen/tags/macruby/library/matrix/tr_tags.txt
    R spec/frozen/tags/macruby/library/matrix/trace_tags.txt
    R spec/frozen/tags/macruby/library/matrix/vector/each2_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/binary_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/connect_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/getbinaryfile_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/gettextfile_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/initialize_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/login_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/nlst_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/putbinaryfile_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/puttextfile_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/retrbinary_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/return_code_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/size_tags.txt
    R spec/frozen/tags/macruby/library/net/ftp/storbinary_tags.txt
    R spec/frozen/tags/macruby/library/net/http/http/copy_tags.txt
    R spec/frozen/tags/macruby/library/net/http/http/get_tags.txt
    R spec/frozen/tags/macruby/library/net/http/http/request_tags.txt
    R spec/frozen/tags/macruby/library/observer/count_observers_tags.txt
    R spec/frozen/tags/macruby/library/openssl/random/pseudo_bytes_tags.txt
    R spec/frozen/tags/macruby/library/openssl/random/random_bytes_tags.txt
    R spec/frozen/tags/macruby/library/openstruct/method_missing_tags.txt
    R spec/frozen/tags/macruby/library/prime/each_tags.txt
    R spec/frozen/tags/macruby/library/queue/num_waiting_tags.txt
    R spec/frozen/tags/macruby/library/readline/basic_quote_characters_tags.txt
    R spec/frozen/tags/macruby/library/readline/emacs_editing_mode_tags.txt
    R spec/frozen/tags/macruby/library/readline/filename_quote_characters_tags.txt
    R spec/frozen/tags/macruby/library/readline/vi_editing_mode_tags.txt
    R spec/frozen/tags/macruby/library/resolv/get_address_tags.txt
    R spec/frozen/tags/macruby/library/resolv/get_addresses_tags.txt
    R spec/frozen/tags/macruby/library/resolv/get_name_tags.txt
    R spec/frozen/tags/macruby/library/resolv/get_names_tags.txt
    R spec/frozen/tags/macruby/library/rexml/attribute/xpath_tags.txt
    R spec/frozen/tags/macruby/library/rexml/document/clone_tags.txt
    R spec/frozen/tags/macruby/library/rexml/document/new_tags.txt
    R spec/frozen/tags/macruby/library/rexml/document/write_tags.txt
    R spec/frozen/tags/macruby/library/set/classify_tags.txt
    R spec/frozen/tags/macruby/library/set/delete_if_tags.txt
    R spec/frozen/tags/macruby/library/set/difference_tags.txt
    R spec/frozen/tags/macruby/library/set/each_tags.txt
    R spec/frozen/tags/macruby/library/set/eql_tags.txt
    R spec/frozen/tags/macruby/library/set/equal_value_tags.txt
    R spec/frozen/tags/macruby/library/set/exclusion_tags.txt
    R spec/frozen/tags/macruby/library/set/initialize_copy_tags.txt
    R spec/frozen/tags/macruby/library/set/initialize_tags.txt
    R spec/frozen/tags/macruby/library/set/intersection_tags.txt
    R spec/frozen/tags/macruby/library/set/keep_if_tags.txt
    R spec/frozen/tags/macruby/library/set/merge_tags.txt
    R spec/frozen/tags/macruby/library/set/minus_tags.txt
    R spec/frozen/tags/macruby/library/set/plus_tags.txt
    R spec/frozen/tags/macruby/library/set/reject_tags.txt
    R spec/frozen/tags/macruby/library/set/select_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/classify_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/deleted_if_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/difference_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/each_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/eql_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/equal_value_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/exclusion_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/flatten_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/initialize_copy_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/initialize_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/intersection_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/merge_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/minus_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/plus_tags.txt
    R spec/frozen/tags/macruby/library/set/sortedset/union_tags.txt
    R spec/frozen/tags/macruby/library/set/union_tags.txt
    R spec/frozen/tags/macruby/library/shellwords/shellwords_tags.txt
    R spec/frozen/tags/macruby/library/singleton/instantiate_tags.txt
    R spec/frozen/tags/macruby/library/socket/basicsocket/close_read_tags.txt
    R spec/frozen/tags/macruby/library/socket/basicsocket/close_write_tags.txt
    R spec/frozen/tags/macruby/library/socket/basicsocket/do_not_reverse_lookup_tags.txt
    R spec/frozen/tags/macruby/library/socket/basicsocket/getsockname_tags.txt
    R spec/frozen/tags/macruby/library/socket/basicsocket/recv_tags.txt
    R spec/frozen/tags/macruby/library/socket/basicsocket/send_tags.txt
    R spec/frozen/tags/macruby/library/socket/basicsocket/setsockopt_tags.txt
    R spec/frozen/tags/macruby/library/socket/constants/constants_tags.txt
    R spec/frozen/tags/macruby/library/socket/socket/bind_tags.txt
    R spec/frozen/tags/macruby/library/socket/socket/for_fd_tags.txt
    R spec/frozen/tags/macruby/library/socket/socket/getnameinfo_tags.txt
    R spec/frozen/tags/macruby/library/socket/tcpserver/accept_nonblock_tags.txt
    R spec/frozen/tags/macruby/library/socket/tcpsocket/new_tags.txt
    R spec/frozen/tags/macruby/library/socket/tcpsocket/open_tags.txt
    R spec/frozen/tags/macruby/library/socket/unixsocket/recv_io_tags.txt
    R spec/frozen/tags/macruby/library/stringio/path_tags.txt
    R spec/frozen/tags/macruby/library/stringio/readline_tags.txt
    R spec/frozen/tags/macruby/library/stringio/readlines_tags.txt
    M spec/frozen/tags/macruby/library/stringio/ungetc_tags.txt
    R spec/frozen/tags/macruby/library/stringscanner/get_byte_tags.txt
    R spec/frozen/tags/macruby/library/stringscanner/getbyte_tags.txt
    R spec/frozen/tags/macruby/library/stringscanner/getch_tags.txt
    R spec/frozen/tags/macruby/library/stringscanner/initialize_copy_tags.txt
    R spec/frozen/tags/macruby/library/stringscanner/match_tags.txt
    R spec/frozen/tags/macruby/library/stringscanner/pre_match_tags.txt
    R spec/frozen/tags/macruby/library/stringscanner/scan_tags.txt
    R spec/frozen/tags/macruby/library/syslog/constants_tags.txt
    R spec/frozen/tags/macruby/library/tempfile/length_tags.txt
    R spec/frozen/tags/macruby/library/tempfile/size_tags.txt
    R spec/frozen/tags/macruby/library/timeout/timeout_tags.txt
    R spec/frozen/tags/macruby/library/uri/eql_tags.txt
    R spec/frozen/tags/macruby/library/uri/equality_tags.txt
    R spec/frozen/tags/macruby/library/yaml/dump_stream_tags.txt
    R spec/frozen/tags/macruby/library/yaml/load_file_tags.txt
    R util/u_tags.txt b/spec/frozen/tags/macruby/library/erb/util/u_tags.txt
    R zstream/flush_next_out_tags.txt b/spec/frozen/tags/macruby/library/zlib/zstream/flush_next_out_tags.txt

  Log Message:
  -----------
  update rubyspec's tags


  Commit: c81f0dd4c4b63a81675d5940615ee07da37a2d71
      https://github.com/MacRuby/MacRuby/commit/c81f0dd4c4b63a81675d5940615ee07da37a2d71
  Author: Watson <watson1978 at gmail.com>
  Date:   2013-04-24 (Wed, 24 Apr 2013)

  Changed paths:
    M spec/macruby.mspec

  Log Message:
  -----------
  enable IO specs


Compare: https://github.com/MacRuby/MacRuby/compare/8819aef259c2...c81f0dd4c4b6


More information about the macruby-changes mailing list