Skip to content

Commit 922db18

Browse files
author
Git for Windows Build Agent
committed
Update 9 packages
mingw-w64-i686-c-ares (1.33.1-1 -> 1.34.2-1) mingw-w64-i686-crt-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-git (2.47.0.1.d53e4648cb-1 -> 2.47.0.2.1f8a83cba6-1) mingw-w64-i686-git-doc-html (2.47.0.1.d53e4648cb-1 -> 2.47.0.2.1f8a83cba6-1) mingw-w64-i686-headers-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-libmangle-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-libwinpthread-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-tools-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-winpthreads-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 603cbe2 commit 922db18

File tree

750 files changed

+67177
-67676
lines changed

Some content is hidden

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

750 files changed

+67177
-67676
lines changed

cmd/git-gui.exe

0 Bytes
Binary file not shown.

cmd/git-receive-pack.exe

0 Bytes
Binary file not shown.

cmd/git-upload-pack.exe

0 Bytes
Binary file not shown.

cmd/git.exe

0 Bytes
Binary file not shown.

cmd/gitk.exe

0 Bytes
Binary file not shown.

cmd/scalar.exe

0 Bytes
Binary file not shown.

cmd/tig.exe

0 Bytes
Binary file not shown.

etc/rebase.db.i386

0 Bytes
Binary file not shown.

git-bash.exe

0 Bytes
Binary file not shown.

git-cmd.exe

0 Bytes
Binary file not shown.

mingw32/bin/adig.exe

35.8 KB
Binary file not shown.

mingw32/bin/ahost.exe

30.5 KB
Binary file not shown.

mingw32/bin/gendef.exe

0 Bytes
Binary file not shown.

mingw32/bin/genidl.exe

0 Bytes
Binary file not shown.

mingw32/bin/genpeimg.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-cvsserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
6969
use File::Basename;
7070
use Getopt::Long qw(:config require_order no_ignore_case);
7171

72-
my $VERSION = '2.47.0.windows.1';
72+
my $VERSION = '2.47.0.windows.2';
7373

7474
my $log = GITCVS::log->new();
7575
my $cfg;

mingw32/bin/git-receive-pack.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-shell.exe

512 Bytes
Binary file not shown.

mingw32/bin/git-upload-archive.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-upload-pack.exe

0 Bytes
Binary file not shown.

mingw32/bin/git.exe

1.5 KB
Binary file not shown.

mingw32/bin/libcares-2.dll

64.8 KB
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

mingw32/bin/scalar.exe

5.04 KB
Binary file not shown.

mingw32/bin/widl.exe

0 Bytes
Binary file not shown.

mingw32/include/activation.h

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*** Autogenerated by WIDL 9.18 from include/activation.idl - Do not edit ***/
1+
/*** Autogenerated by WIDL 9.20 from include/activation.idl - Do not edit ***/
22

33
#ifdef _WIN32
44
#ifndef __REQUIRED_RPCNDR_H_VERSION__
@@ -16,14 +16,6 @@
1616
#ifndef __activation_h__
1717
#define __activation_h__
1818

19-
#ifndef __WIDL_INLINE
20-
#if defined(__cplusplus) || defined(_MSC_VER)
21-
#define __WIDL_INLINE inline
22-
#elif defined(__GNUC__)
23-
#define __WIDL_INLINE __inline__
24-
#endif
25-
#endif
26-
2719
/* Forward declarations */
2820

