diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-20 05:06:59 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-20 05:06:59 +0000 |
commit | 93663864fcee8461c99873dabb6ae4a7fae590e7 (patch) | |
tree | 3186e1fd4b733bbca130454bfa566cd57bf5cb1c | |
parent | 98693c75a9f6c613f715d18c0d3749fc4a98ac3f (diff) | |
download | open-axiom-93663864fcee8461c99873dabb6ae4a7fae590e7.tar.gz |
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8f84d45a..ac7b2bc9 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/sys-driver.boot (AxiomCore::%sysInit): Fix indentation thinko. |