diff options
author | dos-reis <gdr@axiomatics.org> | 2008-07-04 21:06:40 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-07-04 21:06:40 +0000 |
commit | 415433683b1755b161092170b6b39c381c96c850 (patch) | |
tree | 22f22cc1f52e5cc6dc95e5e57ad408d4386d7a2d /src/ChangeLog | |
parent | 1a3f6eae6f2ef30a6b9249e595c2f37e0ebd002b (diff) | |
download | open-axiom-415433683b1755b161092170b6b39c381c96c850.tar.gz |
* interp/compiler.boot (compFormMatch): Tidy.
(getFormModemaps): Likewise.
(compComma): New.
* interp/c-util.boot (isTupleInstance): New.
(isHomoegenousVarargSignature): Likewise.
(enoughArguments): Likewise.
(wantArgumentsAsTuple): Likewise.
* interp/apply.boot (reshapeArgumentList): New.
(compFormWithModemap): Use it.
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 d4ecb0cc..fdfd0d57 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2008-07-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (compFormMatch): Tidy. + (getFormModemaps): Likewise. + (compComma): New. + * interp/c-util.boot (isTupleInstance): New. + (isHomoegenousVarargSignature): Likewise. + (enoughArguments): Likewise. + (wantArgumentsAsTuple): Likewise. + * interp/apply.boot (reshapeArgumentList): New. + (compFormWithModemap): Use it. + +2008-07-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + Fix AW/429 * algebra/multpoly.spad.pamphlet (IndexedExponents): Fix comment type. |