diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-15 03:40:45 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-15 03:40:45 +0000 |
commit | a03f99212855569fc0298734521a6468df4b2e00 (patch) | |
tree | 7bdce4387b43f27e285d07b08022a5ba34eea94f /src/ChangeLog | |
parent | 683b15834757e0ccb39afe72bb46c4d644ce033e (diff) | |
download | open-axiom-a03f99212855569fc0298734521a6468df4b2e00.tar.gz |
* boot/tokens.boot: canonicalFilename is now a builtin function.
* interp/sys-driver.boot (executeSpadScript): Announce input file.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a909d9f5..8206b856 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2010-12-14 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/tokens.boot: canonicalFilename is now a builtin function. + * interp/sys-driver.boot (executeSpadScript): Announce input file. + +2010-12-14 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/ast.boot (bfQ): Emit STRING= for string comparison. * interp/i-output.boot: Fix type violation in equality comparison. |