Rusty Russell
|
36bfb66bdf
io: update for new timer API.
|
11 years ago |
Rusty Russell
|
a9d42b8d3b
timer: make timer_del() idempotent, add timer_init().
|
11 years ago |
Rusty Russell
|
fe6bc8c530
timer: change timers_expire() to return a single timer.
|
11 years ago |
David Gibson
|
2ecae4f3ae
bytestring: Add initializer macro
|
11 years ago |
David Gibson
|
846f605e6e
bytestring: Use CONST_FUNCTION
|
11 years ago |
David Gibson
|
3f60b879d0
bytestring: Split bytestrings by a string delimiter
|
11 years ago |
David Gibson
|
309577c474
bytestring: Split bytestrings by a set of character delimiters
|
11 years ago |
David Gibson
|
cb2d540f76
bytestring: Split bytestrings by a character delimiter
|
11 years ago |
David Gibson
|
b529270bf1
bytestring: Implement bytestring_spn() and bytestring_cspn()
|
11 years ago |
David Gibson
|
f1e31c6657
bytestring: Implement bytestring_bytestring()
|
11 years ago |
David Gibson
|
d584928758
bytestring: Add bytestring_index and bytestring_rindex() functions
|
11 years ago |
David Gibson
|
4a234682ef
bytestring: bytestring_starts() and bytestring_ends() functions
|
11 years ago |
David Gibson
|
4008ec0eb0
bytestring: Add bytestring_slice function
|
11 years ago |
David Gibson
|
c06054cd12
bytestring: Add bytestring_byte() function
|
11 years ago |
David Gibson
|
40b45c4cfb
mem: Implement memrchr()
|
11 years ago |
David Gibson
|
2ab3ac5b30
mem: Correct testcases
|
11 years ago |
David Gibson
|
992931f06c
mem: Rename memmem module to mem
|
11 years ago |
Chris McCormick
|
fe6805a9cf
Syntax highlighting for module example code using prettify. Note: prettify is introduced with an svn checkout into the web directoy.
|
11 years ago |
Chris McCormick
|
39ea444c9d
Removed more tables where they aren't required. Improved table layout.
|
11 years ago |
Chris McCormick
|
52132f2987
New page layout, font, background image. Replaced table tags with headers and paragraph tags as appropriate. Redesigned logo. Added stylesheet to specify layout more easily. Meta tag for mobile device friendliness.
|
11 years ago |
Chris McCormick
|
3dfe38bfbe
Standards compliance - XML html doctype, charset meta tag.
|
11 years ago |
Chris McCormick
|
5de4b1c5d8
When building webpages, skip clean-tree check if WEBDEV flag is set.
|
11 years ago |
Chris McCormick
|
3fed94e37e
Fix for broken links/images on website 'junkcode' pages.
|
11 years ago |
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 |
Rasmus Villemoes
|
1567e4bd07
configurator: Fix CTZ detection
|
11 years ago |
Rusty Russell
|
eee8545774
Add eratosthenes to Makefile-ccan list.
|
11 years ago |
David Gibson
|
c5e84ef2b5
eratosthenes: Implementation of the Sieve of Eratosthenes
|
11 years ago |
David Gibson
|
f591ef48f8
bitmap: Implement bitmap_ffs()
|
11 years ago |
David Gibson
|
b9c9f5d934
bitmap: Extend allocation functions
|
11 years ago |
David Gibson
|
4e7f97a92e
bitmap: Add functions to set/clear ranges of bits
|
11 years ago |