20110628
	version: 1.0.0
20110630
	doc: in libstddjb/index.html, corrected strerr.h -> webipc.h
	bug: when not HASSIGNALFD, selfpipe_trap.c and selfpipe_untrap.c did not compile
	  fix: change "i" to "sig". Silly me.
	version: 1.0.1
20110705
	bug: wrong test for "after" banner in skaclient2_startf.c
	  fix: test readbanner() < afterlen
	version: 1.0.2
20110711
	bug: sig_restoreto.o wasn't in deps-lib/stddjb
	  fix: add it
	portability: some OSes have an off-by-one NSIG (65).
	  fix: don't rely on NSIG, always test whether sigismember() < 0
	  in the future: consider making SKALIBS_NSIG a sysdep
	internal: removed sig_nostack, made sig_catcha and sig_restore macros.
	version: 1.0.3
20110712
	bug: localtmn_scan didn't scan the nano part properly
	  fix: change *s to *s++
	version: 1.0.4
20110718
	code: changed short_scan, int_scan and long_scan behaviour according
	  to prj's advice
	build: changed internal targets to mode 755 instead of 555
	ui: gensetdyn_p sets errno when returning NULL
	bug: genset_new() didn't set the newly allocated bit
	  fix: trivial
	bug: static initialization of gensetb and avltreeb didn't work
	  fix: impossible to make them work in all cases -> scrap the API
	  workaround: declare them statically, but init them dynamically
	ui: changed uintcmpfunc_t to accept a callback argument
	    modified avlnode/avltree(n) in consequence
	ui: changed gensetdyn_new() and avltree_newnode() interfaces
	bug: avlnode_insert and avlnode_delete() didn't work in all cases
	  fix: went over the logic again, added missing logic (subspin...)
	version: 1.1.0
20110726
	bug: avltree_newnode() segfaulted in some cases
	  fix: don't deref before the gensetdyn_new, duh.
	version: 1.1.1
20110815
	ui: clarified avlnode, avltree and avltreen interfaces
	version: 1.2.0
20110820
	ui: added lolstdio.h
	doc: documented lolstdio.h
20110822
	version: 1.2.1
20110906
	bug: absolutepath sometimes added a stray '\0'
	  fix: adjust tmp length when exiting the loop
	internal: exposed buffer_0/1/2 objects; buffer_0/1/2 now is a macro
	code: added genwrite
	doc: documented genwrite
20110915
	internal: separated genwrite write into put and flush, added bufalloc handles
	doc: reflected changes
	internal: changed EINVAL to EOVERFLOW when localtm_from_ltm64() finds a date > 32 bits
	  todo: 2038 is fast approaching, we need to push for tai64 adoption
20110919
	version: 1.2.2
20110929
	ui: changed openwritenclose_unsafe* and openwritenclose_suffix* to macros
	ui: changed socket_accept4* to macros, same thing
	ui: changed ipc_accept* to macros, same thing
	ui: added more macros in tai.h to help with static init
	version: 1.2.3
20111108
	bug: TAI_INFINITE was incorrectly defined
	  fix: trivial
	bug: potential security hole in stralloc_ready_tuned
	  fix: check for uint overflows
20111207
	internal: reworked nbcoe to accommodate new Linux socket() options
	ui: socket_* and ipc_* are now often macros
20111208
	version: 1.2.4
