clasp-lisp:little-endian

Last commit made on 2021-11-16
Get this branch:
git clone -b little-endian https://git.launchpad.net/clasp-lisp

Branch merges

Branch information

Name:
little-endian
Repository:
lp:clasp-lisp

Recent commits

caef255... by James Kalenius

Allow endianness external formats for bytestreams

KLUDGE in that it silently ignores incorrect :external-format.
Putting in an error breaks the build early for reasons I don't
understand, and there's no coherent error message.

9aba505... by James Kalenius

Improve some method function names

(eql 'foo), the vastly most common case, works out pretty well
now. Other cases will look a bit weird, but I'm not sure of the
best way to go about making a name that's definitely printable.
EQL specializers on non printable objects could result in issues.

8bbdc4b... by meister <email address hidden>

Invoke general entry point from dtree interpreter

478e6fe... by meister <email address hidden>

Removed dead code

a719343... by meister <email address hidden>

Fix backtrace arguments for fixed arity functions

569639c... by meister <email address hidden>

Ran static analyzer

b45fa8a... by meister <email address hidden>

Add LocalEntryPoint_sp to GlobalEntryPoint_O

dc822af... by meister <email address hidden>

Merge branch 'main'

of https://github.com/clasp-developers/clasp

8756291... by James Kalenius

Break representation selection out into its own file

5388955... by meister <email address hidden>

Merge branch 'main' into entry-points