diff options
author | jistone <jistone> | 2006-03-03 18:37:33 +0000 |
---|---|---|
committer | jistone <jistone> | 2006-03-03 18:37:33 +0000 |
commit | 77a5c1f9949be4bdf3ebc6fb969debd68a9ebd27 (patch) | |
tree | fce8b8d79cbfc5f7dd416463bd5929a43446bdd4 /ChangeLog | |
parent | 4090de8ca2717fd028548f06783582b7c6c74931 (diff) | |
download | systemtap-steved-77a5c1f9949be4bdf3ebc6fb969debd68a9ebd27.tar.gz systemtap-steved-77a5c1f9949be4bdf3ebc6fb969debd68a9ebd27.tar.xz systemtap-steved-77a5c1f9949be4bdf3ebc6fb969debd68a9ebd27.zip |
2006-03-03 Josh Stone <joshua.i.stone@intel.com>
* main.cxx (main): search forward for dashes in the kernel release,
to work properly with release names with more than one dash.
* parse.cxx (eval_pp_conditional): ditto
* tapsets.cxx (profile_derived_probe::profile_derived_probe): ditto
* safety/safety.py (StaticSafety::__build_search_suffixes): ditto,
and add copyright & GPL tag
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-03-03 Josh Stone <joshua.i.stone@intel.com> + + * main.cxx (main): search forward for dashes in the kernel release, + to work properly with release names with more than one dash. + * parse.cxx (eval_pp_conditional): ditto + * tapsets.cxx (profile_derived_probe::profile_derived_probe): ditto + * safety/safety.py (StaticSafety::__build_search_suffixes): ditto, + and add copyright & GPL tag + 2006-03-03 Frank Ch. Eigler <fche@elastic.org> * tapset/indent.stp, indent-default.stp: New little tapset. |