log

age author description
Sat, 16 Mar 2019 22:26:48 -0400 Josef 'Jeff' Sipek cmake: use libumem's include dir only when building libjeffpc
Sat, 16 Mar 2019 22:16:44 -0400 Josef 'Jeff' Sipek cmake: make libjeffpc's dependancies private
Tue, 12 Mar 2019 21:08:17 -0400 Josef 'Jeff' Sipek synch: fix condition variable printing
Sat, 02 Mar 2019 18:14:44 -0500 Josef 'Jeff' Sipek cbor: use %zx printf format for size_t values
Sat, 02 Mar 2019 18:13:45 -0500 Josef 'Jeff' Sipek synch: include jeffpc/time.h to avoid implicit declaration of gettime
Thu, 28 Feb 2019 22:10:03 -0500 Josef 'Jeff' Sipek qstring: check test output against expected values
Thu, 28 Feb 2019 09:12:55 -0500 Josef 'Jeff' Sipek int: add str2uXX test cases for min/max of each uint size
Mon, 25 Feb 2019 16:11:48 -0500 Josef 'Jeff' Sipek int: add str2u8 for symmetry
Mon, 25 Feb 2019 16:10:33 -0500 Josef 'Jeff' Sipek int: add str2uXX_full prototypes to catch code generation macro issues
Mon, 25 Feb 2019 16:13:43 -0500 Josef 'Jeff' Sipek int: reorder str2uXX function generation
Mon, 06 Nov 2017 11:15:00 -0400 Josef 'Jeff' Sipek cbor: unpacking API
Thu, 11 Oct 2018 14:20:08 -0400 Josef 'Jeff' Sipek cbor: add a function to peek at current data item
Tue, 17 Apr 2018 20:17:14 -0400 Josef 'Jeff' Sipek sexpr: allow compacting list and alists into arrays and nvlists
Sun, 24 Feb 2019 17:51:10 -0500 Josef 'Jeff' Sipek Added tag v0.19 for changeset 19cff7809aa1
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