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

ruby-changes:2982

From: ko1@a...
Date: 22 Dec 2007 15:57:40 +0900
Subject: [ruby-changes:2982] usa - Ruby:r14474 (trunk): * transcode_data_japanese: typo.

usa	2007-12-22 15:57:26 +0900 (Sat, 22 Dec 2007)

  New Revision: 14474

  Modified files:
    trunk/ChangeLog
    trunk/transcode_data_japanese.c

  Log:
    * transcode_data_japanese: typo.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14474&r2=14473
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/transcode_data_japanese.c?r1=14474&r2=14473

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14473)
+++ ChangeLog	(revision 14474)
@@ -1,3 +1,7 @@
+Sat Dec 22 15:56:36 2007  NAKAMURA Usaku  <usa@r...>
+
+	* transcode_data_japanese: typo.
+
 Sat Dec 22 15:54:54 2007  Martin Duerst  <duerst@i...>
 
 	* ChangeLog: Information for last patch got lost, fixed
Index: transcode_data_japanese.c
===================================================================
--- transcode_data_japanese.c	(revision 14473)
+++ transcode_data_japanese.c	(revision 14474)
@@ -1,5 +1,5 @@
 #define TRANSCODE_DATA
-#include "/cygdrive/d/ruby/transcode_data.h"
+#include "transcode_data.h"
 
 static const unsigned char
 from_SHIFT_JIS_81_offsets[256] = {

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

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