index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
rbinstall.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use class methods of `File` over `Kernel.open` and `IO.read`
Nobuyoshi Nakada
2022-11-21
1
-25
/
+22
*
Install all file trees for lldb [ci skip]
Nobuyoshi Nakada
2022-09-28
1
-1
/
+7
*
Make date in installed gemspec files stable
Nobuyoshi Nakada
2022-08-17
1
-0
/
+1
*
Refactor `RbInstall::Specs::FileCollector`
Nobuyoshi Nakada
2022-08-17
1
-66
/
+41
*
No bundled gems to be installed from gem now
Nobuyoshi Nakada
2022-08-12
1
-22
/
+2
*
All extensions in bundled gems are built by build-ext now
Nobuyoshi Nakada
2022-08-12
1
-5
/
+2
*
Fix files for gemspec files direct-under lib
Nobuyoshi Nakada
2022-08-07
1
-1
/
+1
*
Try to install also gemspec files under gem directories
Nobuyoshi Nakada
2022-07-14
1
-1
/
+4
*
Stop `build_extensions` when DESTDIR set
Kazuhiro NISHIYAMA
2022-05-13
1
-1
/
+1
*
rbinstall: Also do `Gem.ruby` patching for unpacked bundled gems
Alan Wu
2022-04-22
1
-1
/
+7
*
Fix bundled gems installation when relative loading
Nobuyoshi Nakada
2022-04-16
1
-3
/
+7
*
Skip build extensions again on cross compiling too
Kazuhiro NISHIYAMA
2022-04-13
1
-1
/
+1
*
Skip build extensions again on mswin and mingw
Kazuhiro NISHIYAMA
2022-04-13
1
-0
/
+3
*
Enabled to build extensions with the bundled gems again
Kazuhiro NISHIYAMA
2022-04-13
1
-3
/
+0
*
Install built gem extension binaries
Nobuyoshi Nakada
2022-04-07
1
-40
/
+16
*
tool/rbinstall.rb: instal ruby.wasm produced by Emscripten
Yuta Saito
2022-01-06
1
-0
/
+5
*
rbinstall.rb: install ext only when it's configured [Bug #18414]
Yuta Saito
2021-12-21
1
-0
/
+17
*
Fix location of extensions in bundled gems when static-linked-ext
Nobuyoshi Nakada
2021-12-21
1
-1
/
+1
*
Install gemspec even though no .rb and no .so
Yuta Saito
2021-12-16
1
-1
/
+0
*
No need to link and install .pdb anymore
Alan Wu
2021-11-24
1
-1
/
+0
*
Skip bundled gem with an extension library under with-static-linked-ext
Yusuke Endoh
2021-11-05
1
-0
/
+4
*
Get rid of exponential backtracks found by CodeQL
Nobuyoshi Nakada
2021-10-30
1
-1
/
+1
*
introduce debug.gem
Koichi Sasada
2021-10-05
1
-1
/
+16
*
Enabled to build extensions with the bundled gems
Hiroshi SHIBATA
2021-10-05
1
-3
/
+0
*
Fix a typo
Nobuyoshi Nakada
2021-10-04
1
-1
/
+1
*
[Misc #18153] Install debug symbol files/directories by the option
Nobuyoshi Nakada
2021-09-08
1
-0
/
+16
*
rbinstall.rb: just call File.basename directly
Nobuyoshi Nakada
2021-07-08
1
-3
/
+2
*
rbinstall.rb: get rid of making directories when dryrun
Nobuyoshi Nakada
2021-07-01
1
-21
/
+30
*
Remove short options with argument [Bug #17870]
Nobuyoshi Nakada
2021-05-21
1
-0
/
+3
*
Added the specific files to the default gems like net-http and optparse
Hiroshi SHIBATA
2021-04-19
1
-6
/
+15
*
Fix the wrong file detection for net-*.gemspec
Hiroshi SHIBATA
2021-04-19
1
-0
/
+5
*
Workaround for installation failures on macOS
Nobuyoshi Nakada
2021-04-15
1
-0
/
+2
*
rbinstall.rb: record default gem files
Nobuyoshi Nakada
2021-04-10
1
-0
/
+5
*
rbinstall.rb: append "/" to directory names
Nobuyoshi Nakada
2021-04-10
1
-1
/
+1
*
Directory mapping for default gems
Nobuyoshi Nakada
2021-02-14
1
-8
/
+8
*
Revert following rbinstall.rb changes
Nobuyoshi Nakada
2021-02-14
1
-11
/
+5
*
Use UnpackedInstaller to install default gems.
Vít Ondruch
2021-02-14
1
-22
/
+26
*
Fix gemspec only case
Nobuyoshi Nakada
2021-02-14
1
-1
/
+6
*
Refined installation of gemspecs placed other than ext and lib
Nobuyoshi Nakada
2021-02-14
1
-6
/
+7
*
Comment in sh needs to be the beginning of a word
Nobuyoshi Nakada
2021-02-11
1
-1
/
+1
*
rbinstall.rb: do not install useless files after installed
Nobuyoshi Nakada
2020-12-07
1
-1
/
+1
*
Extract gemspec to versioned file
Nobuyoshi Nakada
2020-12-07
1
-3
/
+8
*
rbinstall.rb: relaxed split argument
Nobuyoshi Nakada
2020-12-07
1
-1
/
+1
*
rbinstall.rb: fix the position to expand files
Nobuyoshi Nakada
2020-12-07
1
-13
/
+13
*
rbinstall.rb: install files expanded from bundled gems
Nobuyoshi Nakada
2020-12-07
1
-2
/
+14
*
rbinstall.rb: OpenStruct has not been needed for years
Nobuyoshi Nakada
2020-09-11
1
-1
/
+0
*
rbinstall.rb: fix generated script name to set mode
Nobuyoshi Nakada
2020-07-29
1
-5
/
+3
*
rbinstall.rb: fix dry-run mode
Nobuyoshi Nakada
2020-07-29
1
-20
/
+52
*
Skip comment and empty lines in gems/bundled_gems file
Nobuyoshi Nakada
2020-07-05
1
-0
/
+1
*
Added install-dbg
Nobuyoshi Nakada
2020-06-13
1
-3
/
+24
[next]