summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f43ce03d9..58657692a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,22 @@
+Sat Jul 12 17:01:28 2003 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * struct.c (struct_entry): add prototype to avoid VC++ warnings.
+
Sat Jul 12 04:43:57 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
- * ext/syck/emitter.c: new emitter code.
+ * ext/syck/emitter.c: new emitter code.
- * ext/syck/rubyext.c: Emitter class.
+ * ext/syck/rubyext.c: Emitter class.
- * lib/yaml.rb: Load Syck emitter, if available.
+ * lib/yaml.rb: Load Syck emitter, if available.
- * lib/yaml/stream.rb: ditto.
+ * lib/yaml/stream.rb: ditto.
- * lib/yaml/baseemitter.rb: underlying class for all emitters.
+ * lib/yaml/baseemitter.rb: underlying class for all emitters.
- * lib/yaml/rubytypes.rb: use BaseEmitter abstraction.
+ * lib/yaml/rubytypes.rb: use BaseEmitter abstraction.
- * lib/yaml/emitter.rb: ditto.
+ * lib/yaml/emitter.rb: ditto.
Sat Jul 12 01:21:54 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>