2921
#ifndef __IActivationFactory_FWD_DEFINED__
@@ -116,27 +108,27 @@ interface IActivationFactory {
116108
#define IActivationFactory_ActivateInstance(This,instance) (This)->lpVtbl->ActivateInstance(This,instance)
117109
#else
118110
/*** IUnknown methods ***/
119-
static __WIDL_INLINE HRESULT IActivationFactory_QueryInterface(IActivationFactory* This,REFIID riid,void **ppvObject) {
111+
static inline HRESULT IActivationFactory_QueryInterface(IActivationFactory* This,REFIID riid,void **ppvObject) {
120112
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
121113
}
122-
static __WIDL_INLINE ULONG IActivationFactory_AddRef(IActivationFactory* This) {
114+
static inline ULONG IActivationFactory_AddRef(IActivationFactory* This) {
123115
return This->lpVtbl->AddRef(This);
124116
}
125-
static __WIDL_INLINE ULONG IActivationFactory_Release(IActivationFactory* This) {
117+
static inline ULONG IActivationFactory_Release(IActivationFactory* This) {
126118
return This->lpVtbl->Release(This);
127119
}
128120
/*** IInspectable methods ***/
129-
static __WIDL_INLINE HRESULT IActivationFactory_GetIids(IActivationFactory* This,ULONG *iidCount,IID **iids) {
121+
static inline HRESULT IActivationFactory_GetIids(IActivationFactory* This,ULONG *iidCount,IID **iids) {
130122
return This->lpVtbl->GetIids(This,iidCount,iids);
131123
}
132-
static __WIDL_INLINE HRESULT IActivationFactory_GetRuntimeClassName(IActivationFactory* This,HSTRING *className) {
124+
static inline HRESULT IActivationFactory_GetRuntimeClassName(IActivationFactory* This,HSTRING *className) {
133125
return This->lpVtbl->GetRuntimeClassName(This,className);
134126
}
135-
static __WIDL_INLINE HRESULT IActivationFactory_GetTrustLevel(IActivationFactory* This,TrustLevel *trustLevel) {
127+
static inline HRESULT IActivationFactory_GetTrustLevel(IActivationFactory* This,TrustLevel *trustLevel) {
136128
return This->lpVtbl->GetTrustLevel(This,trustLevel);
137129
}
138130
/*** IActivationFactory methods ***/
139-
static __WIDL_INLINE HRESULT IActivationFactory_ActivateInstance(IActivationFactory* This,IInspectable **instance) {
131+
static inline HRESULT IActivationFactory_ActivateInstance(IActivationFactory* This,IInspectable **instance) {
140132
return This->lpVtbl->ActivateInstance(This,instance);
141133
}
142134
#endif

mingw32/include/activaut.h

Lines changed: 89 additions & 97 deletions
Large diffs are not rendered by default.

mingw32/include/activdbg.h

Lines changed: 523 additions & 531 deletions
Large diffs are not rendered by default.

mingw32/include/activdbg100.h

Lines changed: 78 additions & 86 deletions
Large diffs are not rendered by default.

mingw32/include/activprof.h

Lines changed: 63 additions & 71 deletions
Large diffs are not rendered by default.

mingw32/include/activscp.h

Lines changed: 140 additions & 148 deletions
Large diffs are not rendered by default.

mingw32/include/adhoc.h

Lines changed: 78 additions & 86 deletions
Large diffs are not rendered by default.

mingw32/include/alg.h

Lines changed: 70 additions & 78 deletions
Large diffs are not rendered by default.

mingw32/include/amstream.h

Lines changed: 119 additions & 127 deletions
Large diffs are not rendered by default.

mingw32/include/amvideo.h

Lines changed: 83 additions & 91 deletions
Large diffs are not rendered by default.

mingw32/include/ares.h

Lines changed: 300 additions & 8 deletions
Large diffs are not rendered by default.

mingw32/include/ares_version.h

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,17 @@
3131
#define ARES_COPYRIGHT "2004 - 2024 Daniel Stenberg, <[email protected]>."
3232

3333
#define ARES_VERSION_MAJOR 1
34-
#define ARES_VERSION_MINOR 33
35-
#define ARES_VERSION_PATCH 1
34+
#define ARES_VERSION_MINOR 34
35+
#define ARES_VERSION_PATCH 2
36+
#define ARES_VERSION_STR "1.34.2"
37+
38+
/* NOTE: We cannot make the version string a C preprocessor stringify operation
39+
* due to assumptions made by integrators that aren't properly using
40+
* pkgconf or cmake and are doing their own detection based on parsing
41+
* this header */
42+
3643
#define ARES_VERSION \
3744
((ARES_VERSION_MAJOR << 16) | (ARES_VERSION_MINOR << 8) | \
3845
(ARES_VERSION_PATCH))
39-
#define ARES_VERSION_STR "1.33.1"
40-
41-
#define CARES_HAVE_ARES_LIBRARY_INIT 1
42-
#define CARES_HAVE_ARES_LIBRARY_CLEANUP 1
4346

4447
#endif

mingw32/include/asyncinfo.h

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*** Autogenerated by WIDL 9.18 from include/asyncinfo.idl - Do not edit ***/
1+
/*** Autogenerated by WIDL 9.20 from include/asyncinfo.idl - Do not edit ***/
22

33
#ifdef _WIN32
44
#ifndef __REQUIRED_RPCNDR_H_VERSION__
@@ -16,14 +16,6 @@
1616
#ifndef __asyncinfo_h__
1717
#define __asyncinfo_h__
1818

19-
#ifndef __WIDL_INLINE
20-
#if defined(__cplusplus) || defined(_MSC_VER)
21-
#define __WIDL_INLINE inline
22-
#elif defined(__GNUC__)
23-
#define __WIDL_INLINE __inline__
24-
#endif
25-
#endif
26-
2719
/* Forward declarations */
2820

2921
#ifndef __IAsyncInfo_FWD_DEFINED__
@@ -154,39 +146,39 @@ interface IAsyncInfo {
154146
#define IAsyncInfo_Close(This) (This)->lpVtbl->Close(This)
155147
#else
156148
/*** IUnknown methods ***/
157-
static __WIDL_INLINE HRESULT IAsyncInfo_QueryInterface(IAsyncInfo* This,REFIID riid,void **ppvObject) {
149+
static inline HRESULT IAsyncInfo_QueryInterface(IAsyncInfo* This,REFIID riid,void **ppvObject) {
158150
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
159151
}
160-
static __WIDL_INLINE ULONG IAsyncInfo_AddRef(IAsyncInfo* This) {
152+
static inline ULONG IAsyncInfo_AddRef(IAsyncInfo* This) {
161153
return This->lpVtbl->AddRef(This);
162154
}
163-
static __WIDL_INLINE ULONG IAsyncInfo_Release(IAsyncInfo* This) {
155+
static inline ULONG IAsyncInfo_Release(IAsyncInfo* This) {
164156
return This->lpVtbl->Release(This);
165157
}
166158
/*** IInspectable methods ***/
167-
static __WIDL_INLINE HRESULT IAsyncInfo_GetIids(IAsyncInfo* This,ULONG *iidCount,IID **iids) {
159+
static inline HRESULT IAsyncInfo_GetIids(IAsyncInfo* This,ULONG *iidCount,IID **iids) {
168160
return This->lpVtbl->GetIids(This,iidCount,iids);
169161
}
170-
static __WIDL_INLINE HRESULT IAsyncInfo_GetRuntimeClassName(IAsyncInfo* This,HSTRING *className) {
162+
static inline HRESULT IAsyncInfo_GetRuntimeClassName(IAsyncInfo* This,HSTRING *className) {
171163
return This->lpVtbl->GetRuntimeClassName(This,className);
172164
}
173-
static __WIDL_INLINE HRESULT IAsyncInfo_GetTrustLevel(IAsyncInfo* This,TrustLevel *trustLevel) {
165+
static inline HRESULT IAsyncInfo_GetTrustLevel(IAsyncInfo* This,TrustLevel *trustLevel) {
174166
return This->lpVtbl->GetTrustLevel(This,trustLevel);
175167
}
176168
/*** IAsyncInfo methods ***/
177-
static __WIDL_INLINE HRESULT IAsyncInfo_get_Id(IAsyncInfo* This,UINT32 *id) {
169+
static inline HRESULT IAsyncInfo_get_Id(IAsyncInfo* This,UINT32 *id) {
178170
return This->lpVtbl->get_Id(This,id);
179171
}
180-
static __WIDL_INLINE HRESULT IAsyncInfo_get_Status(IAsyncInfo* This,AsyncStatus *status) {
172+
static inline HRESULT IAsyncInfo_get_Status(IAsyncInfo* This,AsyncStatus *status) {
181173
return This->lpVtbl->get_Status(This,status);
182174
}
183-
static __WIDL_INLINE HRESULT IAsyncInfo_get_ErrorCode(IAsyncInfo* This,HRESULT *error_code) {
175+
static inline HRESULT IAsyncInfo_get_ErrorCode(IAsyncInfo* This,HRESULT *error_code) {
184176
return This->lpVtbl->get_ErrorCode(This,error_code);
185177
}
186-
static __WIDL_INLINE HRESULT IAsyncInfo_Cancel(IAsyncInfo* This) {
178+
static inline HRESULT IAsyncInfo_Cancel(IAsyncInfo* This) {
187179
return This->lpVtbl->Cancel(This);
188180
}
189-
static __WIDL_INLINE HRESULT IAsyncInfo_Close(IAsyncInfo* This) {
181+
static inline HRESULT IAsyncInfo_Close(IAsyncInfo* This) {
190182
return This->lpVtbl->Close(This);
191183
}
192184
#endif

0 commit comments

Comments
 (0)