Skip to content

Commit cbf9ddf

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
mingw-w64-clang-aarch64-asciidoctor (new: 2.0.23-1) mingw-w64-clang-aarch64-gdbm (new: 1.19-3) mingw-w64-clang-aarch64-libxml2 (2.12.7-1 -> 2.12.8-1) mingw-w64-clang-aarch64-libxslt (1.1.40-1 -> 1.1.41-1) mingw-w64-clang-aarch64-libyaml (new: 0.2.5-2) mingw-w64-clang-aarch64-pdcurses (new: 4.4.0-1) mingw-w64-clang-aarch64-ruby (new: 3.1.5-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 425cb5c commit cbf9ddf

File tree

3,523 files changed

+642614
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,523 files changed

+642614
-238
lines changed

clangarm64/bin/asciidoctor

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#!/bin/sh
2+
# -*- ruby -*-
3+
_=_\
4+
=begin
5+
bindir="${0%/*}"
6+
exec "$bindir/ruby" "-x" "$0" "$@"
7+
=end
8+
#!/clangarm64/bin/ruby
9+
#
10+
# This file was generated by RubyGems.
11+
#
12+
# The application 'asciidoctor' is installed as part of a gem, and
13+
# this file is here to facilitate running it.
14+
#
15+
16+
require 'rubygems'
17+
18+
Gem.use_gemdeps
19+
20+
version = ">= 0.a"
21+
22+
str = ARGV.first
23+
if str
24+
str = str.b[/\A_(.*)_\z/, 1]
25+
if str and Gem::Version.correct?(str)
26+
version = str
27+
ARGV.shift
28+
end
29+
end
30+
31+
if Gem.respond_to?(:activate_bin_path)
32+
load Gem.activate_bin_path('asciidoctor', 'asciidoctor', version)
33+
else
34+
gem "asciidoctor", version
35+
load Gem.bin_path("asciidoctor", "asciidoctor", version)
36+
end

clangarm64/bin/asciidoctor.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@ruby.exe "%~dpn0" %*

clangarm64/bin/bundle

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#
11+
# This file was generated by RubyGems.
12+
#
13+
# The application 'bundler' is installed as part of a gem, and
14+
# this file is here to facilitate running it.
15+
#
16+
17+
require 'rubygems'
18+
19+
version = ">= 0.a"
20+
21+
str = ARGV.first
22+
if str
23+
str = str.b[/\A_(.*)_\z/, 1]
24+
if str and Gem::Version.correct?(str)
25+
version = str
26+
ENV['BUNDLER_VERSION'] = str
27+
28+
ARGV.shift
29+
end
30+
end
31+
32+
if Gem.respond_to?(:activate_bin_path)
33+
load Gem.activate_bin_path('bundler', 'bundle', version)
34+
else
35+
gem "bundler", version
36+
load Gem.bin_path("bundler", "bundle", version)
37+
end

clangarm64/bin/bundle.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@"%~dp0ruby.exe" "%~dpn0" %*

clangarm64/bin/bundler

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#
11+
# This file was generated by RubyGems.
12+
#
13+
# The application 'bundler' is installed as part of a gem, and
14+
# this file is here to facilitate running it.
15+
#
16+
17+
require 'rubygems'
18+
19+
version = ">= 0.a"
20+
21+
str = ARGV.first
22+
if str
23+
str = str.b[/\A_(.*)_\z/, 1]
24+
if str and Gem::Version.correct?(str)
25+
version = str
26+
ENV['BUNDLER_VERSION'] = str
27+
28+
ARGV.shift
29+
end
30+
end
31+
32+
if Gem.respond_to?(:activate_bin_path)
33+
load Gem.activate_bin_path('bundler', 'bundler', version)
34+
else
35+
gem "bundler", version
36+
load Gem.bin_path("bundler", "bundler", version)
37+
end

clangarm64/bin/bundler.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@"%~dp0ruby.exe" "%~dpn0" %*

clangarm64/bin/erb

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#
11+
# This file was generated by RubyGems.
12+
#
13+
# The application 'erb' is installed as part of a gem, and
14+
# this file is here to facilitate running it.
15+
#
16+
17+
require 'rubygems'
18+
19+
Gem.use_gemdeps
20+
21+
version = ">= 0.a"
22+
23+
str = ARGV.first
24+
if str
25+
str = str.b[/\A_(.*)_\z/, 1]
26+
if str and Gem::Version.correct?(str)
27+
version = str
28+
ARGV.shift
29+
end
30+
end
31+
32+
if Gem.respond_to?(:activate_bin_path)
33+
load Gem.activate_bin_path('erb', 'erb', version)
34+
else
35+
gem "erb", version
36+
load Gem.bin_path("erb", "erb", version)
37+
end

clangarm64/bin/erb.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@"%~dp0ruby.exe" "%~dpn0" %*

clangarm64/bin/gdbm_dump.exe

37 KB
Binary file not shown.

clangarm64/bin/gdbm_load.exe

38 KB
Binary file not shown.

clangarm64/bin/gdbmtool.exe

132 KB
Binary file not shown.

clangarm64/bin/gem

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#!/usr/bin/env ruby
2+
#--
3+
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
4+
# All rights reserved.
5+
# See LICENSE.txt for permissions.
6+
#++
7+
8+
require 'rubygems'
9+
require 'rubygems/gem_runner'
10+
require 'rubygems/exceptions'
11+
12+
required_version = Gem::Requirement.new ">= 1.8.7"
13+
14+
unless required_version.satisfied_by? Gem.ruby_version then
15+
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
16+
end
17+
18+
args = ARGV.clone
19+
20+
begin
21+
Gem::GemRunner.new.run args
22+
rescue Gem::SystemExitException => e
23+
exit e.exit_code
24+
end
25+

clangarm64/bin/gem.cmd

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#--
11+
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
12+
# All rights reserved.
13+
# See LICENSE.txt for permissions.
14+
#++
15+
16+
require 'rubygems'
17+
require 'rubygems/gem_runner'
18+
require 'rubygems/exceptions'
19+
20+
required_version = Gem::Requirement.new ">= 1.8.7"
21+
22+
unless required_version.satisfied_by? Gem.ruby_version then
23+
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
24+
end
25+
26+
args = ARGV.clone
27+
28+
begin
29+
Gem::GemRunner.new.run args
30+
rescue Gem::SystemExitException => e
31+
exit e.exit_code
32+
end
33+

clangarm64/bin/irb

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#
11+
# This file was generated by RubyGems.
12+
#
13+
# The application 'irb' is installed as part of a gem, and
14+
# this file is here to facilitate running it.
15+
#
16+
17+
require 'rubygems'
18+
19+
Gem.use_gemdeps
20+
21+
version = ">= 0.a"
22+
23+
str = ARGV.first
24+
if str
25+
str = str.b[/\A_(.*)_\z/, 1]
26+
if str and Gem::Version.correct?(str)
27+
version = str
28+
ARGV.shift
29+
end
30+
end
31+
32+
if Gem.respond_to?(:activate_bin_path)
33+
load Gem.activate_bin_path('irb', 'irb', version)
34+
else
35+
gem "irb", version
36+
load Gem.bin_path("irb", "irb", version)
37+
end

clangarm64/bin/irb.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@"%~dp0ruby.exe" "%~dpn0" %*

clangarm64/bin/libexslt-0.dll

0 Bytes
Binary file not shown.

clangarm64/bin/libgdbm-6.dll

61 KB
Binary file not shown.

clangarm64/bin/libgdbm_compat-4.dll

25.5 KB
Binary file not shown.

clangarm64/bin/libpdcurses.dll

192 KB
Binary file not shown.

clangarm64/bin/libpdcurses_vt.dll

162 KB
Binary file not shown.

clangarm64/bin/libpdcurses_wincon.dll

178 KB
Binary file not shown.

clangarm64/bin/libpdcurses_wingui.dll

192 KB
Binary file not shown.

clangarm64/bin/libxml2-2.dll

0 Bytes
Binary file not shown.

clangarm64/bin/libxslt-1.dll

0 Bytes
Binary file not shown.

clangarm64/bin/libyaml-0-2.dll

139 KB
Binary file not shown.

clangarm64/bin/racc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#
11+
# This file was generated by RubyGems.
12+
#
13+
# The application 'racc' is installed as part of a gem, and
14+
# this file is here to facilitate running it.
15+
#
16+
17+
require 'rubygems'
18+
19+
Gem.use_gemdeps
20+
21+
version = ">= 0.a"
22+
23+
str = ARGV.first
24+
if str
25+
str = str.b[/\A_(.*)_\z/, 1]
26+
if str and Gem::Version.correct?(str)
27+
version = str
28+
ARGV.shift
29+
end
30+
end
31+
32+
if Gem.respond_to?(:activate_bin_path)
33+
load Gem.activate_bin_path('racc', 'racc', version)
34+
else
35+
gem "racc", version
36+
load Gem.bin_path("racc", "racc", version)
37+
end

clangarm64/bin/racc.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@"%~dp0ruby.exe" "%~dpn0" %*

clangarm64/bin/rake

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#
11+
# This file was generated by RubyGems.
12+
#
13+
# The application 'rake' is installed as part of a gem, and
14+
# this file is here to facilitate running it.
15+
#
16+
17+
require 'rubygems'
18+
19+
Gem.use_gemdeps
20+
21+
version = ">= 0.a"
22+
23+
str = ARGV.first
24+
if str
25+
str = str.b[/\A_(.*)_\z/, 1]
26+
if str and Gem::Version.correct?(str)
27+
version = str
28+
ARGV.shift
29+
end
30+
end
31+
32+
if Gem.respond_to?(:activate_bin_path)
33+
load Gem.activate_bin_path('rake', 'rake', version)
34+
else
35+
gem "rake", version
36+
load Gem.bin_path("rake", "rake", version)
37+
end

clangarm64/bin/rake.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@"%~dp0ruby.exe" "%~dpn0" %*

clangarm64/bin/rbs

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:""||{ ""=> %q<-*- ruby -*-
2+
@"%~dp0ruby" -x "%~f0" %*
3+
@exit /b %ERRORLEVEL%
4+
};{ #
5+
bindir="${0%/*}" #
6+
exec "$bindir/ruby" "-x" "$0" "$@" #
7+
>,
8+
}
9+
#!/usr/bin/env ruby
10+
#
11+
# This file was generated by RubyGems.
12+
#
13+
# The application 'rbs' is installed as part of a gem, and
14+
# this file is here to facilitate running it.
15+
#
16+
17+
require 'rubygems'
18+
19+
Gem.use_gemdeps
20+
21+
version = ">= 0.a"
22+
23+
str = ARGV.first
24+
if str
25+
str = str.b[/\A_(.*)_\z/, 1]
26+
if str and Gem::Version.correct?(str)
27+
version = str
28+
ARGV.shift
29+
end
30+
end
31+
32+
if Gem.respond_to?(:activate_bin_path)
33+
load Gem.activate_bin_path('rbs', 'rbs', version)
34+
else
35+
gem "rbs", version
36+
load Gem.bin_path("rbs", "rbs", version)
37+
end

clangarm64/bin/rbs.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
@"%~dp0ruby.exe" "%~dpn0" %*

0 commit comments

Comments
 (0)