diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 08:27:58 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 08:27:58 +0000 |
| commit | a4ae63afeb5935ff803cbb7047878bee0b3f88ea (patch) | |
| tree | 08a2eaccc276bc216f2f0fbec60d28216f435091 /ChangeLog | |
| parent | a7bb3d4d983b1cd2e1d529d8bec909dd7e313c94 (diff) | |
| download | ruby-a4ae63afeb5935ff803cbb7047878bee0b3f88ea.tar.gz ruby-a4ae63afeb5935ff803cbb7047878bee0b3f88ea.tar.xz ruby-a4ae63afeb5935ff803cbb7047878bee0b3f88ea.zip | |
* include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids
comma at end of enumerator list
* include/ruby/ruby.h (enum ruby_value_type): ditto.
* eval_intern.h (enum): ditto.
* vm_core.h (enum rb_thread_status): ditto.
* parse.y (enum lex_state_e): ditto.
* parse.y (enum string_type): ditto.
* process.c (enum): ditto.
* ruby.c (enum dump_flag_bits): ditto.
* ruby.c (enum disable_flag_bits): ditto.
* compile.c (iseq_link_element): ditto
* debug.c (union): ditto.
* cont.c (enum context_type): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Tue Jul 1 17:14:59 2008 URABE Shyouhei <shyouhei@ruby-lang.org> + + * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids + comma at end of enumerator list + + * include/ruby/ruby.h (enum ruby_value_type): ditto. + + * eval_intern.h (enum): ditto. + + * vm_core.h (enum rb_thread_status): ditto. + + * parse.y (enum lex_state_e): ditto. + + * parse.y (enum string_type): ditto. + + * process.c (enum): ditto. + + * ruby.c (enum dump_flag_bits): ditto. + + * ruby.c (enum disable_flag_bits): ditto. + Tue Jul 1 17:21:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * regexec.c (stack_double): use MatchStackLimitSize atomically. |
