ccan
ccan copied to clipboard
The C Code Archive Network
cc -g3 -ggdb -Wall -Wstrict-prototypes -Wold-style-definition -Wundef -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1 -I. -MMD -MP -MFccan/coroutine/coroutine.o.d -MTccan/coroutine/coroutine.o -c ccan/coroutine/coroutine.c -o ccan/coroutine/coroutine.o ccan/coroutine/coroutine.c:63:2: error: array size is negative BUILD_ASSERT(COROUTINE_MIN_STKSZ >= MINSIGSTKSZ);...
Building ccan_depends, modfiles Cleaning source tree ccan_depends: Could not open ./..//ccan/--long/_info Invalid ccan module '--long'? Adding ccan/--long modfiles: Getting canonical version of directory ccan/--long: No such file or directory Adding...
a small offering, to dip my toe in the water
Added 'base64url' mapping to choose from (using not yet provided 'choose map' mechanism).
…; condensed more rows of '0xff's.
It is better to reopen STDIN and STDOUT as well as they may be used in a third-party application using ccan.
It is better to use _exit() on parent termination as it doesn't trigger atexit() processing which would be processed when daemon terminates normal way.
We need to suppress SIGHUP until we set up as the parent's exit on forking would throw it.
I have added bottom-up heapsort module implementing a modified version of bottom-up heapsort sorting, see details here: http://blog.dataparksearch.org/397 It is unified with asort() to be typesafe and accept context pointer...
Hi Rusty, Here is another pull request with changes based on your suggestions. Ive sent an email to the list with an explanation.