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

ruby-changes:21191

From: kazu <ko1@a...>
Date: Sat, 10 Sep 2011 01:44:52 +0900 (JST)
Subject: [ruby-changes:21191] kazu:r33239 (trunk): * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,

kazu	2011-09-10 01:44:38 +0900 (Sat, 10 Sep 2011)

  New Revision: 33239

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

  Log:
    * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
      not encoding.
    
    * sample/mine.rb: ditto.

  Modified files:
    trunk/ChangeLog
    trunk/sample/drb/dhasenc.rb
    trunk/sample/mine.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33238)
+++ ChangeLog	(revision 33239)
@@ -1,3 +1,10 @@
+Sat Sep 10 01:37:55 2011  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
+	  not encoding.
+
+	* sample/mine.rb: ditto.
+
 Fri Sep  9 21:56:40 2011  Ayumu AIZAWA  <ayumu.aizawa@g...>
 
 	* ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
Index: sample/mine.rb
===================================================================
--- sample/mine.rb	(revision 33238)
+++ sample/mine.rb	(revision 33239)
@@ -1,5 +1,5 @@
 #! /usr/bin/ruby -Ku
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
 
 class Board
   def clr

Property changes on: sample/mine.rb
___________________________________________________________________
Added: svn:executable
   + *

Index: sample/drb/dhasenc.rb
===================================================================
--- sample/drb/dhasenc.rb	(revision 33238)
+++ sample/drb/dhasenc.rb	(revision 33239)
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
 =begin
  distributed Ruby --- dRuby Sample Client -- chasen client
  	Copyright (c) 1999-2001 Masatoshi SEKI

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

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