aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-03 19:16:25 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-03 19:16:25 +0000
commita6dfd60ca4931a8c11f0afbd4533d4c6cc960e1e (patch)
treea892bbc7fb9390dc1f73cc5d341b0c3d0e7fc056 /src/ChangeLog
parent8ea3a4b4aae5c6c1287bc4e48a2fcdd33a51a7f5 (diff)
downloadopen-axiom-a6dfd60ca4931a8c11f0afbd4533d4c6cc960e1e.tar.gz
* algebra/stream.spad.pamphlet (Stream): Remove bogus assignment
to Rep. Rework local function definitions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2dfc475f..d3c63c89 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2011-02-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * algebra/stream.spad.pamphlet (Stream): Remove bogus assignment
+ to Rep. Rework local function definitions.
+
+2011-02-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/c-util.boot: Replace COND with %when throught.
Use %otherwise instead of %true where appropriate.
* interp/define.boot: Likewise.