diff options
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. |