View | Details | Raw Unified | Return to bug 123038
Collapse All | Expand All

(-)c99_1114.sgml (-9 / +6 lines)
Lines 48-54 Link Here
48
48
49
    <p class="main">The FreeBSD C99 & &posix; Conformance Project aims
49
    <p class="main">The FreeBSD C99 & &posix; Conformance Project aims
50
      to implement all requirements of the ISO 9899:1999 (C99) and
50
      to implement all requirements of the ISO 9899:1999 (C99) and
51
      IEEE 1003.1-2001 (POSIX) standards.  In cases where aspects of
51
      IEEE 1003.1-2004 (POSIX) standards.  In cases where aspects of
52
      these standards cannot be followed, those aspects will be documented
52
      these standards cannot be followed, those aspects will be documented
53
      in the c99(7) or posix(7) manuals.  It is also an aim of this
53
      in the c99(7) or posix(7) manuals.  It is also an aim of this
54
      project to implement regression tests to ensure correctness
54
      project to implement regression tests to ensure correctness
Lines 78-93 Link Here
78
      alt="Resources and Links">
78
      alt="Resources and Links">
79
79
80
    <ul class="list">
80
    <ul class="list">
81
      <li><p>ISO/IEC 9899:1999, also known as C99, is available
81
      <li><p>INCITS/ISO/IEC 9899-1999 (R2005), also known as C99, is available
82
            for purchase in electronic form from the
82
            for purchase in electronic form from the
83
            <a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=ANSI/ISO/IEC+9899-1999">American
83
            <a href="http://webstore.ansi.org/RecordDetail.aspx?sku=INCITS%2fISO%2fIEC+9899-1999+(R2005)">American
84
            National Standards Institute</a>, or available from the
84
            National Standards Institute</a>.</p></li>
85
            <a href="http://www.iso.ch/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=29237&amp;ICS1=35&amp;ICS2=60&amp;ICS3=">International
85
      <li><p><a href="http://www.unix-systems.org/version3/">IEEE Std 1003.1-2004</a>
86
            Organization for Standardization store</a> in electronic
87
            and paper form.</p></li>
88
      <li><p><a href="http://www.unix-systems.org/version3/">IEEE Std 1003.1-2001</a>
89
            - The free (registration required), online version of
86
            - The free (registration required), online version of
90
            POSIX.1-2001 and SUSv3 standard.</p></li>
87
            POSIX.1-2004 and SUSv3 standard.</p></li>
91
      <li><p><a href="http://www.kuro5hin.org/story/2001/2/23/194544/139">Are
88
      <li><p><a href="http://www.kuro5hin.org/story/2001/2/23/194544/139">Are
92
            you Ready For C99?</a> - This article discusses some of the
89
            you Ready For C99?</a> - This article discusses some of the
93
            new features in C99.</p>
90
            new features in C99.</p>

Return to bug 123038