X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fcoding-style.html;h=4f39cbfc53ea0fcfb9db4096c431c675e1935d1a;hb=5e2b22a5efbc9444a56346f3f93d863703dd1263;hp=2bcf715470036b7aad119b2331094b0fd564eb27;hpb=ba53144974730a4a6fecc4ec120ad25eed91848e;p=ghc-hetmet.git diff --git a/docs/coding-style.html b/docs/coding-style.html index 2bcf715..4f39cbf 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -1,8 +1,7 @@ - Access To The GHC CVS Repository - + GHC Style Guidelines for C code @@ -11,12 +10,10 @@

Comments

NB These are just suggestions. They're not set in stone. Some of -them are probably misguided. If you disagree with them, feel free to -modify this document (and make your commit message reasonably informative) -or mail someone (eg The FP-CVS mailing list or -reid-alastair@cs.yale.edu). - +them are probably misguided. If you disagree with them, feel free to +modify this document (and make your commit message reasonably +informative) or mail someone (eg. The GHC mailing list)

References

@@ -29,69 +26,78 @@ Writing Solid Code, Microsoft Press. (Highly recommended. Possibly the only Microsoft Press book that's worth reading. SimonPJ has a copy.) -
  • +

  • Autoconf documentation (which doesn't seem to be on the web). See also The autoconf macro archive and Cyclic Software's description -
  • -Indian Hill C Style and Coding Standards. +

  • Indian +Hill C Style and Coding Standards. -
  • +

  • A list of C programming style links -
  • +

  • A very large list of C programming links -
  • +

  • A list of Unix programming links -

    Portability issues