clasp-lisp:mangle

Last commit made on 2024-05-05
Get this branch:
git clone -b mangle https://git.launchpad.net/clasp-lisp

Branch merges

Branch information

Name:
mangle
Repository:
lp:clasp-lisp

Recent commits

67a9737... by Tarn Burton

Add return-type to mangled wrapper names

e805dd6... by meister <email address hidden>

Add tpl-inspect-command and add it to the default-debugger

23f8261... by meister <email address hidden>

Bind `*` in the inspector

da08223... by meister <email address hidden>

Set llvm-config path for apptainer builds

4be1e2c... by meister <email address hidden>

Added some packages to ubuntu apptainer build

d95884b... by meister <email address hidden>

Change quickclasp

2f5c265... by Tarn Burton

Merge pull request #1578 from clasp-developers/cdr-7

Add regression tests for CDR-7

e472bbe... by James Kalenius

Merge pull request #1572 from paulapatience/numbers-translators

Simplify Integer_O::create and add const reference translators

7648552... by Tarn Burton

Add regression tests for CDR-7

4edf1b6... by "Paul A. Patience" <email address hidden>

numbers: reintroduce (unsigned) long Integer_O creators

To fix build on macOS, on which Bignum_O::create is not overloaded on
the long and unsigned long (or uintptr_t) types.