aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-10 08:28:51 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-10 08:28:51 +0000
commit97c0e2c0cda73a23229ae493662ee4a239e1483b (patch)
tree91adb8a0382831cc98e85eb64b738b38783c05e5 /ChangeLog
parenta3faa7e2e27c74b8f412de3f4b7d7e7e2c4881b8 (diff)
downloadruby-97c0e2c0cda73a23229ae493662ee4a239e1483b.tar.gz
* ChangeLog: specify the source.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c5c556803..7b50360437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
Tue Sep 10 17:16:14 2002 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).
+ [ruby-dev:17059]
* win32/Makefile.sub ($(LIBRUBY_A), $(LIBRUBY)): avoid lib.exe's
- warning.
+ warning. [ruby-dev:17059]
- * win32/Makefile.sub: remove unnecessary rules.
+ * win32/Makefile.sub: remove unnecessary rules. [ruby-dev:17059]
* win32/configure.bat, win32/setup.mak, win32/README.win32: enable to
- pass some arguments to configure.
+ pass some arguments to configure. [ruby-dev:17059]
Mon Sep 9 23:43:33 2002 WATANABE Hirofumi <eban@ruby-lang.org>