summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-05 03:14:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-05 03:14:05 +0000
commit4794b7305bea03184d9ecadeea915c7568906ec1 (patch)
tree678a26aae14ada7c54246543a32fdc6dd6297ac8 /ChangeLog
parent86321f3ee3953b084cc13ed542e1c143908f774b (diff)
downloadruby-4794b7305bea03184d9ecadeea915c7568906ec1.tar.gz
ruby-4794b7305bea03184d9ecadeea915c7568906ec1.tar.xz
ruby-4794b7305bea03184d9ecadeea915c7568906ec1.zip
* ext/socket/socket.c (raise_socket_error): some platforms don't have
EAI_SYSTEM. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 40c8376d8..a25e8dfb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 5 12:12:09 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/socket/socket.c (raise_socket_error): some platforms don't have
+ EAI_SYSTEM.
+
Mon Apr 5 08:18:23 2004 Dave Thomas <dave@pragprog.com>
* lib/rdoc/rdoc.rb: Remove leading ./ from file names so that cross
@@ -5,8 +10,8 @@ Mon Apr 5 08:18:23 2004 Dave Thomas <dave@pragprog.com>
Sun Apr 4 14:01:20 2004 Dave Thomas <dave@pragprog.com>
- * lib/rdoc/options.rb (Options::parse): Allow multiple -x options to RDoc.
- Fix bug where files weren't being excluded properly
+ * lib/rdoc/options.rb (Options::parse): Allow multiple -x options to
+ RDoc. Fix bug where files weren't being excluded properly
Sat Apr 3 09:36:38 2004 why the lucky stiff <why@ruby-lang.org>