GitXplorerGitXplorer
r

c-standard

public
22 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
674ddaf5bee93cbbab17e76857160b00080e3001

fix formula for logb in n1570.html

committed 12 years ago
Unverified
a195b77776bc262f52deca83fea5d60b1f7953e7

manually fix n1570.html, fix x^y in cpow for n1256.html

committed 12 years ago
Unverified
2b20fe1f26910828db54f2f7a8ed2e2097e14104

add #1.2.3p4 style paragraph links

committed 12 years ago
Unverified
0b7a1b9887c6d0b4bce83b50a62f872245a303b7

fix 2<sup>e</sup> in c99 bitwise shift

committed 13 years ago
Unverified
5234a4a3a7a05617ef8685900091792cf82710f1

update translit (to handle c++ drafts as well)

committed 13 years ago
Unverified
5d87c6a24b31ceb8a6753667546b0cb311bd6843

fix annot (recognise _ as first char in section title)

committed 13 years ago

README

The README file for this repository.

the c standard working draft documents are only available in a hard to handle pdf format http://www.open-std.org/jtc1/sc22/wg14/www/documents

this project provides plain text and html versions of the c99 and the c1x standards

the conversion is done using pdftotext and some automated as well as manual cleanups

n????.txt: ascii version n????.pre.html: html version with links but without formatting (original layout) best viewed in a 120 char wide terminal and text based browser n????.html: html version with formatted text (partly manually done)

unfortunately some information is lost/garbled (eg. emphasized and bold text, mathematical notations around floating point specs, and diff marks wrt previous standards)