|
toyoshim |
Fix Haiku R1/alpha3 build
…
* configure.in: Fixing Haiku R1/alpha3 build with gcc-4.4.4. - omit ANSI standard flags to compile socket extension where anonymous union is required. - remove redundant -be flags. |
281d8a1
|
Merged in r36839, thanks
|
tenderlove |
* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys before
…
reviving objects. Fixes GH psych #168 * test/psych/test_merge_keys.rb: test for change tenderlove/psych#168 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
9ae2651
|
|
tenderlove |
* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys before
…
reviving objects. Fixes GH psych #168 * test/psych/test_merge_keys.rb: test for change tenderlove/psych#168 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
f158a4b
|
|
nurse |
* configure.in: Fixing Haiku R1/alpha3 build with gcc-4.4.4.
…
- omit ANSI standard flags to compile socket extension where anonymous union is required. - remove redundant -be flags. by Takashi Toyoshima <toyoshim@gmail.com> ruby#168 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
4358271
|
|
nurse |
* configure.in: Fixing Haiku R1/alpha3 build with gcc-4.4.4.
…
- omit ANSI standard flags to compile socket extension where anonymous union is required. - remove redundant -be flags. by Takashi Toyoshima <toyoshim@gmail.com> ruby#168 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
ab845e9
|
|
tenderlove |
* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys before
…
reviving objects. Fixes GH psych #168 * test/psych/test_merge_keys.rb: test for change tenderlove/psych#168 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
44c0ec4
|
* configure.in: Fixing Haiku R1/alpha3 build with gcc-4.4.4. - omit ANSI standard flags to compile socket extension where anonymous union is required. - remove redundant -be flags.