diff options
| author | dos-reis <gdr@axiomatics.org> | 2011-12-10 18:54:17 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2011-12-10 18:54:17 +0000 |
| commit | 49fc7b2f58f56ea7c9aa8169be3dfcc22b818be2 (patch) | |
| tree | b9475624cbe821fff9753a08ef614396ffe8f2e4 /src/ChangeLog | |
| parent | 1bee5e2ddcac5cd3a168f5f70a754fd8bee34021 (diff) | |
| download | open-axiom-49fc7b2f58f56ea7c9aa8169be3dfcc22b818be2.tar.gz | |
* boot/parser.boot (bpArgtypeList): Accept mapping types.
* boot/ast.boot (bfType): New.
* boot/translator.boot (genDeclaration): Use it.
* boot/utility.boot (every?): New. Export.
(any?): Likewise.
(takeWhile): Lilkewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 70f23a99..143fe6af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2011-12-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/parser.boot (bpArgtypeList): Accept mapping types. + * boot/ast.boot (bfType): New. + * boot/translator.boot (genDeclaration): Use it. + * boot/utility.boot (every?): New. Export. + (any?): Likewise. + (takeWhile): Lilkewise. + +2011-12-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/g-opt.boot (mkDefault): New. (coagulateWhenSeries): Likewise. (packWhen!): Likewise. Use them. |
