diff options
author | dos-reis <gdr@axiomatics.org> | 2011-09-03 17:00:24 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-09-03 17:00:24 +0000 |
commit | 4e907523336834456ad62125c43131b19719d01c (patch) | |
tree | fa76d90cdac502c0f99d0fe9cd50fb54257911ee /src/ChangeLog | |
parent | 7073e471a7b732854ad3cbc972615c8c3deefa61 (diff) | |
download | open-axiom-4e907523336834456ad62125c43131b19719d01c.tar.gz |
* interp/property.lisp: Remove unused codes.
* interp/g-util.boot (superType): If domain is $ then use current
information.
* interp/daase.lisp: Tidy.
* interp/c-util.boot (extendsCategoryForm): Temporarily disable
uses of information not coming from on-the-fly category compilation.
* interp/br-data.boot (getParentsFor): Change first parameter to a DB.
Adjust callers.
* algebra/Makefile.in: Adjust dependencies.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 683ae4c1..d5b3ad1f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2011-09-03 Gabriel Dos Reis <gdr@cse.tamu.edu> + + * interp/property.lisp: Remove unused codes. + * interp/g-util.boot (superType): If domain is $ then use current + information. + * interp/daase.lisp: Tidy. + * interp/c-util.boot (extendsCategoryForm): Temporarily disable + uses of information not coming from on-the-fly category compilation. + * interp/br-data.boot (getParentsFor): Change first parameter to a DB. + Adjust callers. + * algebra/Makefile.in: Adjust dependencies. + 2011-08-30 Gabriel Dos Reis <gdr@cs.tamu.edu> * algebra/Makefile.in: Simplify bootstrap rules. Build |