1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych
Nobuyoshi Nakada 414d6cf1d3 [ruby/psych] Get rid of C90 feature
For ruby 2.6 and earlier.

https://travis-ci.org/ruby/psych/jobs/562435717#L245-L248

```
../../../../ext/psych/psych_parser.c: In function ‘make_exception’:
../../../../ext/psych/psych_parser.c:87:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
     VALUE ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
     ^
```

https://github.com/ruby/psych/commit/aa457443b8
2019-07-25 07:52:19 +09:00
..
lib [ruby/psych] Deduplicate hash keys if they're strings 2019-07-25 07:52:16 +09:00
yaml Merge psych-3.1.0.pre1. 2018-08-27 00:44:04 +00:00
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb Make psych.so deterministic 2019-06-02 07:59:56 +03:00
psych.c
psych.gemspec [ruby/psych] Do not use add_development_dependency. 2019-07-25 07:47:07 +09:00
psych.h
psych_emitter.c no ID cache in Init functions 2018-02-16 08:39:48 +00:00
psych_emitter.h
psych_parser.c [ruby/psych] Get rid of C90 feature 2019-07-25 07:52:19 +09:00
psych_parser.h
psych_to_ruby.c
psych_to_ruby.h
psych_yaml_tree.c null byte at Psych::Emitter. 2017-10-31 07:24:29 +00:00
psych_yaml_tree.h