Commit graph

6408 commits

Author SHA1 Message Date
Tomek Kurcz
0868e8497d texinfo: Port Files from the old doc 2017-08-30 11:00:09 +02:00
Tomek Kurcz
e10f725a06 texinfo: Port Filenames from the old doc 2017-08-30 10:47:23 +02:00
Tomek Kurcz
8fd045ee1e texinfo: Port the Hash tables C dictionary from the old doc 2017-08-30 10:28:05 +02:00
Tomek Kurcz
0a9d4a6369 texinfo: Port Sequences from the old documentation 2017-08-30 10:20:49 +02:00
Tomek Kurcz
a3cf2c1c7d texinfo: Port Strings from the old documentation 2017-08-30 10:09:12 +02:00
Tomek Kurcz
dc8f9a5414 texinfo: Port Arrays from old documentation 2017-08-29 14:13:23 +02:00
Tomek Kurcz
ec322e33aa texinfo: Put Arrays in a new file 2017-08-29 12:30:01 +02:00
Tomek Kurcz
681cb90106 texinfo: Port Conses from old documentation 2017-08-29 12:27:21 +02:00
Tomek Kurcz
b0c39ba12b texinfo: Add new file for Conses 2017-08-29 12:14:22 +02:00
Tomek Kurcz
1418ccb0fa Add CLHS links to C dictionaries 2017-08-22 10:35:52 +02:00
Tomek Kurcz
63d3360340 Port `Characters' section to texinfo 2017-08-22 10:00:35 +02:00
Tomek Kurcz
e0e4c97abf Add characters.txi' include in index.txi' 2017-08-22 09:12:35 +02:00
Tomek Kurcz
a2656ac1c2 Small formatting corrections 2017-08-22 09:10:49 +02:00
Tomek Kurcz
5794dcd89c Include numbers.txi in index.txi 2017-08-21 15:58:23 +02:00
Tomek Kurcz
1b450c7db2 Port `Numbers' to texinfo 2017-08-21 15:51:35 +02:00
Tomek Kurcz
dffedb36b4 status.org - tick Memory Management 2017-08-21 10:24:17 +02:00
Tomek Kurcz
796907e6e7 NIL -> @code{NIL} 2017-08-21 10:17:08 +02:00
Tomek Kurcz
e86f8d0afe Add Common Lisp symbols index entries 2017-08-21 10:12:30 +02:00
Tomek Kurcz
a5ef834909 Fix some formatting 2017-08-21 10:03:10 +02:00
Tomek Kurcz
86d8059e34 Fix some formatting 2017-08-21 09:38:43 +02:00
Tomek Kurcz
fdb146cbed Add cross-references for memory limits table 2017-08-21 09:25:27 +02:00
Tomek Kurcz
1a9a38cb67 Add Memory Management Reference 2017-08-21 09:18:26 +02:00
Tomek Kurcz
b1f9a314fb Memory Management Reference halfway done 2017-08-18 15:18:17 +02:00
Tomek Kurcz
efbdcd565b Typo 2017-08-18 15:10:37 +02:00
Tomek Kurcz
1377c24394 Copy over (most of) memory management text from the old doc 2017-08-18 14:13:25 +02:00
Daniel Kochmanski
ef3b40427d tests: add regression test for #400 2017-08-16 22:31:00 +02:00
Daniel Kochmanski
baaab01841 seq: remove bogus check-type's
We assume, that *our* make-vector will return vector of correct
length, no need to revalidate that. Also these checks are bogus and
never could have worked, because type specifiers were malformed.

Preserving the checks would require making coerce-to-vector a macro,
which expands typespecifier. Fixes #400.
2017-08-16 22:10:13 +02:00
Daniel Kochmański
2e4de64023 Merge branch 'develop' into 'develop'
fix inconsistent handling of floating point exceptions on android port

See merge request !82
2017-08-13 07:08:42 +00:00
Marius Gerbershagen
ae9ca62d7e configure.ac: use AC_CHECK_DECLS instead of AC_CHECK_FUNCS to check for availibility of feenableexcept 2017-08-12 13:40:00 +02:00
Marius Gerbershagen
5f71f728a3 disable floating point exceptions when feenableexcept is not defined 2017-08-12 13:34:11 +02:00
Marius Gerbershagen
722faa1a20 undo last two commits 2017-08-12 13:33:29 +02:00
Daniel Kochmanski
ee059366db expand-vector-push: simplify error condition
assert, that function takes 2 up to 3 (if extended) arguments.
2017-08-10 20:58:37 +02:00
Daniel Kochmanski
bf310ef23a expand-vector-push: further reduce complexity
use return-from for catching forms of illegal number of arguments.
2017-08-10 20:55:11 +02:00
Daniel Kochmanski
8293fb6eb4 expand-vector-push: reduce complexity (one nesting level less)
catch the infinite recursion and do return-form instead of setting
`whole'.
2017-08-10 20:44:35 +02:00
Daniel Kochmanski
7320c9049c mapcar-expand: fix-typo 2017-08-10 20:32:02 +02:00
Daniel Kochmanski
c2af9fe775 cmp: refactor: expand-vector-push: get rid of one nesting level 2017-08-10 20:23:30 +02:00
Daniel Kochmanski
45d5176c0e tests: add test for expansions of mapcar and vector-push 2017-08-10 20:22:12 +02:00
Daniel Kochmanski
6d8b0e7f62 compiler: expand-mapcar: issue error at runtime
and compiler warning during compilation.
2017-08-10 20:21:04 +02:00
Daniel Kochmanski
085ccd675c Merge branch 'develop' of gitlab.com:embeddable-common-lisp/ecl into develop 2017-08-10 19:29:19 +02:00
Daniel Kochmanski
beefd56f56 tests: add test for artificial fpe 2017-08-10 19:28:33 +02:00
Daniel Kochmanski
e0fd6ab22c tests: fix tests for vector-push 2017-08-10 19:28:20 +02:00
Yuguo Zhang
4a3418502c minor MSVC version modifications
due to C99 compilance, you need msvc 2013 at least to build ECL.
2017-08-08 13:14:15 +08:00
Marius Gerbershagen
9a862c6140 add new make_float_unchecked functions to external.h 2017-08-07 21:04:41 +02:00
Marius Gerbershagen
de205bb114 fix handling of floating point exceptions on certain architectures 2017-08-03 17:20:20 +02:00
Daniel Kochmanski
612eeb5ed1 makefile.in: fix libecl flags expansion
Closes #398. Patch provided by Mark Cox.
2017-08-02 22:18:23 +02:00
Daniel Kochmanski
0aec77cbc8 new-doc: update building chapter (stylistic fixes, match to examples/) 2017-07-30 14:08:55 +02:00
Daniel Kochmanski
0beac2ffd6 newdoc: update documentation to take into account init-name to make-build 2017-07-21 22:11:58 +02:00
Daniel Kochmanski
d8552498af builder: wrapper: be more explicit with warnings
Add warning that init-name will be ignored for other entities than libraries.
2017-07-21 21:20:48 +02:00
Daniel Kochmanski
bdd17142fb cosmetic: line wrap 2017-07-21 19:34:01 +02:00
Daniel Kochmanski
b15afe097c builder: wrapper: don't output unnecessary code when non needed 2017-07-21 19:33:45 +02:00