summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 14:20:58 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 14:20:58 +0000
commit9b616a5e85eb17eaf2f8cd1f7972cca4e59fa3cb (patch)
tree6f136357188e0a889e610628972038bf4a42742d /ChangeLog
parentfd681fe0e5240ae112b15ff437d3259f202b9705 (diff)
* ext/digest/defs.h: avoid warnings on Cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 239f7e503f..db3359f85e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ Sun Jun 1 21:50:01 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* cygwin/GNUmakefile.in: ditto.
+ * ext/digest/defs.h: avoid warnings on Cygwin.
+
Sun Jun 01 13:33:49 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
* wince/string_wce.c: add strpbrk() for hpcpro support.