diff options
author | fche <fche> | 2005-09-03 16:52:41 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-03 16:52:41 +0000 |
commit | 6a505121fc997e6f21d26f8c8656f99e58faaaab (patch) | |
tree | a40bb598454cf046c55c54ddfb46f83492fbdcb9 /ChangeLog | |
parent | d9e1dc7a03b0341bc924ba4a008a31676dbc9510 (diff) | |
download | systemtap-steved-6a505121fc997e6f21d26f8c8656f99e58faaaab.tar.gz systemtap-steved-6a505121fc997e6f21d26f8c8656f99e58faaaab.tar.xz systemtap-steved-6a505121fc997e6f21d26f8c8656f99e58faaaab.zip |
2005-09-03 Frank Ch. Eigler <fche@elastic.org>
PR 1292, by popular request.
* parse.cxx (parse_functiondecl): Allow optional value/param type
declarations.
* stap.1.in: Document this.
* tapset/*.stp: Convert most functions accordingly.
* testsuite/parseok/twelve.stp, semok/seven.stp,
semko/twenty.stp: Test this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-09-03 Frank Ch. Eigler <fche@elastic.org> + + PR 1292, by popular request. + * parse.cxx (parse_functiondecl): Allow optional value/param type + declarations. + * stap.1.in: Document this. + * tapset/*.stp: Convert most functions accordingly. + * testsuite/parseok/twelve.stp, semok/seven.stp, + semko/twenty.stp: Test this. + 2005-09-02 Frank Ch. Eigler <fche@redhat.com> * translate.cxx (varlock): Use trylock only for write locks. |