[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] cvs latest changes
From: |
gaius |
Subject: |
[Gm2] cvs latest changes |
Date: |
Sat, 31 Jul 2010 06:23:24 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hi,
firstly many thanks to all who have been submitting bug reports - I
will work my way through them in due course! Some minor changes have
been applied to the cvs, in summary:
* -fclean is now implemented which removes the objects which -fmakeall
will build. -fclean must be used with -fmakeall.
* the option -fcheck-all has been renamed -fsoft-check-all.
* added documentation explaining the above and also a small section on
how exception handling is implemented.
hope these are useful.
regards,
Gaius
* gm2/lang-options.h: added -fclean as a legal option.
* gm2/lang-specs.h: modified so that -fclean -fmakeall will first
clean all objects and secondly build the application.
* gm2/lang.opt: added -fclean as a legal option.
* gm2/bnf/gm2m.bnf: added new target clean which removes all
objects.
* gm2/gm2-compiler/M2Options.mod: added -fclean as a legal option.
* gm2/gm2.texi: added documentation describing -fclean.
* gm2/Make-lang.in: tidied up newfile.
* gm2/gm2/gm2.texi: (New section) Exception implementation.
* gm2/gm2-libs/Builtins.def: added space.
* gm2/Make-lang.in: replaced -fcheck-all with -fsoft-check-all.
* gm2/gm2.texi: replaced -fcheck-all with -fsoft-check-all.
* gm2/lang-options.h: replaced -fcheck-all with -fsoft-check-all.
* gm2/lang.opt: replaced -fcheck-all with -fsoft-check-all.
* gm2/gm2-compiler/M2Options.mod: replaced -fcheck-all with
-fsoft-check-all.
* gm2/gm2-libs/Builtins.def: replaced -fcheck-all with -fsoft-check-all.
* gm2/man/gm2.man: replaced -fcheck-all with -fsoft-check-all.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] cvs latest changes,
gaius <=