Hiroshi SHIBATA
|
db0a4c8923
|
Prefer to use File.foreach instead of IO.foreach
|
2023-02-27 18:49:18 +09:00 |
|
Hiroshi SHIBATA
|
d063ed12af
|
Prefer to use File.binwrite instead of IO.binwrite
|
2023-02-27 18:49:18 +09:00 |
|
Hiroshi SHIBATA
|
6dfdc7b28e
|
Prefer to use File.binread instead of IO.binread
|
2023-02-27 18:49:18 +09:00 |
|
Sutou Kouhei
|
f2bcdc7283
|
[ruby/fiddle] Support MSWIN (#43)
f16e7ff6e0
|
2020-06-27 23:54:09 +09:00 |
|
hsbt
|
7f24b0aabd
|
Merge fiddle-1.0.0.beta2 from upstream.
* ext/fiddle/closure.c: use directly declaration for standalone gem
without internal.h.
* Specify frozen string literal is true.
* Update gemspec configuration for release version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2017-09-12 11:52:23 +00:00 |
|
naruse
|
c4fdfabcc8
|
handle ext/ as r53141
g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts
fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&#
frozen_string_literal: false\n");f.rewind;f.write s}}'
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2015-12-16 05:31:54 +00:00 |
|
nobu
|
0cd829c339
|
fiddle: win32/libffi-config.rb
* ext/fiddle/win32/libffi-config.rb: generate necessary files to
build on mswin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2014-12-24 02:29:56 +00:00 |
|