diff options
author | dos-reis <gdr@axiomatics.org> | 2008-09-05 11:41:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-09-05 11:41:13 +0000 |
commit | 8ee9095f7120c9d611b3c8056f4d86603ebda59e (patch) | |
tree | 1937e819e1540e2badc41eb7c2523e72f86430f5 /src/ChangeLog | |
parent | d09cf0aa8047981bbf25722b5cadd0aa8b6c533f (diff) | |
download | open-axiom-8ee9095f7120c9d611b3c8056f4d86603ebda59e.tar.gz |
* interp/daase.lisp (processDir): Lose last argument. Don't
change directory.
(localdatabase): Adjust call.
* interp/lisplib.boot (getAllIndexPathnames): Take an argument.
(getAllAldorObjectFiles): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ddd5fd61..0310b530 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-09-05 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/daase.lisp (processDir): Lose last argument. Don't + change directory. + (localdatabase): Adjust call. + * interp/lisplib.boot (getAllIndexPathnames): Take an argument. + (getAllAldorObjectFiles): Likewise. + 2008-09-04 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/g-util.boot (getTypeOfSyntax): Handle more ASTs. |