aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 12:40:39 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 12:40:39 +0000
commit716c2074bcd294a3a462930bb30f208845247652 (patch)
tree15bb13c0a497584688f74860f4afbddc91533b8b
parent9c4ac94a8ec63cfa477e6aa0bcc2cc790f3a5808 (diff)
downloadruby-716c2074bcd294a3a462930bb30f208845247652.tar.gz
* .document: add some README files to default rdoc's of trunk.
patched by Roger Pack [ruby-core:26459] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.document15
-rw-r--r--ChangeLog5
2 files changed, 19 insertions, 1 deletions
diff --git a/.document b/.document
index 746ca2929d..6e576ce6d8 100644
--- a/.document
+++ b/.document
@@ -16,4 +16,17 @@ lib
ext
# rdoc files
-doc/*.rdoc
+doc/*
+
+NEWS
+
+README.ja
+README
+README.EXT
+README.EXT.ja
+COPYING
+COPYING.ja
+GPL
+LGPL
+LEGAL
+ChangeLog
diff --git a/ChangeLog b/ChangeLog
index f523c99f02..fd1212452d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 4 21:39:10 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * .document: add some README files to default rdoc's of trunk.
+ patched by Roger Pack [ruby-core:26459]
+
Wed Nov 4 16:06:11 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c for