Skip to content

Commit

Permalink
Update 5 packages
Browse files Browse the repository at this point in the history
mingw-w64-clang-aarch64-asciidoctor (2.0.23-1 -> 2.0.23-2)
mingw-w64-clang-aarch64-git-lfs (3.5.1-1 -> 3.6.0-1)
mingw-w64-clang-aarch64-lua (5.4.7-2 -> 5.4.7-3)
mingw-w64-clang-aarch64-ruby (removed)
mingw-w64-clang-aarch64-ruby (new: 3.3.6-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Nov 22, 2024
1 parent 7b7e8c0 commit 3a65cb2
Show file tree
Hide file tree
Showing 4,596 changed files with 345,345 additions and 339,108 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added clangarm64/bin/aarch64-ucrt-ruby330.dll
Binary file not shown.
21 changes: 4 additions & 17 deletions clangarm64/bin/gem
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++

require 'rubygems'
require 'rubygems/gem_runner'
require 'rubygems/exceptions'

required_version = Gem::Requirement.new ">= 1.8.7"

unless required_version.satisfied_by? Gem.ruby_version then
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
end

args = ARGV.clone

begin
Gem::GemRunner.new.run args
rescue Gem::SystemExitException => e
exit e.exit_code
end
require "rubygems/gem_runner"

Gem::GemRunner.new.run ARGV.clone
21 changes: 4 additions & 17 deletions clangarm64/bin/gem.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,14 @@ exec "$bindir/ruby" "-x" "$0" "$@" #
>,
}
#!/usr/bin/env ruby
# frozen_string_literal: true

#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++

require 'rubygems'
require 'rubygems/gem_runner'
require 'rubygems/exceptions'

required_version = Gem::Requirement.new ">= 1.8.7"

unless required_version.satisfied_by? Gem.ruby_version then
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
end

args = ARGV.clone

begin
Gem::GemRunner.new.run args
rescue Gem::SystemExitException => e
exit e.exit_code
end
require "rubygems/gem_runner"

Gem::GemRunner.new.run ARGV.clone
Binary file modified clangarm64/bin/git-lfs.exe
Binary file not shown.
Binary file modified clangarm64/bin/lua.exe
Binary file not shown.
Binary file modified clangarm64/bin/lua54.dll
Binary file not shown.
Binary file modified clangarm64/bin/luac.exe
Binary file not shown.
Binary file modified clangarm64/bin/ruby.exe
Binary file not shown.
Binary file removed clangarm64/bin/ruby310.dll
Binary file not shown.
Binary file modified clangarm64/bin/rubyw.exe
Binary file not shown.
37 changes: 37 additions & 0 deletions clangarm64/bin/syntax_suggest
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
:""||{ ""=> %q<-*- ruby -*-
@"%~dp0ruby" -x "%~f0" %*
@exit /b %ERRORLEVEL%
};{ #
bindir="${0%/*}" #
exec "$bindir/ruby" "-x" "$0" "$@" #
>,
}
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'syntax_suggest' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('syntax_suggest', 'syntax_suggest', version)
else
gem "syntax_suggest", version
load Gem.bin_path("syntax_suggest", "syntax_suggest", version)
end
2 changes: 2 additions & 0 deletions clangarm64/bin/syntax_suggest.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
@"%~dp0ruby.exe" "%~dpn0" %*
6 changes: 6 additions & 0 deletions clangarm64/include/luaconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,13 @@
*/


#if defined(liolib_c) && defined(__MINGW32__)
#include <sys/types.h>

#define l_fseek(f,o,w) fseeko(f,o,w)
#define l_ftell(f) ftello(f)
#define l_seeknum off_t
#endif


#endif
Expand Down
Loading

0 comments on commit 3a65cb2

Please sign in to comment.