No Description

Chris McCormick 08f7134027 Changed the look of the website. Added a new logo design (source SVG included). Fixed an issue with junkcode prefix not being set (broken links and images on current site). Removed /tmp/ccan in clean as it was preventing 'make webpages' running twice. Brought the HTML closer to standards compliance (doctype, encoding). Added meta tag for mobile device browsers to render nicely. 11 years ago
ccan c5e84ef2b5 eratosthenes: Implementation of the Sieve of Eratosthenes 11 years ago
doc e6ed30e689 ccanlint.1: fix description of per-test options for tests_pass_valgrind. 14 years ago
junkcode c289035bc9 Add Henry Eshbaugh's log module to junkcode for the moment. 13 years ago
licenses 89ab9bee3b licenses: Add Creative Commons Zero. 13 years ago
tools 1567e4bd07 configurator: Fix CTZ detection 11 years ago
web 08f7134027 Changed the look of the website. Added a new logo design (source SVG included). Fixed an issue with junkcode prefix not being set (broken links and images on current site). Removed /tmp/ccan in clean as it was preventing 'make webpages' running twice. Brought the HTML closer to standards compliance (doctype, encoding). Added meta tag for mobile device browsers to render nicely. 11 years ago
.gitignore 79ac004967 tools/ccanlint: add global .valgrind_suppressions file. 11 years ago
Makefile 08f7134027 Changed the look of the website. Added a new logo design (source SVG included). Fixed an issue with junkcode prefix not being set (broken links and images on current site). Removed /tmp/ccan in clean as it was preventing 'make webpages' running twice. Brought the HTML closer to standards compliance (doctype, encoding). Added meta tag for mobile device browsers to render nicely. 11 years ago
Makefile-ccan eee8545774 Add eratosthenes to Makefile-ccan list. 11 years ago
Makefile-web 08f7134027 Changed the look of the website. Added a new logo design (source SVG included). Fixed an issue with junkcode prefix not being set (broken links and images on current site). Removed /tmp/ccan in clean as it was preventing 'make webpages' running twice. Brought the HTML closer to standards compliance (doctype, encoding). Added meta tag for mobile device browsers to render nicely. 11 years ago
README 166e9c6200 README: update. 13 years ago

README

The C Code Archive Network: http://ccodearchive.net

You can find a set of helper utilities under tools/ and the modules
under ccan/. The recommended way to add ccan modules to your project
is to create a ccan/ directory and add one module per subdirectory
(see tools/create-ccan-tree).