From: drl7x Date: Mon, 21 Apr 2003 04:31:46 +0000 (+0000) Subject: Beautified the html code for the faq. X-Git-Tag: splint-3_1_0~3 X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/commitdiff_plain/7db08ed6b475736ff127ce29bfba87fd775a478f Beautified the html code for the faq. --- diff --git a/doc/html/faq.html b/doc/html/faq.html index dd1561c..97a5e08 100644 --- a/doc/html/faq.html +++ b/doc/html/faq.html @@ -12,12 +12,11 @@

Splint - Frequently Asked Questions

Index

-
    -

    General Questions About Splint

    -
  1. - - What is the difference between Splint and LCLint?
    +
  2. +

    General Questions About Splint

    +
  3. +
  4. What is the difference between Splint and LCLint?
  5. What is the Splint logo?
  6. @@ -26,12 +25,13 @@
  7. Can we use your software in our company? (We are not a GNU organization.)
  8. -
  9. Which compilers does Splint support?
    +
  10. Which compilers does Splint support?
  11. Does Splint handle C++?
  12. - -

    Installation

    +
  13. +

    Installation

    +
  14. I downloaded the Splint .tgz file but can't figure out how to extract it. There is no 'z' option on the tar on my system.
  15. @@ -40,15 +40,18 @@
  16. I have installed Splint for Windows 2000. Where should I put the ".splintrc" file?
  17. -
  18. When I build Splint I get the following errors.... Should I be worried?
    +
  19. When I build Splint I get the following errors.... Should I + be worried?
  20. -
  21. I just installed Splint on a new machine. I get a bunch of +
  22. I just installed Splint on a new machine. I get a bunch of errors during building when the test suite is run. When I look through the results, it seems like Splint is not reporting any errors in the code it analyzes. What is going on?
  23. -

    Usage

    -
  24. I heard that we will get lot of parse errors when we run +
  25. +

    Usage

    +
  26. +
  27. I heard that we will get lot of parse errors when we run this tool first time. Hence we need to modify source code. Is it correct ?
  28. I heard that Splint can generate some spurious errors ( not @@ -56,19 +59,19 @@
  29. How does Splint handle const?
  30. -
  31. I develop code on an embedded system with a compiler that +
  32. I develop code on an embedded system with a compiler that uses nonstandard key words and data types. I would like to run Splint on my code but these nonstandard keywords cause parse errors. What should I do?
  33. How can I get Splint to recognize directory trees and local source include directories?
  34. -
  35. I use realloc in my code. How can I get Splint in check this code more effectively?
  36. - -

    Warnings and Errors

    +
  37. +

    Warnings and Errors

    +
  38. Why do I get a warning when multiplying different integer types? The C standard says this is ok. Why is this wrong?
  39. @@ -81,20 +84,26 @@
  40. I get parse errors when I try to run Splint on code like #define MACROdebug(...) blahblah . Can I use variadic macros in Splint?
  41. -

    Bugs

    +
  42. +

    Bugs

    +
  43. I think I've found a bug in Splint. What should I do?
    -
  44. -
  45. Splint tells me that there is a bug and I should report it. +
  46. +
  47. Splint tells me that there is a bug and I should report it. What information should I send?
  48. -

    Additional Information

    +
  49. +

    Additional Information

    +
  50. My question isn't answered here. How can I get more information about Splint?

Questions and Answers

    -

    General Questions About Splint

    +
  1. +

    General Questions About Splint

    +
  2. What is the difference between Splint and LCLint?

    @@ -143,16 +152,14 @@
  3. - -
  4. +
  5. Which compilers does Splint support?

    It is independent from your compiler.

  6. - -
  7. +
  8. Does Splint handle C++?

    No. Splint handles ISO C99 (and some gcc extensions if +gnuextensions is used). @@ -162,7 +169,9 @@
  9. -

    Installation

    +
  10. +

    Installation

    +
  11. I downloaded the Splint .tgz file but can't figure out how to extract it. There is no 'z' option on the tar on my @@ -200,7 +209,6 @@

    your home directory. See the Splint manual for more information.

  12. -
  13. When I build Splint I get the following error:

    @@ -244,8 +252,10 @@
  14. -

    Usage

    -
  15. +
  16. +

    Usage

    +
  17. +
  18. I heard that we will get lot of parse errors when we run this tool first time. Hence we need to modify source code. Is it correct ?

    @@ -272,7 +282,7 @@
  19. -
  20. +
  21. I develop code on an embedded system with a compiler that uses nonstandard key words and data types. I would like to run Splint on my code but these nonstandard keywords cause parse errors. What should @@ -294,7 +304,7 @@

  22. -
  23. +
  24. I use realloc in my code. How can I get Splint in check this code more effectively?

    @@ -309,7 +319,9 @@ href="http://www.splint.org/documentation/realloc.htm">http://www.splint.org/documentation/realloc.htm

  25. -

    Warnings and Errors

    +
  26. +

    Warnings and Errors

    +
  27. Why do I get a Warning when multiplying different integer types? The C standard says this is ok. Why is this @@ -345,7 +357,8 @@

  28. -
  29. I get parse errors when I try to run Splint +

  30. +

    I get parse errors when I try to run Splint on code like #define MACROdebug(...) blahblah . Can I use variadic macros in Splint?

    @@ -354,8 +367,9 @@
  31. - -

    Bugs

    +
  32. +

    Bugs

    +
  33. I think I've found a bug in Splint. What should I do?

    @@ -379,7 +393,9 @@ may be able to at least to offer you advice on working around the problem.

  34. -

    Additional Information

    +
  35. +

    Additional Information

    +
  36. My question isn't answered here. How can I get more information about Splint?