[前][次][番号順一覧][スレッド一覧]

ruby-changes:15200

From: nobu <ko1@a...>
Date: Mon, 29 Mar 2010 08:35:26 +0900 (JST)
Subject: [ruby-changes:15200] Ruby:r27081 (trunk): * psych: svn:eol-style.

nobu	2010-03-29 08:34:56 +0900 (Mon, 29 Mar 2010)

  New Revision: 27081

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27081

  Log:
    * psych: svn:eol-style.

  Modified files:
    trunk/ext/psych/emitter.c
    trunk/ext/psych/emitter.h
    trunk/ext/psych/extconf.rb
    trunk/ext/psych/parser.c
    trunk/ext/psych/parser.h
    trunk/ext/psych/psych.c
    trunk/ext/psych/psych.h
    trunk/ext/psych/to_ruby.c
    trunk/ext/psych/to_ruby.h
    trunk/ext/psych/yaml_tree.c
    trunk/ext/psych/yaml_tree.h
    trunk/lib/psych/coder.rb
    trunk/lib/psych/core_ext.rb
    trunk/lib/psych/emitter.rb
    trunk/lib/psych/handler.rb
    trunk/lib/psych/nodes/alias.rb
    trunk/lib/psych/nodes/document.rb
    trunk/lib/psych/nodes/mapping.rb
    trunk/lib/psych/nodes/node.rb
    trunk/lib/psych/nodes/scalar.rb
    trunk/lib/psych/nodes/sequence.rb
    trunk/lib/psych/nodes/stream.rb
    trunk/lib/psych/nodes.rb
    trunk/lib/psych/omap.rb
    trunk/lib/psych/parser.rb
    trunk/lib/psych/scalar_scanner.rb
    trunk/lib/psych/set.rb
    trunk/lib/psych/tree_builder.rb
    trunk/lib/psych/visitors/emitter.rb
    trunk/lib/psych/visitors/json_tree.rb
    trunk/lib/psych/visitors/to_ruby.rb
    trunk/lib/psych/visitors/visitor.rb
    trunk/lib/psych/visitors/yaml_tree.rb
    trunk/lib/psych/visitors.rb
    trunk/test/psych/helper.rb
    trunk/test/psych/test_alias_and_anchor.rb
    trunk/test/psych/test_array.rb
    trunk/test/psych/test_boolean.rb
    trunk/test/psych/test_class.rb
    trunk/test/psych/test_coder.rb
    trunk/test/psych/test_document.rb
    trunk/test/psych/test_emitter.rb
    trunk/test/psych/test_encoding.rb
    trunk/test/psych/test_exception.rb
    trunk/test/psych/test_hash.rb
    trunk/test/psych/test_json_tree.rb
    trunk/test/psych/test_null.rb
    trunk/test/psych/test_object.rb
    trunk/test/psych/test_omap.rb
    trunk/test/psych/test_parser.rb
    trunk/test/psych/test_psych.rb
    trunk/test/psych/test_scalar.rb
    trunk/test/psych/test_scalar_scanner.rb
    trunk/test/psych/test_serialize_subclasses.rb
    trunk/test/psych/test_set.rb
    trunk/test/psych/test_string.rb
    trunk/test/psych/test_struct.rb
    trunk/test/psych/test_symbol.rb
    trunk/test/psych/test_to_yaml_properties.rb
    trunk/test/psych/test_tree_builder.rb
    trunk/test/psych/test_yaml.rb
    trunk/test/psych/visitors/test_emitter.rb
    trunk/test/psych/visitors/test_to_ruby.rb
    trunk/test/psych/visitors/test_yaml_tree.rb


Property changes on: lib/psych/handler.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/scalar_scanner.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/visitors/visitor.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/visitors/yaml_tree.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/visitors/to_ruby.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/visitors/json_tree.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/visitors/emitter.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/visitors.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/tree_builder.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes/document.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes/node.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes/scalar.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes/sequence.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes/alias.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes/mapping.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes/stream.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/core_ext.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/nodes.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/emitter.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/set.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/coder.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/omap.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: lib/psych/parser.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/emitter.h
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/parser.h
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/yaml_tree.c
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/to_ruby.c
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/psych.c
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/yaml_tree.h
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/extconf.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/to_ruby.h
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/emitter.c
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/psych.h
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: ext/psych/parser.c
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_serialize_subclasses.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_scalar_scanner.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_array.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_document.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_boolean.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_to_yaml_properties.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/helper.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/visitors/test_yaml_tree.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/visitors/test_to_ruby.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/visitors/test_emitter.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_hash.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_struct.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_psych.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_encoding.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_json_tree.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_set.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_omap.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_parser.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_coder.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_exception.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_yaml.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_class.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_alias_and_anchor.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_scalar.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_symbol.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_tree_builder.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_object.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_string.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_emitter.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: test/psych/test_null.rb
___________________________________________________________________
Name: svn:eol-style
   + LF


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]