Skip to content

Commit

Permalink
Update 8 packages
Browse files Browse the repository at this point in the history
mingw-w64-clang-aarch64-crt-git (11.0.0.r345.g29f04ec3d-1 -> 11.0.0.r346.gd6c07d956-1)
mingw-w64-clang-aarch64-gettext (0.21.1-2 -> 0.22.3-1)
mingw-w64-clang-aarch64-headers-git (11.0.0.r345.g29f04ec3d-1 -> 11.0.0.r346.gd6c07d956-1)
mingw-w64-clang-aarch64-libmangle-git (11.0.0.r345.g29f04ec3d-1 -> 11.0.0.r346.gd6c07d956-1)
mingw-w64-clang-aarch64-libwinpthread-git (11.0.0.r345.g29f04ec3d-1 -> 11.0.0.r346.gd6c07d956-1)
mingw-w64-clang-aarch64-tools-git (11.0.0.r345.g29f04ec3d-1 -> 11.0.0.r346.gd6c07d956-1)
mingw-w64-clang-aarch64-winpthreads-git (11.0.0.r345.g29f04ec3d-1 -> 11.0.0.r346.gd6c07d956-1)
mingw-w64-clang-aarch64-winstorecompat-git (11.0.0.r345.g29f04ec3d-1 -> 11.0.0.r346.gd6c07d956-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Nov 1, 2023
1 parent 8e755d6 commit aba52c9
Show file tree
Hide file tree
Showing 1,513 changed files with 11,163 additions and 9,701 deletions.
21 changes: 11 additions & 10 deletions clangarm64/bin/autopoint
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright (C) 2002-2022 Free Software Foundation, Inc.
# Copyright (C) 2002-2023 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -22,8 +22,8 @@

progname=$0
package=gettext-tools
version=0.21.1
archive_version=0.21.1
version=0.22.3
archive_version=0.22.3

# Set variables
# - gettext_datadir directory where the data files are stored.
Expand Down Expand Up @@ -212,7 +212,7 @@ func_version ()
echo "This binary is configured to use a versions archive in dirxz format."
echo
fi
echo "Copyright (C) 2002-2022 Free Software Foundation, Inc.
echo "Copyright (C) 2002-2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
Expand Down Expand Up @@ -299,17 +299,17 @@ srcdir=`pwd`

# Check integrity of package: A configure.in/ac must be present. Sets variable
# - configure_in name of configure.in/ac file.
if test -f configure.in; then
configure_in=configure.in
if test -f configure.ac; then
configure_in=configure.ac
else
if test -f configure.ac; then
configure_in=configure.ac
if test -f configure.in; then
configure_in=configure.in
else
# KDE specific convention: configure.in.in
if test -f configure.in.in; then
configure_in=configure.in.in
else
func_fatal_error "Missing configure.in or configure.ac, please cd to your package first."
func_fatal_error "Missing configure.ac or configure.in, please cd to your package first."
fi
fi
fi
Expand Down Expand Up @@ -390,7 +390,8 @@ case "$ver" in
0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \
0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 | \
0.20 | 0.20.2 | \
0.21 | 0.21.1 )
0.21 | 0.21.1 | \
0.22 | 0.22.1 | 0.22.2 | 0.22.3 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
Expand Down
Binary file modified clangarm64/bin/envsubst.exe
Binary file not shown.
Binary file modified clangarm64/bin/gendef.exe
Binary file not shown.
Binary file modified clangarm64/bin/genidl.exe
Binary file not shown.
Binary file modified clangarm64/bin/genpeimg.exe
Binary file not shown.
Binary file modified clangarm64/bin/gettext.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions clangarm64/bin/gettext.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright (C) 2003, 2005-2007, 2011, 2018-2022 Free Software Foundation, Inc.
# Copyright (C) 2003, 2005-2007, 2011, 2018-2023 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
Expand Down Expand Up @@ -48,7 +48,7 @@ if test -z "${ZSH_VERSION+set}"; then
gettext.sh | */gettext.sh | *\\gettext.sh)
progname=$0
package=gettext-runtime
version=0.21.1
version=0.22.3
# func_usage
# outputs to stdout the --help usage message.
func_usage ()
Expand All @@ -61,7 +61,7 @@ if test -z "${ZSH_VERSION+set}"; then
func_version ()
{
echo "$progname (GNU $package) $version"
echo "Copyright (C) 2003-2022 Free Software Foundation, Inc.
echo "Copyright (C) 2003-2023 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
Expand Down
9 changes: 5 additions & 4 deletions clangarm64/bin/gettextize
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright (C) 1995-1998, 2000-2022 Free Software Foundation, Inc.
# Copyright (C) 1995-1998, 2000-2023 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -22,8 +22,8 @@

progname=$0
package=gettext-tools
version=0.21.1
archive_version=0.21.1
version=0.22.3
archive_version=0.22.3

# Set variables
# - gettext_datadir directory where the data files are stored.
Expand Down Expand Up @@ -206,7 +206,7 @@ or by email to <bug-gettext@gnu.org>."
func_version ()
{
echo "$progname (GNU $package) $version"
echo "Copyright (C) 1995-2022 Free Software Foundation, Inc.
echo "Copyright (C) 1995-2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
Expand Down Expand Up @@ -803,6 +803,7 @@ Please fill $podir/POTFILES.in as described in the documentation.
done

m4filelist='
build-to-host.m4
gettext.m4
host-cpu-c-abi.m4
iconv.m4
Expand Down
Binary file modified clangarm64/bin/libasprintf-0.dll
Binary file not shown.
Binary file removed clangarm64/bin/libgettextlib-0-21-1.dll
Binary file not shown.
Binary file added clangarm64/bin/libgettextlib-0-22-3.dll
Binary file not shown.
Binary file modified clangarm64/bin/libgettextpo-0.dll
Binary file not shown.
Binary file removed clangarm64/bin/libgettextsrc-0-21-1.dll
Binary file not shown.
Binary file added clangarm64/bin/libgettextsrc-0-22-3.dll
Binary file not shown.
Binary file modified clangarm64/bin/libintl-8.dll
Binary file not shown.
Binary file modified clangarm64/bin/libwinpthread-1.dll
Binary file not shown.
Binary file modified clangarm64/bin/msgattrib.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgcat.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgcmp.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgcomm.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgconv.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgen.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgexec.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgfilter.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgfmt.exe
Binary file not shown.
Binary file modified clangarm64/bin/msggrep.exe
Binary file not shown.
Binary file modified clangarm64/bin/msginit.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgmerge.exe
Binary file not shown.
Binary file modified clangarm64/bin/msgunfmt.exe
Binary file not shown.
Binary file modified clangarm64/bin/msguniq.exe
Binary file not shown.
Binary file modified clangarm64/bin/ngettext.exe
Binary file not shown.
Binary file modified clangarm64/bin/recode-sr-latin.exe
Binary file not shown.
Binary file modified clangarm64/bin/widl.exe
Binary file not shown.
Binary file modified clangarm64/bin/xgettext.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions clangarm64/include/gettext-po.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Public API for GNU gettext PO files - contained in libgettextpo.
Copyright (C) 2003-2008, 2010, 2012-2016, 2019-2022 Free Software Foundation, Inc.
Copyright (C) 2003-2008, 2010, 2012-2016, 2019-2023 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -28,7 +28,7 @@ extern "C" {
/* =========================== Meta Information ============================ */

/* Version number: (major<<16) + (minor<<8) + subminor */
#define LIBGETTEXTPO_VERSION 0x001501
#define LIBGETTEXTPO_VERSION 0x001603
extern __declspec (dllimport) int libgettextpo_version;

/* ================================= Types ================================= */
Expand Down
4 changes: 2 additions & 2 deletions clangarm64/include/libintl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Message catalogs for internationalization.
Copyright (C) 1995-1997, 2000-2016, 2018-2022 Free Software Foundation, Inc.
Copyright (C) 1995-1997, 2000-2016, 2018-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
Expand Down Expand Up @@ -54,7 +54,7 @@ extern "C" {


/* Version number: (major<<16) + (minor<<8) + subminor */
#define LIBINTL_VERSION 0x001501
#define LIBINTL_VERSION 0x001603
extern int libintl_version;


Expand Down
Binary file modified clangarm64/lib/gettext/cldr-plurals.exe
Binary file not shown.
Binary file modified clangarm64/lib/gettext/hostname.exe
Binary file not shown.
Binary file modified clangarm64/lib/gettext/urlget.exe
Binary file not shown.
Binary file modified clangarm64/lib/libasprintf.a
Binary file not shown.
Binary file modified clangarm64/lib/libasprintf.dll.a
Binary file not shown.
Binary file modified clangarm64/lib/libgettextlib.a
Binary file not shown.
Binary file modified clangarm64/lib/libgettextlib.dll.a
Binary file not shown.
Binary file modified clangarm64/lib/libgettextpo.a
Binary file not shown.
Binary file modified clangarm64/lib/libgettextpo.dll.a
Binary file not shown.
Binary file modified clangarm64/lib/libgettextsrc.dll.a
Binary file not shown.
Binary file modified clangarm64/lib/libintl.a
Binary file not shown.
Binary file modified clangarm64/lib/libintl.dll.a
Binary file not shown.
79 changes: 79 additions & 0 deletions clangarm64/share/aclocal/build-to-host.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# build-to-host.m4 serial 3
dnl Copyright (C) 2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

dnl Written by Bruno Haible.

dnl When the build environment ($build_os) is different from the target runtime
dnl environment ($host_os), file names may need to be converted from the build
dnl environment syntax to the target runtime environment syntax. This is
dnl because the Makefiles are executed (mostly) by build environment tools and
dnl therefore expect file names in build environment syntax, whereas the runtime
dnl expects file names in target runtime environment syntax.
dnl
dnl For example, if $build_os = cygwin and $host_os = mingw32, filenames need
dnl be converted from Cygwin syntax to native Windows syntax:
dnl /cygdrive/c/foo/bar -> C:\foo\bar
dnl /usr/local/share -> C:\cygwin64\usr\local\share
dnl
dnl gl_BUILD_TO_HOST([somedir])
dnl This macro takes as input an AC_SUBSTed variable 'somedir', which must
dnl already have its final value assigned, and produces two additional
dnl AC_SUBSTed variables 'somedir_c' and 'somedir_c_make', that designate the
dnl same file name value, just in different syntax:
dnl - somedir_c is the file name in target runtime environment syntax,
dnl as a C string (starting and ending with a double-quote,
dnl and with escaped backslashes and double-quotes in
dnl between).
dnl - somedir_c_make is the same thing, escaped for use in a Makefile.

AC_DEFUN([gl_BUILD_TO_HOST],
[
AC_REQUIRE([AC_CANONICAL_BUILD])
AC_REQUIRE([AC_CANONICAL_HOST])
AC_REQUIRE([gl_BUILD_TO_HOST_INIT])
dnl Define somedir_c.
gl_final_[$1]="$[$1]"
dnl Translate it from build syntax to host syntax.
case "$build_os" in
cygwin*)
case "$host_os" in
mingw* | windows*)
gl_final_[$1]=`cygpath -w "$gl_final_[$1]"` ;;
esac
;;
esac
dnl Convert it to C string syntax.
[$1]_c=`printf '%s\n' "$gl_final_[$1]" | sed -e "$gl_sed_double_backslashes" -e "$gl_sed_escape_doublequotes" | tr -d "$gl_tr_cr"`
[$1]_c='"'"$[$1]_c"'"'
AC_SUBST([$1_c])
dnl Define somedir_c_make.
[$1]_c_make=`printf '%s\n' "$[$1]_c" | sed -e "$gl_sed_escape_for_make_1" -e "$gl_sed_escape_for_make_2" | tr -d "$gl_tr_cr"`
dnl Use the substituted somedir variable, when possible, so that the user
dnl may adjust somedir a posteriori when there are no special characters.
if test "$[$1]_c_make" = '\"'"${gl_final_[$1]}"'\"'; then
[$1]_c_make='\"$([$1])\"'
fi
AC_SUBST([$1_c_make])
])

dnl Some initializations for gl_BUILD_TO_HOST.
AC_DEFUN([gl_BUILD_TO_HOST_INIT],
[
gl_sed_double_backslashes='s/\\/\\\\/g'
gl_sed_escape_doublequotes='s/"/\\"/g'
changequote(,)dnl
gl_sed_escape_for_make_1="s,\\([ \"&'();<>\\\\\`|]\\),\\\\\\1,g"
changequote([,])dnl
gl_sed_escape_for_make_2='s,\$,\\$$,g'
dnl Find out how to remove carriage returns from output. Solaris /usr/ucb/tr
dnl does not understand '\r'.
case `echo r | tr -d '\r'` in
'') gl_tr_cr='\015' ;;
*) gl_tr_cr='\r' ;;
esac
])
Loading

0 comments on commit aba52c9

Please sign in to comment.