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