Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display source context for error and warning messages (6701) | Rajan Arora | 2008-10-09 | 1 | -0/+2 |
| | |||||
* | ChangeLog Entries | Dave Brolley | 2008-08-25 | 1 | -0/+1 |
| | |||||
* | warning/error message compaction by removing duplicated token file names | Frank Ch. Eigler | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Bug 6611: read-only variable typo warnings should list alternatives. | Stan Cox | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Micro-optimize print_warning output. Fix warnings.exp line count. | Mark Wielaard | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | Eliminate duplicate warnings. | Stan Cox | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵ | Frank Ch. Eigler | 2008-05-28 | 1 | -1/+1 |
| | | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2. | ||||
* | testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵ | Frank Ch. Eigler | 2008-05-27 | 1 | -1/+1 |
| | | | | cleanup | ||||
* | PR6538: testsuite changes | Frank Ch. Eigler | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | PR6466: broad side-effect free statement elision | Frank Ch. Eigler | 2008-04-29 | 1 | -2/+2 |
| | |||||
* | PR1119: unused variable elision warnings | fche | 2007-10-06 | 1 | -0/+16 |
2007-10-05 Frank Ch. Eigler <fche@elastic.org> PR 1119 * elaborate.cxx (semantic_pass_opt[12]): Warn on elided variables/functions in user script. * session.h (suppress_warnings): New field. Change "timing" to plain old bool. * main.cxx (main): Configure warnings on by default. * stap.1.in: Document this. PR 1119. * systemtap.base/warnings.*: New test. * futexes.stp, sig_by_proc.stp, small_demos/rwtiming.stp: Fix elision warnings. |