491 Commits

Author SHA1 Message Date
dependabot[bot]
1e54add7f9 chore(deps): Bump vendor/bdwgc from 44fbb3b to 75ef9a3 (#482)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `44fbb3b` to
`75ef9a3`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="75ef9a3027"><code>75ef9a3</code></a>
Update AUTHORS file</li>
<li><a
href="ad2be4190e"><code>ad2be41</code></a>
Fix reliance on glibc-specific '__data_start' for some Linux
platforms</li>
<li><a
href="c2f88e178c"><code>c2f88e1</code></a>
GH Actions: Upgrade macos-13 to macos-15-intel in cmake build</li>
<li><a
href="a863ed338d"><code>a863ed3</code></a>
Fix a cycle in NORMAL freelist if malloc is redirected on Linux</li>
<li><a
href="e40697e26d"><code>e40697e</code></a>
Fix SIGSEGV if pthread_detach is called before collector
initialization</li>
<li><a
href="e13a887b54"><code>e13a887</code></a>
Move GC_fl_builder_count definition to mark.c</li>
<li><a
href="84e897941b"><code>84e8979</code></a>
Remove goto statements in GC_generic_malloc_many</li>
<li><a
href="c7d342c83e"><code>c7d342c</code></a>
Fix code defect of LOCK/UNLOCK in separate 'if' in
GC_generic_malloc_many</li>
<li><a
href="6fa9d97ac3"><code>6fa9d97</code></a>
Call HDR() holding lock in GC_free and
GC_generic_malloc_uncollectable</li>
<li>See full diff in <a
href="44fbb3b9e4...75ef9a3027">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 19:21:39 +00:00
dependabot[bot]
dd31d2a5f6 chore(deps): Bump vendor/bdwgc from 82274ec to 44fbb3b (#481)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `82274ec` to
`44fbb3b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="44fbb3b9e4"><code>44fbb3b</code></a>
Fix SIGSEGV in remove_all_threads_but_me if fork from unregistered
thread</li>
<li><a
href="f72ab92399"><code>f72ab92</code></a>
Prevent collection if fork from an unregistered thread</li>
<li>See full diff in <a
href="82274ec6c2...44fbb3b9e4">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 19:03:58 +00:00
dependabot[bot]
933f6702d0 chore(deps): Bump vendor/bdwgc from ba6ba75 to 82274ec (#480)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `ba6ba75` to
`82274ec`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="82274ec6c2"><code>82274ec</code></a>
GH Actions: Test cmake build on Windows/arm64</li>
<li><a
href="deaca5f401"><code>deaca5f</code></a>
GH Actions: Test cmake build on Ubuntu/aarch64</li>
<li><a
href="a60e172084"><code>a60e172</code></a>
GH Actions: Test cmake build on MacOS/x86_64</li>
<li>See full diff in <a
href="ba6ba75bd1...82274ec6c2">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 19:03:54 +00:00
dependabot[bot]
922cf34eb8 chore(deps): Bump vendor/bdwgc from e1042aa to ba6ba75 (#479)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `e1042aa` to
`ba6ba75`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ba6ba75bd1"><code>ba6ba75</code></a>
GH Actions: Fix spell-check workflow file extension</li>
<li><a
href="3854cd484e"><code>3854cd4</code></a>
Add spell-check status badge to README.md</li>
<li><a
href="2b8c7c6fec"><code>2b8c7c6</code></a>
GH Actions: Add spell-checking of C/C++ source and .md files (by
cspell)</li>
<li><a
href="4bae2258ff"><code>4bae225</code></a>
Turn on pthread_atfork usage on Hurd</li>
<li><a
href="b1f17958cd"><code>b1f1795</code></a>
Eliminate 'assign long to void*' gcc warning in get_stack_base on
Serenity</li>
<li><a
href="1372b91dd2"><code>1372b91</code></a>
Replace some words in comments that are unknown to cspell</li>
<li><a
href="b83b1a112c"><code>b83b1a1</code></a>
Break several magic test strings into substrings in cordtest</li>
<li><a
href="ad2339bbb1"><code>ad2339b</code></a>
Rename GC_ALCTR_x_T internal macros in gc_allocator.h</li>
<li><a
href="b75f90b066"><code>b75f90b</code></a>
Rename private identifiers spotted by cspell tool</li>
<li><a
href="9ce58a585f"><code>9ce58a5</code></a>
Rename x_LINUXTHREADS internal macro to x_LINUX_THREADS</li>
<li>Additional commits viewable in <a
href="e1042aa86d...ba6ba75bd1">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 19:29:58 +00:00
dependabot[bot]
3068936553 chore(deps): Bump vendor/bdwgc from 7eec679 to e1042aa (#478)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `7eec679` to
`e1042aa`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e1042aa86d"><code>e1042aa</code></a>
Update ChangeLog file</li>
<li><a
href="db5425f43d"><code>db5425f</code></a>
Update ChangeLog file (set v8.2.10 release date)</li>
<li><a
href="7cb138970b"><code>7cb1389</code></a>
Update ChangeLog file (v8.2 changes)</li>
<li>See full diff in <a
href="7eec6795c6...e1042aa86d">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 19:04:29 +00:00
dependabot[bot]
129d6022ed chore(deps): Bump vendor/bdwgc from 19a7f49 to 7eec679 (#477)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `19a7f49` to
`7eec679`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7eec6795c6"><code>7eec679</code></a>
AppVeyor CI: Test DONT_USE_ATEXIT, NO_MSGBOX_ON_ERROR, GC_NO_DEINIT</li>
<li><a
href="a80e1cd19c"><code>a80e1cd</code></a>
Update modification date in gc.man</li>
<li><a
href="a689c46734"><code>a689c46</code></a>
Update copyright information in alloc.c and other modified files
(2025)</li>
<li><a
href="46b8aeda7f"><code>46b8aed</code></a>
AppVeyor CI: Update wcc compiler to v2 beta shapshot 2025-10-02</li>
<li><a
href="c738aeea89"><code>c738aee</code></a>
Update ChangeLog file (set v8.0.16 release date)</li>
<li><a
href="dd70bfa60f"><code>dd70bfa</code></a>
Update ChangeLog file (v8.0 changes)</li>
<li><a
href="af8386cf2f"><code>af8386c</code></a>
Update ChangeLog file (set v7.6.24 release date)</li>
<li><a
href="821174d8cf"><code>821174d</code></a>
Update ChangeLog file (v7.6 changes)</li>
<li><a
href="75fdff5b91"><code>75fdff5</code></a>
Update ChangeLog file (set v7.4.30 release date)</li>
<li><a
href="28da492b41"><code>28da492</code></a>
Update ChangeLog file (set v7.2t release date)</li>
<li>Additional commits viewable in <a
href="19a7f495cd...7eec6795c6">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 19:04:22 +00:00
dependabot[bot]
653b17ff17 chore(deps): Bump vendor/bdwgc from 50abe55 to 19a7f49 (#476)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `50abe55` to
`19a7f49`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="19a7f495cd"><code>19a7f49</code></a>
Fix a typo (words duplication) in comment of backgraph.c</li>
<li><a
href="1b2b933b90"><code>1b2b933</code></a>
Do not provide GC_win32_free_heap if GC_NO_DEINIT macro is defined</li>
<li><a
href="85128b6c97"><code>85128b6</code></a>
Travis CI: Add testing of GC_NO_DEINIT macro</li>
<li><a
href="2f65e825a9"><code>2f65e82</code></a>
Remove support of SEPARATE_GLOBALS macro</li>
<li><a
href="7b27a9d40b"><code>7b27a9d</code></a>
Allow the GC state to be re-initialized (in some configurations)</li>
<li><a
href="a958ea9e41"><code>a958ea9</code></a>
Fix undefined reference to GC_objfreelist and GC_bytes_allocd</li>
<li><a
href="939fca4a3b"><code>939fca4</code></a>
Change last_back_trace_gc_no initialization to zero</li>
<li><a
href="c18b27e933"><code>c18b27e</code></a>
Restore GC_interrupt_finalizers on return from GC_finalize_all</li>
<li><a
href="2e6a32f0bc"><code>2e6a32f</code></a>
Use BZERO in GC_update_check_page</li>
<li><a
href="3fdabe7443"><code>3fdabe7</code></a>
Reset GC_max_root_size value by GC_win32_free_heap</li>
<li>Additional commits viewable in <a
href="50abe5579b...19a7f495cd">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 19:02:57 +00:00
dependabot[bot]
58f5ee594b chore(deps): Bump vendor/bdwgc from 7577ca7 to 50abe55 (#474)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `7577ca7` to
`50abe55`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="50abe5579b"><code>50abe55</code></a>
GH Actions: Update zig to v0.15.1 final</li>
<li><a
href="523ee814d5"><code>523ee81</code></a>
GH actions: Update to use Zig linkage option</li>
<li><a
href="835647a6cb"><code>835647a</code></a>
Use Zig build-system standard way to set linkage mode</li>
<li>See full diff in <a
href="7577ca7c2d...50abe5579b">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 19:02:57 +00:00
dependabot[bot]
7376105ca5 chore(deps): Bump vendor/bdwgc from 2dddff0 to 7577ca7 (#468)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `2dddff0` to
`7577ca7`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7577ca7c2d"><code>7577ca7</code></a>
Update AUTHORS file (add Locria Cyber)</li>
<li><a
href="4fb2e0a25e"><code>4fb2e0a</code></a>
Add Zig package definition file</li>
<li>See full diff in <a
href="2dddff06cc...7577ca7c2d">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 22:32:17 +00:00
dependabot[bot]
03b3e65fc8 chore(deps): Bump vendor/bdwgc from dde0f79 to 2dddff0 (#464)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `dde0f79` to
`2dddff0`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2dddff06cc"><code>2dddff0</code></a>
Update bestpractices badge URL in README (Sep 2025)</li>
<li><a
href="4b7b97da7d"><code>4b7b97d</code></a>
Add assertion to thread-local GC_gcj_malloc that thread key is
initialized</li>
<li><a
href="9f810d1758"><code>9f810d1</code></a>
Fix missing mark down of several identifiers in comments and
documentation</li>
<li><a
href="25447a7d6f"><code>25447a7</code></a>
Replace EXPECT internal macro to LIKELY/UNLIKELY</li>
<li>See full diff in <a
href="dde0f79c44...2dddff06cc">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 19:04:45 +00:00
dependabot[bot]
5864fd6bec chore(deps): Bump vendor/libatomic_ops from d17ffd7 to 985c64f (#463)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `d17ffd7` to `985c64f`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="985c64fb70"><code>985c64f</code></a>
Update bestpractices badge URL in README (Sep 2025)</li>
<li>See full diff in <a
href="d17ffd78e5...985c64fb70">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 19:04:30 +00:00
dependabot[bot]
51a828ed8d chore(deps): Bump vendor/bdwgc from 54ac18c to dde0f79 (#462)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `54ac18c` to
`dde0f79`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dde0f79c44"><code>dde0f79</code></a>
Travis CI: Add testing of GC_dump_regions</li>
<li><a
href="8836ee90a0"><code>8836ee9</code></a>
Allow to call GC_dump_regions and GC_print_free_list by gctest</li>
<li><a
href="e81bcc1336"><code>e81bcc1</code></a>
Update AUTHORS file (add Anton Kruglyakov)</li>
<li><a
href="b9aea9178f"><code>b9aea91</code></a>
New API (GC_foreach_heap_section_inner) to iterate over heap blocks</li>
<li><a
href="948d5e796c"><code>948d5e7</code></a>
Do not declare GC_set_on_thread_event for NN_PLATFORM_CTR unless
GC_THREADS</li>
<li><a
href="21994cd5b9"><code>21994cd</code></a>
Do not use NN_BUILD_TARGET_PLATFORM_NX in thread_local_alloc.h
directly</li>
<li><a
href="f706ac91ae"><code>f706ac9</code></a>
Ensure GC_dirty_inner symbol could be patched at runtime</li>
<li><a
href="cf6073b1be"><code>cf6073b</code></a>
Fix GETPAGESIZE and USE_M[UN]MAP for Nintendo Switch</li>
<li>See full diff in <a
href="54ac18ccbc...dde0f79c44">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-16 19:04:21 +00:00
dependabot[bot]
4dc31f0054 chore(deps): Bump vendor/bdwgc from 10544ab to 54ac18c (#461)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `10544ab` to
`54ac18c`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="54ac18ccbc"><code>54ac18c</code></a>
Travis CI: Use base dist for gcc analyzer builds</li>
<li><a
href="4fd0d60942"><code>4fd0d60</code></a>
Workaround 'use of uninitialized p[i]' gcc analyzer FP in leaktest</li>
<li><a
href="9fb9726809"><code>9fb9726</code></a>
Declare GC_abort_on_oom() as no-return</li>
<li>See full diff in <a
href="10544ab5c6...54ac18ccbc">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 19:05:06 +00:00
dependabot[bot]
e091efbeeb chore(deps): Bump vendor/bdwgc from 6d068ea to 10544ab (#460)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6d068ea` to
`10544ab`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="10544ab5c6"><code>10544ab</code></a>
Travis CI: Update autotools for release tarball (am-1.18.1,
m4-1.4.20)</li>
<li><a
href="e865672b0a"><code>e865672</code></a>
Travis CI: Fix 'exclude pattern libatomic_ops is unused' lcov error</li>
<li><a
href="de187886a7"><code>de18788</code></a>
Travis CI: Update base dist to Ubuntu 24.04 (noble)</li>
<li>See full diff in <a
href="6d068ea3fa...10544ab5c6">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 19:38:30 +00:00
dependabot[bot]
5e9f7babd2 chore(deps): Bump vendor/libatomic_ops from e845269 to d17ffd7 (#459)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `e845269` to `d17ffd7`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d17ffd78e5"><code>d17ffd7</code></a>
Update ChangeLog file</li>
<li><a
href="062652b4f9"><code>062652b</code></a>
Update ChangeLog file (set v7.8.4 release date)</li>
<li><a
href="4d20bf5d95"><code>4d20bf5</code></a>
Update ChangeLog file (v7.8 changes)</li>
<li>See full diff in <a
href="e845269a38...d17ffd78e5">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 19:37:25 +00:00
dependabot[bot]
898bec5f92 chore(deps): Bump vendor/bdwgc from edac9bb to 6d068ea (#457)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `edac9bb` to
`6d068ea`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6d068ea3fa"><code>6d068ea</code></a>
Switch to unmanaged containers in Zig script</li>
<li>See full diff in <a
href="edac9bb74d...6d068ea3fa">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-26 11:54:08 +00:00
dependabot[bot]
2dabbb11f8 chore(deps): Bump vendor/bdwgc from 9d83c00 to edac9bb (#454)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `9d83c00` to
`edac9bb`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="edac9bb74d"><code>edac9bb</code></a>
Travis CI: Eliminate negative coverage count warning</li>
<li><a
href="5405d33396"><code>5405d33</code></a>
Travis CI: Do not ignore lcov errors</li>
<li><a
href="0aaadb6517"><code>0aaadb6</code></a>
Travis CI: Fix repo-token option for Coveralls</li>
<li><a
href="d0cbab47b1"><code>d0cbab4</code></a>
Fix reading async proc maps when GC is single-threaded but process is
not</li>
<li>See full diff in <a
href="9d83c00b5c...edac9bb74d">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 19:52:11 +00:00
dependabot[bot]
4c2997d5a7 chore(deps): Bump vendor/libatomic_ops from e876cd2 to e845269 (#453)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `e876cd2` to `e845269`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e845269a38"><code>e845269</code></a>
Travis CI: Do not ignore lcov errors</li>
<li><a
href="692cd3e338"><code>692cd3e</code></a>
Travis CI: Fix 'exclude pattern /usr is unused' lcov error</li>
<li><a
href="04533aacf7"><code>04533aa</code></a>
Travis CI: Fix negative coverage count</li>
<li><a
href="8966d4eaf3"><code>8966d4e</code></a>
Travis CI: Fix repo-token option for Coveralls</li>
<li><a
href="778d3ed311"><code>778d3ed</code></a>
Travis CI: Change cppcheck check-level to exhaustive</li>
<li><a
href="af9cc9c842"><code>af9cc9c</code></a>
Fix LVAR_VOLATILE definition for cppcheck in
test_atomic_include.template</li>
<li>See full diff in <a
href="e876cd20e7...e845269a38">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 19:49:34 +00:00
dependabot[bot]
8f71ca183d chore(deps): Bump vendor/bdwgc from 7f7ba14 to 9d83c00 (#452)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `7f7ba14` to
`9d83c00`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9d83c00b5c"><code>9d83c00</code></a>
Workaround 'dereference after comparison to null' FP defect in
GC_finalize</li>
<li><a
href="67a23dafc3"><code>67a23da</code></a>
Travis CI: Do not run Coverity Scan job on pull requests</li>
<li><a
href="066d47d117"><code>066d47d</code></a>
Workaround 'tainted e_phnum use as loop bound' static analysis tool
warning</li>
<li>See full diff in <a
href="7f7ba14f8a...9d83c00b5c">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-31 19:04:28 +00:00
dependabot[bot]
e8930fe2fc chore(deps): Bump vendor/libatomic_ops from e8b241f to e876cd2 (#450)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `e8b241f` to `e876cd2`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e876cd20e7"><code>e876cd2</code></a>
Travis CI: Do not run Coverity Scan job on pull requests</li>
<li>See full diff in <a
href="e8b241f97d...e876cd20e7">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-30 19:11:02 +00:00
dependabot[bot]
d96c77780f chore(deps): Bump vendor/bdwgc from 05e5ea4 to 7f7ba14 (#451)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `05e5ea4` to
`7f7ba14`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7f7ba14f8a"><code>7f7ba14</code></a>
Eliminate 'strerror is not thread-safe' code defect in tests</li>
<li>See full diff in <a
href="05e5ea4304...7f7ba14f8a">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-30 19:10:47 +00:00
dependabot[bot]
afa7d101f1 chore(deps): Bump vendor/bdwgc from 32fd37b to 05e5ea4 (#449)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `32fd37b` to
`05e5ea4`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05e5ea4304"><code>05e5ea4</code></a>
Freshen MIT licensing terms of gc_allocator.h</li>
<li>See full diff in <a
href="32fd37b5b0...05e5ea4304">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 19:28:26 +00:00
dependabot[bot]
d0c17092b9 chore(deps): Bump vendor/libatomic_ops from 6c79cb1 to e8b241f (#448)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `6c79cb1` to `e8b241f`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e8b241f97d"><code>e8b241f</code></a>
Workaround <code>TA_assert has side effect</code> LINT2 warnings in
test_atomic</li>
<li><a
href="043f5fb0dc"><code>043f5fb</code></a>
Eliminate 'can be declared as pointer to const' cppcheck FP in
test_atomic</li>
<li><a
href="49781f27b6"><code>49781f2</code></a>
Eliminate 'condition is always true' cppcheck style warnings in
test_atomic</li>
<li><a
href="560c14a6ca"><code>560c14a</code></a>
Travis CI: Analyze list_atomic.c and test_atomic.c with cppcheck</li>
<li><a
href="a49b29ea06"><code>a49b29e</code></a>
Update links to shields.io badges in README</li>
<li><a
href="2674b6bb19"><code>2674b6b</code></a>
Travis CI: Update dist to Ubuntu 24.04 (noble)</li>
<li><a
href="486b50cb12"><code>486b50c</code></a>
Workaround 'memory leak in add_elements' cppcheck FP in test_stack</li>
<li><a
href="c2850a6042"><code>c2850a6</code></a>
Workaround 'uninitialized memory use' warning by gcc-13 in
test_atomic</li>
<li>See full diff in <a
href="6c79cb16c2...e8b241f97d">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 19:28:18 +00:00
dependabot[bot]
4a12aacefd chore(deps): Bump vendor/libatomic_ops from 66aa11e to 6c79cb1 (#447)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `66aa11e` to `6c79cb1`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6c79cb16c2"><code>6c79cb1</code></a>
Update a reference in README after bdwgc repo transfer to
organization</li>
<li>See full diff in <a
href="66aa11eab4...6c79cb16c2">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 09:32:22 +08:00
dependabot[bot]
ce37fd4198 chore(deps): Bump vendor/bdwgc from 549adab to 32fd37b (#446)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `549adab` to
`32fd37b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="32fd37b5b0"><code>32fd37b</code></a>
Update badges in README after repo transfer to bdwgc organization</li>
<li><a
href="d616054885"><code>d616054</code></a>
Travis CI: Update URLs after repo transfer to bdwgc organization</li>
<li><a
href="e25f085237"><code>e25f085</code></a>
Update URLs in documentation after repo transfer to bdwgc
organization</li>
<li><a
href="6a3bf32994"><code>6a3bf32</code></a>
GH Actions: Update zig to v0.14.1 final</li>
<li><a
href="3c65209756"><code>3c65209</code></a>
Remove Codecov.io badge from README</li>
<li><a
href="fe6a2cf4b2"><code>fe6a2cf</code></a>
Travis CI: Remove Codecov.io service support</li>
<li>See full diff in <a
href="549adab73b...32fd37b5b0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 22:56:26 +00:00
dependabot[bot]
dc15c523d1 chore(deps): Bump vendor/libatomic_ops from b09b45d to 66aa11e (#444)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `b09b45d` to `66aa11e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="66aa11eab4"><code>66aa11e</code></a>
Update Coveralls badge in README</li>
<li><a
href="9a7aab2053"><code>9a7aab2</code></a>
Travis CI: Update Coverity project name after repo transfer</li>
<li><a
href="eb49f58fed"><code>eb49f58</code></a>
Update Coverity badge in README after repo transfer to bdwgc
organization</li>
<li><a
href="d3eb9254fa"><code>d3eb925</code></a>
Add comment that overflow of a counter in AO_stack_pop is
impossible</li>
<li>See full diff in <a
href="b09b45d7d7...66aa11eab4">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-25 01:47:11 +00:00
dependabot[bot]
025c921edf chore(deps): Bump vendor/bdwgc from ed9dac8 to 549adab (#445)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `ed9dac8` to
`549adab`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="549adab73b"><code>549adab</code></a>
Update Zig build script because of std.Build API changes</li>
<li><a
href="72aa4e0020"><code>72aa4e0</code></a>
Name 'Tru64' platform uniformly across documentation</li>
<li><a
href="26230ef859"><code>26230ef</code></a>
Fix typo ('pthread_mutex_init') in ChangeLog</li>
<li><a
href="c267934643"><code>c267934</code></a>
Adjust usage of 'nonempty' and 'nonzero' words in
documentation/messages</li>
<li><a
href="01ce221758"><code>01ce221</code></a>
Fix GC_WORD_LEN and GC_WORD_OFFSET public macros for CHERI</li>
<li><a
href="72eda0a5e4"><code>72eda0a</code></a>
Mark comments as documentation in public headers</li>
<li>See full diff in <a
href="ed9dac80b9...549adab73b">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 19:57:22 +00:00
dependabot[bot]
381562bd0f chore(deps): Bump vendor/bdwgc from 88a61fc to ed9dac8 (#443)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `88a61fc` to
`ed9dac8`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ed9dac80b9"><code>ed9dac8</code></a>
Workaround 'Too many retries in GC_alloc_large' abort by increasing
limit</li>
<li><a
href="b55f65df48"><code>b55f65d</code></a>
Reformat C-style block comments to have no trailing star at EOLn</li>
<li><a
href="47f90dd877"><code>47f90dd</code></a>
Fix typo in comment near _STACKTOP declaration in gcconfig.h</li>
<li><a
href="26c00089ab"><code>26c0008</code></a>
Fix a typo in comment in gc_priv.h</li>
<li><a
href="709637fae9"><code>709637f</code></a>
Fix typo in comment of GC_reclaim_block</li>
<li><a
href="523ace6d8d"><code>523ace6</code></a>
Fix a typo in comment belonging to CORD_sprintf declaration</li>
<li><a
href="c469547a56"><code>c469547</code></a>
Fix a typo in heading comment of cordxtra.c</li>
<li><a
href="357c8d5d26"><code>357c8d5</code></a>
Fix a typo in comment of copy_ptr_regs</li>
<li><a
href="3db3515213"><code>3db3515</code></a>
Fix a typo (duplicate 'and') in comment of
GC_set_and_save_fault_handler</li>
<li><a
href="24ebb48bd1"><code>24ebb48</code></a>
Fix a typo (duplicate 'the') in comments</li>
<li>Additional commits viewable in <a
href="88a61fc6f2...ed9dac80b9">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 19:33:37 +00:00
dependabot[bot]
b8f1ddddf9 chore(deps): Bump vendor/bdwgc from 09a4c98 to c34bd36 (#436)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `09a4c98` to
`c34bd36`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c34bd36a35"><code>c34bd36</code></a>
Remove checking for deprecated unsupported platforms</li>
<li><a
href="e849d64119"><code>e849d64</code></a>
Remove obj_map.c file</li>
<li><a
href="e7c1b5b4a8"><code>e7c1b5b</code></a>
Travis CI: Remove obj_map.c from list of files for checking by
cppcheck</li>
<li><a
href="22e6d77f71"><code>22e6d77</code></a>
Redirect SunOS obsolete cfree() in leak_detector.h</li>
<li><a
href="e4778d7920"><code>e4778d7</code></a>
Move description comment for all GC_INNER entities from .c to .h
file</li>
<li><a
href="9ddffb5d68"><code>9ddffb5</code></a>
Move description comment for all API functions from .c to .h file</li>
<li><a
href="fbdf6075a4"><code>fbdf607</code></a>
Start 'postfix' comments with a left angle bracket</li>
<li>See full diff in <a
href="09a4c98ee3...c34bd36a35">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 07:21:18 +00:00
dependabot[bot]
9b8610624f chore(deps): Bump vendor/bdwgc from 563c994 to 09a4c98 (#435)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `563c994` to
`09a4c98`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="09a4c98ee3"><code>09a4c98</code></a>
Fix extraneous '#' symbol before comment in code related to Cosmo</li>
<li><a
href="34b466b78d"><code>34b466b</code></a>
Mark down identifiers and code blocks in comments and documentation</li>
<li><a
href="fd082c4880"><code>fd082c4</code></a>
Fix extraneous '#' symbol before comment near USE_WINALLOC for
Cygwin</li>
<li>See full diff in <a
href="563c994fd6...09a4c98ee3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 19:56:37 +00:00
dependabot[bot]
538e549e47 chore(deps): Bump vendor/bdwgc from 9e224cb to 563c994 (#434)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `9e224cb` to
`563c994`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="563c994fd6"><code>563c994</code></a>
Travis CI: Fix 32-bit build with ASan</li>
<li><a
href="4adbf96016"><code>4adbf96</code></a>
Travis CI: Fix missing g++-multilib dependency for CSA 32-bit build</li>
<li><a
href="7ebf7e2b91"><code>7ebf7e2</code></a>
Fix 'unknown type uintptr_t' error reported by Cygwin gcc in
de_win.c</li>
<li><a
href="03bb3bcb07"><code>03bb3bc</code></a>
Fix a typo in comment belonging to SETJMP</li>
<li><a
href="7ca2c8cf35"><code>7ca2c8c</code></a>
Fix a typo in comment of GC_default_on_abort</li>
<li><a
href="d715887065"><code>d715887</code></a>
Make all global variables static in cord/de</li>
<li><a
href="89c9a2cb2d"><code>89c9a2c</code></a>
Remove improper comment about returned value of CORD_extend_path</li>
<li><a
href="4d3fbd6420"><code>4d3fbd6</code></a>
Fix a typo in comment inside CORD_add_forest</li>
<li><a
href="ba7abcbb92"><code>ba7abcb</code></a>
Fix a typo in comment belonging to SUBSTR_LIMIT</li>
<li><a
href="77e7b64f55"><code>77e7b64</code></a>
Fix a typo in comment belonging to MAXOBJBYTES</li>
<li>Additional commits viewable in <a
href="9e224cb877...563c994fd6">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-19 19:05:21 +00:00
dependabot[bot]
c52d252ae1 chore(deps): Bump vendor/bdwgc from 4435122 to 9e224cb (#432)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4435122` to
`9e224cb`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9e224cb877"><code>9e224cb</code></a>
Travis CI: Fix missing gcc-multilib dependency for CSA 32-bit build</li>
<li><a
href="43e4609cda"><code>43e4609</code></a>
Workaround a crash in Apple clang-17 when optimizing
__builtin_align_up</li>
<li><a
href="9db8ae05f6"><code>9db8ae0</code></a>
Workaround 'casting unsigned e-&gt;e_phnum to wider int type' code
defect FP</li>
<li><a
href="131cf7dd31"><code>131cf7d</code></a>
Fix 'var e can be declared as pointer to const' cppcheck error in
dyn_load</li>
<li><a
href="b2307c2882"><code>b2307c2</code></a>
Fix 'applying non-zero offset to null' warning in
register_dynlib_callback</li>
<li><a
href="58908b7c02"><code>58908b7</code></a>
Update AUTHORS file (update email of Shiro Kawai)</li>
<li><a
href="f314f33fbd"><code>f314f33</code></a>
Workaround 'REFERENCED_DYNAMICALLY flag' linker error on macOS 15.4</li>
<li><a
href="88772f8065"><code>88772f8</code></a>
Travis CI: Remove/replace builds in OS X</li>
<li><a
href="f4a498eefa"><code>f4a498e</code></a>
Avoid code duplication in GC_FirstDLOpenedLinkMap</li>
<li><a
href="0b6efc4f30"><code>0b6efc4</code></a>
Remove bad ptr-to-word casts in FirstDLOpenedLinkMap,
dyld_section_add_del</li>
<li>Additional commits viewable in <a
href="44351220b8...9e224cb877">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 19:40:43 +00:00
dependabot[bot]
c7aae9f673 chore(deps): Bump vendor/libatomic_ops from 24e7d4e to b09b45d (#433)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `24e7d4e` to `b09b45d`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b09b45d7d7"><code>b09b45d</code></a>
Eliminate 'munmap argument 1 from incompatible pointer type' gcc
warning</li>
<li><a
href="d7a30a5759"><code>d7a30a5</code></a>
Prefix/suffix no_sanitize attribute with double underscore</li>
<li>See full diff in <a
href="24e7d4e77e...b09b45d7d7">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 19:40:26 +00:00
dependabot[bot]
a0a38b8b53 chore(deps): Bump vendor/bdwgc from 805a084 to 4435122 (#431)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `805a084` to
`4435122`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="44351220b8"><code>4435122</code></a>
Fix typo (missing word) in comment of GC_stop_func</li>
<li><a
href="58c8fa4796"><code>58c8fa4</code></a>
Fix a typo in comment of GC_register_finalizer_ignore_self
prototype</li>
<li><a
href="ca1a4ff41d"><code>ca1a4ff</code></a>
Fix type name in comment of GC_PUSH_ONE_STACK</li>
<li><a
href="c4194eb506"><code>c4194eb</code></a>
Fix a typo in comment of GC_base_C prototype</li>
<li><a
href="930552e1af"><code>930552e</code></a>
Fix a typo in comment of CORD_put prototype</li>
<li><a
href="f0fa57ba99"><code>f0fa57b</code></a>
Fix a typo in comment of GC_register_map_entries</li>
<li><a
href="e32e8495cb"><code>e32e849</code></a>
Fix a typo (extra 'a') in comment of GC_base</li>
<li><a
href="43f990636a"><code>43f9906</code></a>
Fix a typo (duplicate 'and') in comment of catch_exception_raise</li>
<li><a
href="8298304908"><code>8298304</code></a>
Fix a typo (missing 'and') in comment of add_edge</li>
<li><a
href="e13e76c331"><code>e13e76c</code></a>
Fix a typo in HBLKSIZE name in comment</li>
<li>Additional commits viewable in <a
href="805a0848e5...44351220b8">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 19:29:25 +00:00
dependabot[bot]
655ffd6106 chore(deps): Bump vendor/libatomic_ops from 6f9d166 to 24e7d4e (#430)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `6f9d166` to `24e7d4e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="24e7d4e77e"><code>24e7d4e</code></a>
GH Actions: Test rare options of cmake script</li>
<li><a
href="de9da9f6ef"><code>de9da9f</code></a>
Travis CI: Update repo name for project deploy after repo transfer</li>
<li><a
href="31519d2897"><code>31519d2</code></a>
Travis CI: Remove all builds on OS X</li>
<li><a
href="97b12a90bd"><code>97b12a9</code></a>
Update URL of AppVeyor CI badge in README after repo transfer</li>
<li><a
href="10b1849053"><code>10b1849</code></a>
Travis CI: Remove Codecov.io service support</li>
<li><a
href="60afd41f47"><code>60afd41</code></a>
Remove Codecov.io badge from README</li>
<li>See full diff in <a
href="6f9d1666c3...24e7d4e77e">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 19:19:51 +00:00
dependabot[bot]
0e3647ce2f chore(deps): Bump vendor/libatomic_ops from 5e71bb7 to 6f9d166 (#429)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `5e71bb7` to `6f9d166`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6f9d1666c3"><code>6f9d166</code></a>
Update URLs of most badges in README after repo transfer</li>
<li><a
href="7fc1a8151a"><code>7fc1a81</code></a>
Update URLs after repo transfer to bdwgc organization</li>
<li><a
href="07363d6eef"><code>07363d6</code></a>
GH Actions: Test also on MacOS 13 (x64), Ubuntu/arm64,
Windows/arm64</li>
<li><a
href="95f4fb2807"><code>95f4fb2</code></a>
GH Actions: Remove unused matrix.target_arch</li>
<li>See full diff in <a
href="5e71bb7fac...6f9d1666c3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 19:14:57 +00:00
dependabot[bot]
9f8341cf86 chore(deps): Bump vendor/bdwgc from f3829e9 to 805a084 (#428)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f3829e9` to
`805a084`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="805a0848e5"><code>805a084</code></a>
Update libatomic_ops repo URL in README after repo transfer</li>
<li><a
href="512a747b1c"><code>512a747</code></a>
Travis CI: Update URL after libatomic_ops repo transfer to
organization</li>
<li><a
href="c183aad084"><code>c183aad</code></a>
AppVeyor CI: Update URL after libatomic_ops repo transfer to
organization</li>
<li>See full diff in <a
href="f3829e9daf...805a0848e5">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-23 19:09:17 +00:00
dependabot[bot]
f15c473563 chore(deps): Bump vendor/bdwgc from c52b5ad to f3829e9 (#427)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c52b5ad` to
`f3829e9`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f3829e9daf"><code>f3829e9</code></a>
Update AUTHORS file (add Zoltan Somogyi)</li>
<li><a
href="50ab64d6a4"><code>50ab64d</code></a>
Better document out-of-memory behavior of API memory allocation
functions</li>
<li><a
href="fdb32a7521"><code>fdb32a7</code></a>
Group GC_free and GC_realloc API declarations</li>
<li><a
href="89bbd5fd99"><code>89bbd5f</code></a>
Group 'stubborn' API function declarations together</li>
<li><a
href="dabd09ea4d"><code>dabd09e</code></a>
Fix formatting of CLOCK_TYPE_INITIALIZER on migration to clang-format
v19</li>
<li><a
href="eae1cfa099"><code>eae1cfa</code></a>
Workaround incorrect formatting of GC_debug_malloc_stubborn
declaration</li>
<li><a
href="3a25a93e6b"><code>3a25a93</code></a>
Remove redundant goto in GC_is_visible</li>
<li><a
href="90bd21d049"><code>90bd21d</code></a>
Fix code formatting after migration to clang-format v19</li>
<li>See full diff in <a
href="c52b5ad278...f3829e9daf">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 19:25:47 +00:00
dependabot[bot]
7414421f62 chore(deps): Bump vendor/bdwgc from 5872428 to c52b5ad (#426)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `5872428` to
`c52b5ad`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c52b5ad278"><code>c52b5ad</code></a>
Workaround 'assign of read-only location' tcc warning in
clear_hdr_marks</li>
<li><a
href="a56c590598"><code>a56c590</code></a>
Eliminate 'value exceeds maximum obj size' gcc warning in hugetest on
x32</li>
<li><a
href="b899695616"><code>b899695</code></a>
Travis CI: Add testing of GC_DISABLE_SNPRINTF (Linux build)</li>
<li><a
href="2fbf6dd04f"><code>2fbf6dd</code></a>
Prevent snprintf usage in libgc (except for call-stack printing)</li>
<li><a
href="50a91d4bba"><code>50a91d4</code></a>
AppVeyor CI: Add testing of GC_DISABLE_SNPRINTF (MinGW shared
build)</li>
<li><a
href="a1b15213b4"><code>a1b1521</code></a>
Update AUTHORS file (add Ayke van Laethem)</li>
<li><a
href="6d10870ba8"><code>6d10870</code></a>
New option (GC_DISABLE_SNPRINTF) to prevent snprintf usage by
GC_printf</li>
<li>See full diff in <a
href="5872428d99...c52b5ad278">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 19:34:57 +00:00
dependabot[bot]
5961fbdc00 chore(deps): Bump vendor/libatomic_ops from 0f23c4d to 5e71bb7 (#425)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `0f23c4d` to `5e71bb7`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5e71bb7fac"><code>5e71bb7</code></a>
Use atomic_ops_sysdeps.S by configure on any SPARC with non-GCC
compiler</li>
<li><a
href="c39f634ea2"><code>c39f634</code></a>
Update AUTHORS file (add Peter Wang)</li>
<li><a
href="eeeebd3d03"><code>eeeebd3</code></a>
Fix atomic_ops_sysdeps.S compilation for SunPro compiler in CMake
script</li>
<li>See full diff in <a
href="0f23c4dd25...5e71bb7fac">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 19:30:55 +00:00
dependabot[bot]
e2f68592ad chore(deps): Bump vendor/bdwgc from 56011d1 to 5872428 (#424)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `56011d1` to
`5872428`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5872428d99"><code>5872428</code></a>
Support build by CMake on SPARC</li>
<li><a
href="2e45264f64"><code>2e45264</code></a>
Fix treetest dependency on libgctba.a in Makefile.direct</li>
<li><a
href="e5afcef1da"><code>e5afcef</code></a>
Remove unused LEAK_CFLAGS variable in Makefile.direct</li>
<li><a
href="dc3a542902"><code>dc3a542</code></a>
.gitignore: Ignore atomicops, dont_ar_2 files (produced by
Makefile.direct)</li>
<li><a
href="b5186e478c"><code>b5186e4</code></a>
Fix 'missing GNU-stack section in atomic_ops_sysdeps' ld warning</li>
<li><a
href="12d6ff922e"><code>12d6ff9</code></a>
Fix print_heap_obj call with the lock held in backgraph add_edge</li>
<li>See full diff in <a
href="56011d1b08...5872428d99">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-16 20:00:32 +00:00
dependabot[bot]
531e315353 chore(deps): Bump vendor/bdwgc from 6091f55 to 56011d1 (#423)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6091f55` to
`56011d1`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="56011d1b08"><code>56011d1</code></a>
AppVeyor CI: Add MinGW shared build with minimum enabled GC
features</li>
<li><a
href="aea75365d9"><code>aea7536</code></a>
Define GC_is_static_root as static symbol</li>
<li><a
href="b9d4cd637e"><code>b9d4cd6</code></a>
Do not define unused symbols if find-leak/smashed checking is
excluded</li>
<li><a
href="34d3264b20"><code>34d3264</code></a>
Workaround undefined GC_ptr_store_and_dirty MinGW error in
Makefile.direct</li>
<li>See full diff in <a
href="6091f553e1...56011d1b08">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-15 20:02:04 +00:00
dependabot[bot]
06e1ab791e chore(deps): Bump vendor/bdwgc from ef01762 to 6091f55 (#422)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `ef01762` to
`6091f55`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6091f553e1"><code>6091f55</code></a>
Fix atomic_ops_sysdeps.S compilation for SunPro compiler in CMake
script</li>
<li><a
href="fae98e3188"><code>fae98e3</code></a>
Use atomic_ops_sysdeps.S by configure on any SPARC with non-GCC
compiler</li>
<li><a
href="7190d06715"><code>7190d06</code></a>
Remove support of deprecated GC_NO_BLACKLIST_WARNING environment
variable</li>
<li><a
href="aae7e50306"><code>aae7e50</code></a>
Convert README.environment and README.macros to Markdown format</li>
<li><a
href="89dcd0b519"><code>89dcd0b</code></a>
More refining of environment and macros README files</li>
<li><a
href="d7d9a48e11"><code>d7d9a48</code></a>
Fix missed verb in GC_USE_LD_WRAP macro documentation</li>
<li><a
href="df154ac1ce"><code>df154ac</code></a>
Move TEST_WITH_SYSTEM_MALLOC macro description to gctest.c</li>
<li>See full diff in <a
href="ef01762da6...6091f553e1">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-14 20:04:02 +00:00
dependabot[bot]
1b90689fd8 chore(deps): Bump vendor/bdwgc from cc0e474 to ef01762 (#421)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `cc0e474` to
`ef01762`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ef01762da6"><code>ef01762</code></a>
Refine environment and macros README files</li>
<li><a
href="0cc0f614a9"><code>0cc0f61</code></a>
Fix typo (missed hyphen) in documentation of GC_USE_ENTIRE_HEAP</li>
<li><a
href="41f102f2bb"><code>41f102f</code></a>
Convert README.autoconf and README.cmake to Markdown format</li>
<li><a
href="b8424c10b2"><code>b8424c1</code></a>
Refine README for autoconf and cmake</li>
<li><a
href="d00b866e08"><code>d00b866</code></a>
Fix code blocks formatting in .md files</li>
<li><a
href="206406608f"><code>2064066</code></a>
Fix missing './' for 'configure' command in documentation</li>
<li>See full diff in <a
href="cc0e47485c...ef01762da6">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 20:46:37 +00:00
dependabot[bot]
c14d037ba3 chore(deps): Bump vendor/bdwgc from 4dd90d9 to cc0e474 (#420)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4dd90d9` to
`cc0e474`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cc0e47485c"><code>cc0e474</code></a>
AppVeyor CI: Test CMake build with -D NO_FIND_LEAK</li>
<li><a
href="0f33c80f5d"><code>0f33c80</code></a>
Fix 'find-leak' typo (wording) in documentation</li>
<li><a
href="967cb6cf22"><code>967cb6c</code></a>
.gitignore: Do not ignore 'zig-cache' folder as migrated to Zig
v0.14</li>
<li><a
href="aae7231bd6"><code>aae7231</code></a>
New macro (NO_FIND_LEAK) to turn off support of find-leak mode</li>
<li><a
href="d0ff393ec7"><code>d0ff393</code></a>
Simplify library linkage specification in Zig script</li>
<li><a
href="e7c3e1cdb7"><code>e7c3e1c</code></a>
Remove GC_INVOKE_FINALIZERS internal macro</li>
<li><a
href="8421981e3e"><code>8421981</code></a>
Move GC_debug_gcj_malloc definition to dbg_mlc.c</li>
<li><a
href="bf2e817548"><code>bf2e817</code></a>
Move non-debugging functions from dbg_mlc.c to reclaim.c</li>
<li><a
href="ba7a2842d0"><code>ba7a284</code></a>
Print that back-height feature is not available only once</li>
<li><a
href="182e18b26c"><code>182e18b</code></a>
GH Actions: Cross-compile by Zig for s390x, sparc, windows/thumb</li>
<li>See full diff in <a
href="4dd90d9bc2...cc0e47485c">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 19:08:34 +00:00
dependabot[bot]
fc5ea5dc50 chore(deps): Bump vendor/bdwgc from fb254c1 to 4dd90d9 (#419)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `fb254c1` to
`4dd90d9`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4dd90d9bc2"><code>4dd90d9</code></a>
AppVeyor CI: Update wcc compiler to v2 beta shapshot 2025-03-01</li>
<li><a
href="5d23f5dd57"><code>5d23f5d</code></a>
GH Actions: Update list of excluded cross-compile targets for Zig
0.14.0</li>
<li><a
href="87514c25fe"><code>87514c2</code></a>
GH Actions: Remove thumb-linux-gnueabi cross-compile by Zig</li>
<li><a
href="db04645c88"><code>db04645</code></a>
GH Actions: Fix mips target triplets in zig-cross-compile.yml</li>
<li><a
href="837599f736"><code>837599f</code></a>
GH Actions: Cross-compile by Zig for loongarch64 and riscv32</li>
<li><a
href="9b8bad612a"><code>9b8bad6</code></a>
Update AUTHORS file (add Congcong Kuo)</li>
<li><a
href="b0849b5325"><code>b0849b5</code></a>
Update Zig build script to Zig 0.14</li>
<li>See full diff in <a
href="fb254c1425...4dd90d9bc2">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 19:31:46 +00:00
dependabot[bot]
06f70bb019 chore(deps): Bump vendor/bdwgc from c1a45b9 to fb254c1 (#418)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c1a45b9` to
`fb254c1`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fb254c1425"><code>fb254c1</code></a>
GH Actions: Update zig to v0.14.0 final</li>
<li><a
href="64d108f631"><code>64d108f</code></a>
Fix blocked signals in fork_prepare_proc on HP/UX</li>
<li>See full diff in <a
href="c1a45b9ad8...fb254c1425">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 20:47:06 +00:00
dependabot[bot]
2435b242ed chore(deps): Bump vendor/bdwgc from b435e76 to c1a45b9 (#417)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b435e76` to
`c1a45b9`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c1a45b9ad8"><code>c1a45b9</code></a>
Avoid abort on ResumeThread failure if Win32 DllMain closes thread
handle</li>
<li><a
href="72ca992cc9"><code>72ca992</code></a>
Fix compilation error regarding locks initialization in GC_init on
HP_PA</li>
<li><a
href="9b1c6b6537"><code>9b1c6b6</code></a>
Turn off thread suspend/resume API support explicitly</li>
<li>See full diff in <a
href="b435e76287...c1a45b9ad8">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-18 19:36:23 +00:00
dependabot[bot]
7ed71209a2 chore(deps): Bump vendor/libatomic_ops from d40ec29 to 0f23c4d (#416)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `d40ec29` to `0f23c4d`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0f23c4dd25"><code>0f23c4d</code></a>
Implement AO_fetch_compare_and_swap_full for sunc/sparc</li>
<li><a
href="fc653b0a14"><code>fc653b0</code></a>
Consistently use '__sparc' predefined macro w/o trailing
underscores</li>
<li>See full diff in <a
href="d40ec2903b...0f23c4dd25">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-04 20:01:07 +00:00
dependabot[bot]
b2a4e8c571 chore(deps): Bump vendor/bdwgc from 64b73a1 to b435e76 (#415)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `64b73a1` to
`b435e76`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b435e76287"><code>b435e76</code></a>
Update AUTHORS file (add Tobiasz Laskowski)</li>
<li><a
href="5658d91c8d"><code>5658d91</code></a>
Fix GC_suspend abort when the thread is deleted by DllMain</li>
<li><a
href="553f9f0aeb"><code>553f9f0</code></a>
Document workaround for GetThreadContext failure in Win32
GC_suspend</li>
<li><a
href="e8a6078162"><code>e8a6078</code></a>
Fix code formatting near GC_unpromote_black_lists in gc_priv.h</li>
<li>See full diff in <a
href="64b73a16a4...b435e76287">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-04 05:43:49 +00:00