From ddee93436d1ee2156d97f2edeba657e587cb7518 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 12 Jul 2003 08:02:26 +0000 Subject: * struct.c (struct_entry): add prototype to avoid VC++ warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f43ce03d..58657692a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,22 @@ +Sat Jul 12 17:01:28 2003 NAKAMURA Usaku + + * struct.c (struct_entry): add prototype to avoid VC++ warnings. + Sat Jul 12 04:43:57 2003 why the lucky stiff - * 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 -- cgit