- 31 Aug, 2015 17 commits
-
-
Also update so that it uses the correct fasl extension instead of the hardwired x86f.
-
Signed-off-by:
Daniel Kochmański <dkochmanski@turtle-solutions.eu>
-
Signed-off-by:
Daniel Kochmański <dkochmanski@turtle-solutions.eu>
-
Signed-off-by:
Daniel Kochmański <dkochmanski@turtle-solutions.eu>
-
Signed-off-by:
Daniel Kochmański <dkochmanski@turtle-solutions.eu>
-
CLHS says that if field width is too small and no overflow character is specified then minimal number of characters necessary to print a number should be used. Printing float which characteristic is not zero should print also at least one digit of mantissa, because without trailing digit if put back to the reader it would be considered as integer. Exceptional situation is when mantissa length is explicitly set to zero. Examples: (format nil "~0f" 3.0) ; correct result is 3.0 (format nil "~0f" 3.123) ; correct result is 3.1 (format nil "~0,0f" 3.123) ; correct result is 3. Signed-off-by:
Daniel Kochmański <dkochmanski@turtle-solutions.eu>
-
-
-
-
-
-
-
-
-
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- 25 Sep, 2011 1 commit
-
-
ehuelsmann authored
function and compiler-macro definitions.
-
- 13 Sep, 2011 1 commit
-
-
ehuelsmann authored
-
- 08 Nov, 2010 1 commit
-
-
sds authored
From "Tobias C. Rittweiler" <tcr@freebits.de>
-
- 16 Apr, 2010 2 commits
- 15 Apr, 2010 4 commits
- 14 Apr, 2010 1 commit
-
-
sds authored
-
- 03 Apr, 2010 2 commits
-
-
ehuelsmann authored
-
ehuelsmann authored
of characters-with-case: Unicode has simply superseeded the knowledge from back then.
-
- 01 Mar, 2010 2 commits
- 08 Nov, 2009 1 commit
-
-
sds authored
-
- 12 Aug, 2009 1 commit
-
-
sds authored
-
- 28 Jul, 2009 3 commits
- 14 Jul, 2009 1 commit
-
-
sds authored
-
- 18 Apr, 2009 1 commit
-
-
ehuelsmann authored
Verified on #lisp, confirmed by crhodes and others.
-
- 14 Feb, 2009 1 commit
-
-
ehuelsmann authored
-
- 08 Jan, 2009 1 commit
-
-
ehuelsmann authored
Note these are removed from the test set in DOIT.LSP too.
-