-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svn path=/strategoxt/trunk/; revision=17505
- Loading branch information
1 parent
5bcf108
commit 07a0cd6
Showing
60 changed files
with
216 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
2005-07-29 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-07-29 Martin Bravenboer <martin[email protected]> | ||
|
||
* Implemented support for inter-library dependencies | ||
(STR-344). This has several advantages: first, the link order | ||
|
@@ -40,7 +40,7 @@ | |
can control the kind of library that has to be created by | ||
setting the CFLAGS variable. | ||
|
||
2005-07-28 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-07-28 Martin Bravenboer <martin[email protected]> | ||
|
||
* configure.ac: standardization of the versioning scheme. From now | ||
on, 0.x (e.g. 0.16) are always stable releases. 0.x.y are bug fix | ||
|
@@ -52,7 +52,7 @@ | |
reassure the traveler that the proper path is being followed and | ||
to indicate distance travelled." | ||
|
||
2005-07-21 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-07-21 Martin Bravenboer <martin[email protected]> | ||
|
||
* configure.ac: major update of the toplevel | ||
configuration. pkg-config is no longer used when explicit | ||
|
@@ -82,11 +82,11 @@ | |
outside of Stratego/XT, so they should not be provided to the | ||
user. | ||
|
||
2005-05-05 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-05-05 Martin Bravenboer <martin[email protected]> | ||
|
||
* configure.ac: version to 0.15. | ||
|
||
2005-01-29 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-01-29 Martin Bravenboer <martin[email protected]> | ||
|
||
* configure.ac, Makefile.am: more clear naming scheme for the | ||
local installions that are used for installing from a tarball. The | ||
|
@@ -102,7 +102,7 @@ | |
|
||
* Makefile.am: install the baseline SSL. | ||
|
||
2005-01-28 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-01-28 Martin Bravenboer <martin[email protected]> | ||
|
||
* bootstrap: use autoxt in STRATEGOXT_BASELINE, fall-back with a | ||
warning to autoxt on the PATH. | ||
|
@@ -122,7 +122,7 @@ | |
|
||
* */Makefile.am: use autoxt.m4 in the shared config directory. | ||
|
||
2005-01-26 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-01-26 Martin Bravenboer <martin[email protected]> | ||
|
||
* Removed all bootstrap sources (more than 300) | ||
|
||
|
@@ -140,7 +140,7 @@ | |
files where not updated. Some build results could not even be | ||
created at all. | ||
|
||
2005-01-25 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-01-25 Martin Bravenboer <martin[email protected]> | ||
|
||
* bootstrap: invoke autoreconf with -v flag | ||
|
||
|
@@ -165,7 +165,7 @@ | |
* bootstrap: added WANT_AUTOMAKE and WANT_AUTOCONF to make bootstrap | ||
more compatible with Gentoo, Mandrake, etc. | ||
|
||
2004-07-06 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-07-06 Martin Bravenboer <martin[email protected]> | ||
|
||
* configure.ac: check for dependencies (ATerm and SDF packages) by | ||
invoking the new autoxt macros XT_PKG_ATERM and XT_PKG_SDF. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ | |
* src/implode/implode-asfix.str: Fix implosion skipping of | ||
concrete syntax part when using a StrategoStrategy. | ||
|
||
2005-01-12 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-01-12 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/implode/sglri.str: don't report rewriting failed if parsing | ||
failed. | ||
|
||
* src/implode/sglri-error-reporting.str: even more fancy error | ||
report: file, line, column, 2-line quote from file. | ||
|
||
2005-01-12 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-01-12 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/implode/sglri.str: dead code elimination and cleanup. | ||
|
||
|
@@ -27,12 +27,12 @@ | |
|
||
* src/implode/sglri.str: pass the verbosity to sglr. | ||
|
||
2004-11-27 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-11-27 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/implode/sglri.str: added the --no-heuristic-filters option | ||
to disable the heuristic filters of sglr. | ||
|
||
2004-09-02 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-09-02 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/anno/asfix-anno-comments.str: a new asfix to asfix tool that | ||
preserves comments that were of the input source code by putting | ||
|
@@ -105,7 +105,7 @@ | |
This tool was inspired by pleasant discussions on source to source | ||
transformations with Karl Trygve. | ||
|
||
2004-09-01 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-09-01 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/implode/implode-asfix.str: implode-asfix now supports | ||
preservation of annotations in AsFix trees. This means that | ||
|
@@ -120,7 +120,7 @@ | |
If you want full annotation preservation, use AsFix2ME output of | ||
sglr (don't use -2 ) and implode the tree with implodePT. | ||
|
||
2004-04-30 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-04-30 Martin Bravenboer <martin[email protected]> | ||
|
||
* sig/*: added a clean signature of AsFix. | ||
|
||
|
@@ -132,7 +132,7 @@ | |
* Makefile.am: added autoxt.m4 to EXTRA_DIST | ||
* Makefile.am: added line: ACLOCAL_AMFLAGS = -I . | ||
|
||
2004-02-19 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-02-19 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/implode/implode-asfix.str: *not* funny: after checking | ||
every possible mistake I could make I observed that implode-asfix | ||
|
@@ -152,7 +152,7 @@ | |
* src/implode/implode-asfix.str: Bugs in implosion using separate | ||
phases. Not clear why these went undetected. | ||
|
||
2003-011-30 Martin Bravenboer <martin@cs.uu.nl> | ||
2003-011-30 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/implode/sglri.str: fixed the --sglr and --impl | ||
arguments. extend-config should be invoked with of the new value | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* ] | ||
* ) | ||
* | ||
* @author Martin Bravenboer <martin@cs.uu.nl> | ||
* @author Martin Bravenboer <martin[email protected]> | ||
*/ | ||
module error-support | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* pp/*.str : pretty-printed aterms by default escape special | ||
characters so pp-aterm output is an aterm again. | ||
|
||
2004-05-30 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-05-30 Martin Bravenboer <martin[email protected]> | ||
|
||
* syn/Makefile.am: ATerm syntax definition is now directly | ||
obtained from the ASF Library. There is no longer an ATerm syntax | ||
|
@@ -18,17 +18,17 @@ | |
* Makefile.am: added line: ACLOCAL_AMFLAGS = -I . such that | ||
autoreconf can find autoxt.m4 | ||
|
||
2004-02-15 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-02-15 Martin Bravenboer <martin[email protected]> | ||
|
||
* trans/implode-aterm.str: undo explode-aterm. | ||
|
||
2004-02-15 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-02-15 Martin Bravenboer <martin[email protected]> | ||
|
||
* trans/explode-aterm.str: tool to explode an aterm to the | ||
signature of the aterm syntax definition. Annotations have not yet | ||
been implemented. | ||
|
||
2004-02-15 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-02-15 Martin Bravenboer <martin[email protected]> | ||
|
||
* syn/*.sdf: upgraded aterm syntax definition to latest definition | ||
in the ASF library. I modified the modules at a few points: | ||
|
@@ -40,7 +40,7 @@ | |
|
||
* sig/Makefile.am: generate the new signatures. | ||
|
||
2003-12-09 Martin Bravenboer <martin@cs.uu.nl> | ||
2003-12-09 Martin Bravenboer <martin[email protected]> | ||
|
||
* src/atermdiff/apply.str: removed, is in the SSL. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* autoxt.m4 (XT_SVN_REVISION): | ||
Fix svn revision retrieving when using a different build directory. | ||
|
||
2005-07-26 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-07-26 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: added support for pkg_STRCFLAGS to XT_CHECK_PACKAGE, | ||
similar to pkg_LIBS and pkg_CFLAGS. This means that you can now | ||
|
@@ -20,7 +20,7 @@ | |
* Makefile.xt: added support for STRCFLAGS as a modern alternative | ||
of SCFLAGS. SCFLAGS are still supported. | ||
|
||
2005-07-21 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-07-21 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: major cleanup and update of autoxt.m4 that merges | ||
explicit (--with-*) and implicit (pkg-config) configuration. | ||
|
@@ -72,7 +72,7 @@ | |
Fix the quotation when checking whether $BUILD_REPOSITORY is an | ||
absolute path. | ||
|
||
2005-01-29 Martin Bravenboer <martin@cs.uu.nl> | ||
2005-01-29 Martin Bravenboer <martin[email protected]> | ||
|
||
* Makefile.xt: changed the name and location of shared | ||
libraries. | ||
|
@@ -95,7 +95,7 @@ | |
stratego-lib-native and stratego-lib are now located in the SSL | ||
instead of the SRTS. | ||
|
||
2004-12-25 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-12-25 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: USE_XT_PACKAGES is obsolete and should be replaced by | ||
in your configure.ac files by XT_USE_XT_PACKAGES. Thanks to Akim | ||
|
@@ -111,7 +111,7 @@ | |
generated. This ensures that BUILD_REPOSITORY will contain correct | ||
tot non-generated build scripts. | ||
|
||
2004-09-25 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-09-25 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: applied the improved autoxt.m4, which was contributed | ||
by Akim. The main improvement is a concise XT_ARG_WITH macro that | ||
|
@@ -123,19 +123,19 @@ | |
- AC_DEFINES should have a (), since they are applied as | ||
functions. | ||
|
||
2004-07-27 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-07-27 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m3: added XT_PRE_RELEASE. This macro extends the VERSION | ||
variable with pre${SVN_REVISION}. | ||
|
||
2004-06-27 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-06-27 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: added XT_PKG_STRATEGOXT, which checks if the | ||
(not) specified location of strategoxt is ok. Should not be used | ||
in StrategoXT packages: use it in packages that depend on | ||
StrategoXT. | ||
|
||
2004-06-27 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-06-27 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: added XT_SETUP where all stuff can be invoked that | ||
always has to be done in configure to be able to build a Stratego | ||
|
@@ -151,7 +151,7 @@ | |
of Darwin use lazy invocation of initializers by default. This | ||
does not work for Stratego programs that use separate compilation. | ||
|
||
2004-06-27 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-06-27 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: added a set of macros for checking package | ||
dependencies: | ||
|
@@ -172,7 +172,7 @@ | |
- XT_PROG_BAFFLE | ||
- XT_LIB_ATERM | ||
|
||
2004-06-27 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-06-27 Martin Bravenboer <martin[email protected]> | ||
|
||
* Makefile.xt: implemented support for build-time XTC | ||
repositories. The bin_PROGRAMS, pkgdata_DATA and so on are now | ||
|
@@ -192,7 +192,7 @@ | |
|
||
* Makefile.xt: removed rule for producing the ancient xtc-conf.h. | ||
|
||
2004-06-25 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-06-25 Martin Bravenboer <martin[email protected]> | ||
|
||
* Makefile.xt: Added the new stratego-choice library to LDADD and | ||
and STRATEGORUNLIBS. This library is the default choice point | ||
|
@@ -209,7 +209,7 @@ | |
* Makefile.xt: Fixed generation of pretty-print tables during | ||
'make distcheck'. | ||
|
||
2004-03-26 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-03-26 Martin Bravenboer <martin[email protected]> | ||
|
||
* Added the XT_TERM_DEFINE macro, which defines ATerm variants for | ||
PACKAGE_NAME, PACKAGE_VERSION, etc. | ||
|
@@ -222,14 +222,14 @@ | |
* Makefile.xt: touch pretty-print table when grammar has changed | ||
and pretty-print table is consistent | ||
|
||
2003-12-11 Martin Bravenboer <martin@cs.uu.nl> | ||
2003-12-11 Martin Bravenboer <martin[email protected]> | ||
|
||
* autoxt.m4: added improved DETECT_SVN_REVISION AC macro. It | ||
determines the SVN revision of the source tree using svn status | | ||
awk or svn-revision. Arthur van Dam contributed to the fetching of | ||
the correct revision. | ||
|
||
2003-12-05 Martin Bravenboer <martin@cs.uu.nl> | ||
2003-12-05 Martin Bravenboer <martin[email protected]> | ||
|
||
* Makefile.xt: In the .sdf.def rule applying asfix-yield is no | ||
longer required becayse pack-sdf now outputs SDF concrete syntax | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,11 @@ | |
(long int)10 | ||
were pretty-printed as (longint)10. | ||
|
||
2003-04-30 Martin Bravenboer <martin@cs.uu.nl> | ||
2003-04-30 Martin Bravenboer <martin[email protected]> | ||
|
||
* sig/Makefile.am: generate signature with sdf2rtg | rtg2sig. | ||
|
||
2003-04-30 Martin Bravenboer <martin@cs.uu.nl> | ||
2003-04-30 Martin Bravenboer <martin[email protected]> | ||
|
||
* syn/C-Keywords.sdf: keyword productions must be lexical, | ||
otherwise the Keyword -> Id {reject}, which is lexical, doesn't | ||
|
@@ -43,13 +43,13 @@ | |
* Changed list antiquotation declarations to produce + lists | ||
instead of * | ||
|
||
2003-03-12 Martin Bravenboer <martin@cs.uu.nl> | ||
2003-03-12 Martin Bravenboer <martin[email protected]> | ||
|
||
* syn/C-Constants.sdf: corrected lexical syntax of Hex and added | ||
suffixes to IntLiterals. All reported by Stefaan Himpe. | ||
|
||
* syn/C-Expressions.sdf: fixed typo in AndExp. | ||
|
||
2002-11-23 Martin Bravenboer <martin@cs.uu.nl> | ||
2002-11-23 Martin Bravenboer <martin[email protected]> | ||
|
||
* Small changes to configure.in to profit from new autotools. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
2004-07-26 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-07-26 Martin Bravenboer <martin[email protected]> | ||
|
||
* xtc/parse-cs-lib.str: syntax override (--syntax option) now also | ||
handles the case where other methods of meta data (e.g. meta file) | ||
have not defined a Syntax. | ||
|
||
2004-04-22 Martin Bravenboer <martin@cs.uu.nl> | ||
2004-04-22 Martin Bravenboer <martin[email protected]> | ||
|
||
* xtc/parse-cs-lib.str: provide reuseful parse-cs strategies in a | ||
library. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# -*- Autoconf -*- | ||
# serial 3 | ||
# | ||
# Author: Martin Bravenboer <martin@cs.uu.nl> | ||
# Author: Martin Bravenboer <martin[email protected]> | ||
# | ||
|
||
# XT_ left in configure is the sign a macro was not defined, or there was a typo | ||
|
Oops, something went wrong.