summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4279d069..9539c918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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.
+ * elaborate.h (systemtap_session): Add guru_mode field.
+ * main.cxx (main): Initialize it to false. Add version-sensitive
+ script library searching. Add more failure messages.
+ * tapsets.cxx (dwflpp_assert): Add a decorative text parameter.
+ Update callers.
+
2005-07-28 Martin Hunt <hunt@redhat.com>
* Makefile.am (install-data-local): Add runtime/transport.
@@ -17,7 +29,8 @@
2005-07-26 Martin Hunt <hunt@redhat.com>
* Makefile.am (stpd_LDFLAGS): Set rpath correclty because otherwise
- automake doesn't seem to get it right when binaries are in libexec subdirs.
+ automake doesn't seem to get it right when binaries are in libexec
+ subdirs.
(AM_CPPFLAGS): revert.
* systemtap.spec.in (LDFLAGS): Set libexecdir here instead.