diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-09 22:51:35 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-09 22:51:35 +0000 |
commit | 1687da9f3f891156c71b320f944e5c0fbaf1cbd0 (patch) | |
tree | a073231126a8058766142b5e1b15267e3ddb3c7b /configure.ac.pamphlet | |
parent | f176a2f516055a0a211e6dd1d05c836dd913692e (diff) | |
download | open-axiom-1687da9f3f891156c71b320f944e5c0fbaf1cbd0.tar.gz |
* interp/pf2sex.boot (pf2Sex1): Handle more ASTs.
(pfType2SexOrNil): New.
(pfDoc2SexOrNil): Likewise.
(pfWith2Sex): Likewise.
(pfAdd2Sex): Likewise.
(pfWDeclare2Sex): Likewise.
(pfAttribute2Sex): Likewise.
(pfWIf2Sex): Likewise.
(pfExport2Sex): Likewise.
(pfInline2Sex): Likewise.
(pfImport2Sex): Likewise.
(pfQualType2Sex): Likewise.
* interp/ptrees.boot (pf0InlineItems): New.
* interp/i-spec2.boot (up%Import): New.
(sorry): Likewise.
(up%Export): Likewise.
(up%Inline): Likewise.
(up%With): Likewise.
(up%Add): Likewise.
* interp/i-intern.boot (mkAtree3): Handle %Inline, %With, %Add,
and %Export.
* interp/i-spec1.boot ($specialOps): Adjust.
* doc/msgs/s2-us.msgs (S2IP0006): New.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 9b24268d..1ea4a624 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1118,7 +1118,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.2.0-2008-08-08], +AC_INIT([OpenAxiom], [1.2.0-2008-08-09], [open-axiom-bugs@lists.sf.net]) @ |