diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-19 22:34:56 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-19 22:34:56 +0000 |
commit | 3fe344d2eb5c1155ecccd85fe6a994276c5f0cdb (patch) | |
tree | 874a5f2495a475f2451fa3e5d286b296140aab8b /src/ChangeLog | |
parent | ee89a54eb72128aa7c4655d12a5c5e9a97858172 (diff) | |
download | open-axiom-3fe344d2eb5c1155ecccd85fe6a994276c5f0cdb.tar.gz |
* include/open-axiom.h (oa_buffer_address): New macro.
* sman/session.c (read_from_spad_io): Use It.
(accept_session_connection): Likewise.
(read_from_session): Likewise.
* sman/sman.c (read_from_spad_io): Likewise.
(read_from_manager): Likewise.
(exec_command_env): Explicitly cast the null pointer
to char*.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bfaf4ae0..12ef3193 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,16 @@ 2008-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + * include/open-axiom.h (oa_buffer_address): New macro. + * sman/session.c (read_from_spad_io): Use It. + (accept_session_connection): Likewise. + (read_from_session): Likewise. + * sman/sman.c (read_from_spad_io): Likewise. + (read_from_manager): Likewise. + (exec_command_env): Explicitly cast the null pointer + to char*. + +2008-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/lisplib.boot (compDefineLisplib): Don't update $CategoryFrame with modemap for the constructor we just finished compiling. |