diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-12 08:02:26 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-12 08:02:26 +0000 |
| commit | ddee93436d1ee2156d97f2edeba657e587cb7518 (patch) | |
| tree | b9c634f353170ea1bc57c26435b78218a86857df /ChangeLog | |
| parent | c74be7e1a2664ad92a5000d519ef31d75838fda0 (diff) | |
| download | ruby-ddee93436d1ee2156d97f2edeba657e587cb7518.tar.gz ruby-ddee93436d1ee2156d97f2edeba657e587cb7518.tar.xz ruby-ddee93436d1ee2156d97f2edeba657e587cb7518.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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> |
