Peter Zhu
|
2d5ecd60a5
|
[Feature #18249] Update dependencies
|
2022-02-22 09:55:21 -05:00 |
|
Nobuyoshi Nakada
|
ac152b3cac
|
Update dependencies
|
2021-11-21 16:21:18 +09:00 |
|
卜部昌平
|
6413dc27dc
|
dependency updates
|
2021-04-13 14:30:21 +09:00 |
|
卜部昌平
|
490010084e
|
sed -i '/rmodule.h/d'
|
2020-08-27 16:42:06 +09:00 |
|
卜部昌平
|
756403d775
|
sed -i '/r_cast.h/d'
|
2020-08-27 15:03:36 +09:00 |
|
卜部昌平
|
0da2a3f1fc
|
sed -i '\,2/extern.h,d'
|
2020-08-27 14:07:49 +09:00 |
|
卜部昌平
|
9e41a75255
|
sed -i 's|ruby/impl|ruby/internal|'
To fix build failures.
|
2020-05-11 09:24:08 +09:00 |
|
卜部昌平
|
d7f4d732c1
|
sed -i s|ruby/3|ruby/impl|g
This shall fix compile errors.
|
2020-05-11 09:24:08 +09:00 |
|
卜部昌平
|
9e6e39c351
|
Merge pull request #2991 from shyouhei/ruby.h
Split ruby.h
|
2020-04-08 13:28:13 +09:00 |
|
Nobuyoshi Nakada
|
f90b22e3dc
|
Revert the line for nextafter.c for FreeBSD make
|
2019-11-20 15:37:05 +09:00 |
|
Nobuyoshi Nakada
|
e1b2341488
|
Update dependencies
|
2019-11-18 23:16:22 +09:00 |
|
nobu
|
a594ca98f2
|
auto_ext.rb
* ext/-test-/auto_ext.rb (auto_ext): utitily method to create
extension libraries for tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2016-05-29 03:08:45 +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 |
|
akr
|
63fee73500
|
* configure.in: Check nextafter() availability.
* include/ruby/missing.h (nextafter): New optional declaration.
* missing/nextafter.c: New file.
* numeric.c: Float#next_float and Float#prev_float implemented.
[ruby-core:62562] [Feature #9834]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2014-05-18 00:37:10 +00:00 |
|