aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-20 05:06:59 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-20 05:06:59 +0000
commit93663864fcee8461c99873dabb6ae4a7fae590e7 (patch)
tree3186e1fd4b733bbca130454bfa566cd57bf5cb1c
parent98693c75a9f6c613f715d18c0d3749fc4a98ac3f (diff)
downloadopen-axiom-93663864fcee8461c99873dabb6ae4a7fae590e7.tar.gz
-rw-r--r--src/ChangeLog11
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.