mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
This is the 7.4.2 release plus some bug fixes, such as fixes for the TSX
bug.
.gitmodules:
Update to the release-7_4 branch
boehm_gc:
libatomic_ops:
Update submodules.
compiler/notes/upgrade_boehm_gc.html:
Update documentation.
scripts/prepare_install_dir.in:
Conform to changes in the boehm_gc repository.
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
[submodule "boehm_gc"]
|
|
path = boehm_gc
|
|
url = ../bdwgc.git
|
|
branch = release-7_4-mercury
|
|
[submodule "libatomic_ops"]
|
|
path = libatomic_ops
|
|
url = ../libatomic_ops.git
|
|
branch = release-7_4-mercury
|