- 09 Oct, 2017 10 commits
-
-
Daniel Kochmański authored
bytecompiled functions may not have a name (i.e lambda assigned to smothing). Recognize that fact, so when we read back such functions from file we can call bc-compile on them. Fixes #313.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
this is important for piping.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
argument `wait' denots, whenever we wait for EOF or yield when there is no input available in the first stream.
-
- 08 Oct, 2017 1 commit
-
-
Daniel Kochmański authored
This type applies to all streams which doesn't have a descriptor (gray:fundamental-stream and string-stream for now).
-
- 03 Oct, 2017 1 commit
-
-
Daniel Kochmański authored
doc typos (building.txi) See merge request embeddable-common-lisp/ecl!94
-
- 02 Oct, 2017 1 commit
-
-
vindarel authored
-
- 30 Sep, 2017 6 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Fixes #223.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
This version fixes mal-handling of :if-feature clauses which correct loading of systems using it.
-
Daniel Kochmański authored
-
- 29 Sep, 2017 9 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
prelminary step to handle gray-streams.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- 28 Sep, 2017 1 commit
-
-
Daniel Kochmański authored
make potential_number_p thread-safe Closes #406 See merge request embeddable-common-lisp/ecl!93
-
- 24 Sep, 2017 1 commit
-
-
Marius Gerbershagen authored
-
- 19 Sep, 2017 5 commits
-
-
Daniel Kochmański authored
Use bdwgc macros to allow memory debug. See merge request embeddable-common-lisp/ecl!92
-
Daniel Kochmański authored
Fix segmentation faults when interrupting a thread while it is exiting See merge request embeddable-common-lisp/ecl!91
-
Daniel Kochmański authored
Fix #402 multiple-values are not returned (reverted) Closes #402 See merge request embeddable-common-lisp/ecl!90
-
Fabrizio Fabbri authored
-
Fabrizio Fabbri authored
Reintroduce fix for additional coverity warnings.
-
- 15 Sep, 2017 1 commit
-
-
Marius Gerbershagen authored
-
- 14 Sep, 2017 2 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- 13 Sep, 2017 1 commit
-
-
Marius Gerbershagen authored
When mp_process_interrupt and thread_cleanup are called at the same time, it is possible that the thread-local environment is deallocated while ecl_interrupt_process tries to use it. This two methods thus need to be protected with a lock.
-
- 10 Sep, 2017 1 commit
-
-
Daniel Kochmański authored
Fix INCF on a THE variable Closes #401 See merge request !89
-