summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 14:04:05 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 14:04:05 +0000
commitafe0bea5fef3681e055800a472c3090fb9c1e029 (patch)
treecc9f152d04fa15a5add1308b742dd8ecceedf4f9 /ChangeLog
parent55f6cccecea405e8b18fe83b0707219bff3483cd (diff)
downloadruby-afe0bea5fef3681e055800a472c3090fb9c1e029.tar.gz
ruby-afe0bea5fef3681e055800a472c3090fb9c1e029.tar.xz
ruby-afe0bea5fef3681e055800a472c3090fb9c1e029.zip
* configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.
* io.c (is_socket, shutdown): define dummy macros for DJGPP. * process.c: use SIZEOF_RLIM_T instead of HAVE_RLIM_T for DJGPP. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0b1d6c60..ae2f7d190 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Dec 6 23:00:45 2004 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.
+
+ * io.c (is_socket, shutdown): define dummy macros for DJGPP.
+
+ * process.c: use SIZEOF_RLIM_T instead of HAVE_RLIM_T for DJGPP.
+
Mon Dec 6 21:19:40 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (is_socket): fix typos. [ruby-core:03900]