- Aug 31, 2015
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- Aug 12, 2009
-
-
sds authored
-
- Dec 07, 2006
-
-
camm authored
more array tests for gcl;axe clcs-error-set;broaden fast-link checking types;axe cmp-array-element-type;c1array-element-type;fboundp-expander;redo sequence-type-element-type;tighter two-tp-inf;faster make-info;function-lambda-expression in disassemble;boundp,symbol-package,symbol-value,symbol-function, and fboundp inlines;exclude and,or,not from portable-source expansion;stack_cons macro;speedup add-hash and clear-compiler-properties;faster search;tighter returns on search,position,count,mismatch;underflow errors with C optimization;boundp,symbol-package,symbol-value,symbol-function, array-element-type and fboundp fastlinks
-
- Jan 26, 2003
-
-
pfdietz authored
Tests for bit-vector and simple-bit-vector types, vectorp, bit, and sbit. More vector class-related tests.
-
pfdietz authored
-
pfdietz authored
Added more typep ... [simple-]array test conditions. Some are commented out because gcl is failing on them right now (the rank designator bug).
-
pfdietz authored
Added more tests to those executed with make-array-with-checks. Now do many checks of memebership in various permutations of (array ...) and (simple-array ...) types.
-
- Jan 24, 2003
-
-
pfdietz authored
Many cleanups. Replaced notnot, not with notnot-mv, not-mv in places where we can inspect the results for the right number of multiple values. Ditto for multiple-value-bind*, which is strict in checking for number of values. Indentation changes.
-
- Jan 22, 2003