Age | Commit message (Collapse) | Author |
|
Problem: Various comment updates needed, missing white space.
Solution: Update comments, add white space.
|
|
Problem: Tests use assert_true(0) and assert_false(1) to report errors.
Solution: Use assert_report().
|
|
Problem: Cscope test fails.
Solution: Avoid checking for specific line and column numbers.
|
|
Problem: Insufficient testing of cscope.
Solution: Add more tests. (Dominique Pelle)
|
|
Problem: Insufficient testing for cscope.
Solution: Add more tests. (Dominique Pelle)
|
|
Problem: Not much testing for cscope.
Solution: Add a test that uses the cscope program. (Christian Brabandt)
|
|
Problem: 'cscopequickfix' option does not accept new value "a".
Solution: Adjust list of command characters. (Ken Takata)
|