diff options
author | dos-reis <gdr@axiomatics.org> | 2014-08-16 20:53:01 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-08-16 20:53:01 +0000 |
commit | ef207db542d63e4b04db5cac88bed6f6cfcc514b (patch) | |
tree | 159e60bc674fcedfc567d11f2031665698df86a0 /src/ChangeLog | |
parent | d5f760638a920d3e3fb70ef3e571645a5f3a8344 (diff) | |
download | open-axiom-ef207db542d63e4b04db5cac88bed6f6cfcc514b.tar.gz |
Avoid SBCL deprecated features.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9539d349..36ecb376 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2014-08-16 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * lisp/core.lisp.in (coreQuit) [SBCL]: Use sb-ext:exit since + sb-ext:quit is deprecated. + * clef/edible.c (flip_canonical): Remove as unused. + (flip_raw): Likewise. + (check_flip): Likewise. + * include/open-axiom.h: Unceremonially #include <stdint.h>. + * sman/sman.c (clean_up_terminal): Remove as unused. + 2014-02-03 Gabriel Dos Reis <gdr@integrable-solutions.net> * boot/Makefile.in: Fix global variable names. |