Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR11343: backward compatibility option/conditional | Frank Ch. Eigler | 2010-04-08 | 1 | -0/+3 |
| | | | | | | | | * main.cxx: Add "--compatible=VERSION" option. * session.h (compatible): Store it. * parse.cxx (eval_pp_conditional): Look at it as %( systemtap_v CMP VALUE ... %) * stap.1.in: Document it. * testsuite/parseko/preprocess17.stp, parseok/twenty.stp: Test it. | ||||
* | Support || and && in preprocessor's conditions. | Przemyslaw Pawelczyk | 2009-08-28 | 1 | -0/+12 |
* parse.cxx (parser::scan_pp): Add || and &&. * stap.1.in: Document || and && in PREPROCESSING. * testsuite/parseok/twenty.stp: Test case. * testsuite/parseko/preprocess14.stp: Ditto. * testsuite/parseko/preprocess15.stp: Ditto. Signed-off-by: Josh Stone <jistone@redhat.com> |