summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 03:17:13 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 03:17:13 +0000
commit49c85058af832dce0ea0cbc389945f45459bb43c (patch)
tree6c4975ea3b7fa110882d0c4795a66a94b2647188 /ChangeLog
parentb221254f6f2ad3dcf29ec416a9d8ef3647fa2b3a (diff)
* ChangeLog: tabify.
* ext/etc/etc.c: add real prototype to getenv(). * win32/win32.h: add arguments to definitions of functions if possible. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 505cfac113..ddc73e5b06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
+Tue Jul 29 12:15:37 2003 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/etc/etc.c: add real prototype to getenv().
+
+ * win32/win32.h: add arguments to definitions of functions if possible.
+
Mon Jul 28 19:22:08 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
- * ext/syck/syck.h: Added 'syck' yacc prefixes.
+ * ext/syck/syck.h: Added 'syck' yacc prefixes.
- * ext/syck/gram.c: ditto.
+ * ext/syck/gram.c: ditto.
- * ext/syck/token.c: ditto.
+ * ext/syck/token.c: ditto.
- * ext/syck: Added ruby.h reference to source files.
+ * ext/syck: Added ruby.h reference to source files.
Tue Jul 29 03:53:28 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>