log

age author description
Sun, 24 Feb 2019 17:51:03 -0500 Josef 'Jeff' Sipek libjeffpc 0.19 v0.19
Tue, 30 Oct 2018 21:03:40 -0400 Josef 'Jeff' Sipek tests: move cbor packing tests into a common cbor dir
Sun, 24 Feb 2019 13:12:48 -0500 Josef 'Jeff' Sipek sexpr: return negated errnos on list to array conversion failures
Sun, 24 Feb 2019 13:11:11 -0500 Josef 'Jeff' Sipek sexpr: make sexpr_list_to_array's arg & return type LP64-friendly
Sun, 24 Feb 2019 10:36:28 -0500 Josef 'Jeff' Sipek val: don't leak val references on val_alloc_array_dup error
Sun, 24 Feb 2019 10:38:23 -0500 Josef 'Jeff' Sipek val: use a goto for error handling in __val_alloc_array
Thu, 21 Feb 2019 19:18:52 -0500 Josef 'Jeff' Sipek int: add tests checking for str2uXX overflows
Thu, 21 Feb 2019 19:19:14 -0500 Josef 'Jeff' Sipek int: add trivial comment to describe a subset of the str2uXX test cases
Thu, 21 Feb 2019 19:13:41 -0500 Josef 'Jeff' Sipek int: fail all str2uXX calls with -ERANGE on negative looking input
Thu, 21 Feb 2019 18:44:13 -0500 Josef 'Jeff' Sipek int: allow str2uXX_full consumers to specify the expected terminator char
Thu, 21 Feb 2019 18:39:07 -0500 Josef 'Jeff' Sipek int: rename internal __str2uXX functions to str2uXX_full
Thu, 21 Feb 2019 18:33:10 -0500 Josef 'Jeff' Sipek int: str2XX should fail with -EINVAL if the input isn't nul-terminated
Thu, 21 Feb 2019 18:25:21 -0500 Josef 'Jeff' Sipek int: use str2uXX_base instead of calling __str2uXX directly
Thu, 21 Feb 2019 14:21:11 -0500 Josef 'Jeff' Sipek int: add str2uXX_base macros as a way to convert numbers in other bases
Thu, 21 Feb 2019 14:19:35 -0500 Josef 'Jeff' Sipek int: fix test error message to properly identify the failing function
Fri, 08 Feb 2019 17:21:55 -0500 Josef 'Jeff' Sipek int: add basic tests for __str2uXX and str2uXX functions
Wed, 13 Feb 2019 10:23:49 -0500 Josef 'Jeff' Sipek tests: ignore xstrerror and mutex-{,un}lock-destroy test bins
Sun, 10 Feb 2019 21:26:55 -0500 Josef 'Jeff' Sipek tests: use common check_rets function
Sun, 10 Feb 2019 21:29:23 -0500 Josef 'Jeff' Sipek tests: add check_rets helper
Sun, 10 Feb 2019 21:45:35 -0500 Josef 'Jeff' Sipek tests: replace test-file.c with test.c
Sun, 10 Feb 2019 21:44:20 -0500 Josef 'Jeff' Sipek tests: make common test infrastructure handle both args and no-args cases
Sun, 10 Feb 2019 21:40:59 -0500 Josef 'Jeff' Sipek cmake: pass an extra #define to test files built to process input files
Sun, 10 Feb 2019 21:26:23 -0500 Josef 'Jeff' Sipek int: correctly use the big-endian-cpu config #define in tests
Fri, 18 Jan 2019 11:24:16 -0500 Josef 'Jeff' Sipek man: write a manpage for xread and xpread
Fri, 18 Jan 2019 10:50:18 -0500 Josef 'Jeff' Sipek man: write a manpage for rand32 and rand64
Fri, 18 Jan 2019 10:49:59 -0500 Josef 'Jeff' Sipek man: write a manpage for hexdump and hexdumpz
Sun, 06 Jan 2019 19:39:05 -0500 Josef 'Jeff' Sipek synch: add CONDTIMEDWAIT_SEC
Sun, 06 Jan 2019 19:38:53 -0500 Josef 'Jeff' Sipek synch: add CONDTIMEDWAIT_NSEC & rewrite CONDTIMEDWAIT_SPEC in terms of it
Sun, 06 Jan 2019 19:10:18 -0500 Josef 'Jeff' Sipek synch: rename CONDTIMEDWAIT to CONDTIMEDWAIT_SPEC
Fri, 01 Feb 2019 21:04:53 -0500 Josef 'Jeff' Sipek version: use + to separate latest tag and the latest tag distance
Tue, 01 Jan 2019 11:58:27 -0500 Josef 'Jeff' Sipek synch: rename CONDRELTIMEDWAIT to CONDTIMEDWAIT
Tue, 01 Jan 2019 11:00:18 -0500 Josef 'Jeff' Sipek thread: verify that no locks are held after the user function returns
Tue, 01 Jan 2019 10:56:30 -0500 Josef 'Jeff' Sipek thread: wrap the user supplied start function
Tue, 01 Jan 2019 10:46:57 -0500 Josef 'Jeff' Sipek thread: convert xthr_create into a non-inline function
Tue, 01 Jan 2019 11:11:31 -0500 Josef 'Jeff' Sipek synch: always expose lockdep_no_locks symbol
Tue, 01 Jan 2019 11:10:45 -0500 Josef 'Jeff' Sipek tests: disable mutex tests that rely on lock tracking when it's disabled
Tue, 01 Jan 2019 10:06:59 -0500 Josef 'Jeff' Sipek synch: each condition variable should contain a magic number
Tue, 01 Jan 2019 10:04:21 -0500 Josef 'Jeff' Sipek synch: sanity check arguments passed to COND* macros
Tue, 01 Jan 2019 09:54:28 -0500 Josef 'Jeff' Sipek synch: clear the lock magic when when destroying it
Mon, 31 Dec 2018 15:38:58 -0500 Josef 'Jeff' Sipek tree: compact the node's parent and extra fields into one
Mon, 31 Dec 2018 15:32:09 -0500 Josef 'Jeff' Sipek tree: change type and size of the extra field
Mon, 31 Dec 2018 15:26:40 -0500 Josef 'Jeff' Sipek tree: wrap node extra field getting & setting
Mon, 31 Dec 2018 15:23:47 -0500 Josef 'Jeff' Sipek tree: rename the red node bit to "extra"
Mon, 31 Dec 2018 15:19:18 -0500 Josef 'Jeff' Sipek tree: wrap node parent pointer getting & setting
Sat, 17 Nov 2018 11:55:49 -0500 Josef 'Jeff' Sipek Added tag v0.18 for changeset 21ae6cd12c6f
Sat, 17 Nov 2018 11:55:37 -0500 Josef 'Jeff' Sipek libjeffpc 0.18 v0.18
Tue, 13 Nov 2018 22:33:02 -0500 Josef 'Jeff' Sipek tree: tree tests should print [a-d] pointers & values on startup
Tue, 13 Nov 2018 22:32:06 -0500 Josef 'Jeff' Sipek {tree,bst,rbtree}: implement "find nearest"
Mon, 05 Nov 2018 18:36:30 -0500 Josef 'Jeff' Sipek error: allow hooking xstrerror errno mapping
Thu, 08 Nov 2018 22:52:40 -0500 Josef 'Jeff' Sipek error: make xstrerror(0) always return "Success"
Thu, 08 Nov 2018 12:07:11 -0500 Josef 'Jeff' Sipek buffer: add a comment explaining the call to clear in truncate
Thu, 08 Nov 2018 11:47:58 -0500 Josef 'Jeff' Sipek buffer: zero out any holes created during buffer write
Thu, 08 Nov 2018 11:07:56 -0500 Josef 'Jeff' Sipek build: install array.h
Thu, 08 Nov 2018 10:42:56 -0500 Josef 'Jeff' Sipek int: correctly use the big-endian-cpu config #define
Sat, 03 Nov 2018 13:32:32 -0400 Josef 'Jeff' Sipek Backed out changeset 8fd14fb62b52
Sat, 03 Nov 2018 08:39:11 -0400 Josef 'Jeff' Sipek config: ensure ECKSUM exists
Sat, 03 Nov 2018 08:38:53 -0400 Josef 'Jeff' Sipek config: ensure ENOTUNIQ exists
Sat, 03 Nov 2018 08:37:52 -0400 Josef 'Jeff' Sipek build: infrastructure to expand the system-provided errnos
Sat, 03 Nov 2018 07:43:27 -0400 Josef 'Jeff' Sipek mem: include alloca.h only if it exists
Sat, 03 Nov 2018 07:54:45 -0400 Josef 'Jeff' Sipek config: remove config-synch.h