summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9539c918..84085e26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,25 @@
2005-07-28 Frank Ch. Eigler <fche@redhat.com>
translator/1120
+ * main.cxx (main): Preset -R and -I options from environment
+ variables (if set). Pass guru mode flags to parser.
+ * parse.cxx (privileged): New parser operation flag. Update callers.
+ (parse_embeddedcode): Throw an error if !privileged.
+ (parse_functiondecl): Change signature. Prevent duplicates.
+ (parse_globals): Ditto.
+ * parse.h: Corresponding changes.
+ * tapset/*.stp: Beginnings of real tapset library, to replace
+ previous builtins.
+ * tapsets.cxx: Greatly reduce verbose mode output.
+ * Makefile.am: Install & dist it.
+ * runtest.sh: Refer to it.
+ * Makefile.in, aclocal.m4: Regenerated.
+ * testsuite/*/*.stp: Set guru mode via /bin/sh if needed.
+ * testusite/*/*ko.stp: Homogenize shell scripts.
+
+2005-07-28 Frank Ch. Eigler <fche@redhat.com>
+
+ translator/1120
translator/1123
* elaborate.cxx (semantic_pass_symbols): Print a more helpful
error message around exceptions.