aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-13 06:22:18 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-13 06:22:18 +0000
commitc5659a8580de5b531891c6703465c84add9fbb1b (patch)
tree60966651b64626e365cd158a89cd41a9028ea8a9 /src/ChangeLog
parent3c748c0ab1f5119528ae3ae41cc144371b1b375c (diff)
downloadopen-axiom-c5659a8580de5b531891c6703465c84add9fbb1b.tar.gz
Various cleanups.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a1c821a..9f368b0c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,46 @@
+2008-04-13 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/apply.boot: Tidy signature declarations.
+ * interp/as.boot: Use getConstructorKindFromDB throughout.
+ * interp/br-con.boot: Likewise.
+ * interp/br-data.boot: Likewise.
+ * interp/br-op1.boot: Likewise.
+ * interp/br-op2.boot: Likewise.
+ * interp/br-prof.boot: Likewise.
+ * interp/br-saturn.boot: Likewise.
+ * interp/br-search.boot: Likewise.
+ * interp/br-util.boot: Likewise.
+ * interp/cattable.boot: Likewise.
+ * interp/clam.boot: Likewise.
+ * interp/clammed.boot: Likewise.
+ * interp/compiler.boot: Tidy signature declarations.
+ * interp/construct.lisp: Use getConstructorKindFromDB throughout.
+ * interp/daase.lisp: Likewise.
+ * interp/database.boot (getConstructorAbbreviationFromDB): New.
+ (getConstructorCategoryFromDB): Likewise.
+ (getConsructorKindFromDB): Likewise.
+ (getConstructorAncestorsFromDB): Likewise.
+ (getConstructorSourceFileFromDB): Likewise.
+ * interp/define.boot: Use getConstructorKindFromDB throughout.
+ * interp/domain.lisp: Likewise.
+ * interp/format.boot: Likewise.
+ * interp/g-cndata.boot: Likewise.
+ * interp/g-util.boot: Likewise.
+ * interp/i-eval.boot: Likewise.
+ * interp/i-funsel.boot: Likewise.
+ * interp/i-resolv.boot: Likewise.
+ * interp/i-syscmd.boot: Likewise.
+ * interp/interop.boot: Likewise.
+ * interp/lisplib.boot: Likewise.
+ * interp/nrunfast.boot: Likewise.
+ * interp/parse.boot: Likewise.
+ * interp/setvars.boot: Likewise.
+ * interp/sys-constant.boot ($EmptyVector): Fix thinko
+ * interp/types.boot (%Maybe): New.
+ (%ConstructorKind): Likewise.
+ * input/exsum.input.pamphlet: Fix thinko.
+ * input/mapleok.input.pamphlet: Fix typos.
+
2008-04-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/ax.boot: Use getConstructorModemap throughout.