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

ruby-changes:7494

From: nobu <ko1@a...>
Date: Mon, 1 Sep 2008 14:37:27 +0900 (JST)
Subject: [ruby-changes:7494] Ruby:r19015 (trunk): * enc/depend: transdb.c may not present.

nobu	2008-09-01 14:37:04 +0900 (Mon, 01 Sep 2008)

  New Revision: 19015

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

  Log:
    * enc/depend: transdb.c may not present.

  Modified files:
    trunk/ChangeLog
    trunk/enc/depend

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19014)
+++ ChangeLog	(revision 19015)
@@ -1,3 +1,7 @@
+Mon Sep  1 14:37:02 2008  Nobuyoshi Nakada  <nobu@r...>
+
+	* enc/depend: transdb.c may not present.
+
 Mon Sep  1 14:25:26 2008  NARUSE, Yui  <naruse@r...>
 
 	* enc/trans/japanese.trans: fix Ruby 1.8 compatibility.
Index: enc/depend
===================================================================
--- enc/depend	(revision 19014)
+++ enc/depend	(revision 19015)
@@ -23,6 +23,7 @@
 % atrans = atrans.sort_by(&alphanumeric_order)
 % trans = trans.sort_by(&alphanumeric_order)
 % trans.unshift(trans.delete("transdb"))
+% trans.compact!
 % trans |= atrans
 % trans.map! {|e| "trans/#{e}"}
 % dependencies = encs + trans

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

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