X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fcoding-style.html;h=4f39cbfc53ea0fcfb9db4096c431c675e1935d1a;hb=c10cab3677090a2bf9d6bf1f091121f43b6899ad;hp=6972000f13219b1aeeead5f250cd8dbf7f5e8a20;hpb=c858e3b89f8d2d6eac86abf5bb8b75d557219c06;p=ghc-hetmet.git diff --git a/docs/coding-style.html b/docs/coding-style.html index 6972000..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,60 +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