X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fcoding-style.html;h=250ab88c3d91bc73dd888876a269367208c17e8b;hb=72f5cd2fbc56c266e92f974a4561fbe878628b63;hp=ceca6b9babec64da02a610dbd85c29372756d8d1;hpb=3cdceb2d3ec67d8f96528f4cbc0a16a06b2f7fe4;p=ghc-hetmet.git diff --git a/docs/coding-style.html b/docs/coding-style.html index ceca6b9..250ab88 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -1,22 +1,22 @@ - Access To The GHC CVS Repository - + GHC Style Guidelines for C code -

Coding suggestions for GHC/Hugs related code

+

GHC Style guidelines for C code

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). +

These coding style guidelines are mainly intended for use in +ghc/rts and ghc/includes. +

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 GHC mailing list)

References

@@ -24,68 +24,90 @@ If you haven't read them already, you might like to check the following. Where they conflict with our suggestions, they're probably right.

Portability issues