卜部昌平
|
6413dc27dc
|
dependency updates
|
2021-04-13 14:30:21 +09:00 |
|
Nobuyoshi Nakada
|
590dc06e38
|
Get rid of defining methods for tests in core classes
Not to interfere in other tests.
|
2021-01-09 22:38:06 +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
|
715955ff27
|
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
|
2019-07-14 17:58:03 +09:00 |
|
nobu
|
64fea27496
|
Update dependencies
* common.mk (compile.o, loadpath.o): update dependencies.
* common.mk (vm_call.o): remove stale object dependencies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2016-07-06 05:48:13 +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
|
5631792727
|
* ext/-test-/array/resize/resize.c (Init_resize): renamed method
for test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2011-01-05 20:47:01 +00:00 |
|
nobu
|
c8aaf31fdd
|
* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2011-01-05 20:10:59 +00:00 |
|