diff options
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. |