From 62ee4094edb7a86cc7af40238406d17d97244638 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 6 Apr 2000 13:37:30 +0000 Subject: [PATCH] [project @ 2000-04-06 13:37:30 by simonmar] a few updates --- docs/coding-style.html | 150 +++++++++++++++++++++++------------------------- 1 file changed, 73 insertions(+), 77 deletions(-) diff --git a/docs/coding-style.html b/docs/coding-style.html index 2bcf715..a8f43cb 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,31 +26,31 @@ 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