log val.c @ 851:f9a9816e0142

age author description
Wed, 30 Dec 2020 10:34:10 -0500 Josef 'Jeff' Sipek val: add val_cmp
Sun, 01 Apr 2018 14:27:39 -0400 Josef 'Jeff' Sipek val: move dumping code into a separate file
Sat, 31 Mar 2018 17:34:16 -0400 Josef 'Jeff' Sipek val: introduce VT_NVL
Sat, 31 Mar 2018 19:05:41 -0400 Josef 'Jeff' Sipek val: introduce VT_ARRAY
Thu, 24 Aug 2017 16:45:58 +0300 Josef 'Jeff' Sipek Backed out changeset fbec0c9877f2
Wed, 23 Aug 2017 23:38:37 +0300 Josef 'Jeff' Sipek val: properly check for all variants of () when allocating a new cons cell
Wed, 23 Aug 2017 21:56:08 +0300 Josef 'Jeff' Sipek val: add an easy way to allocate an empty cons cell
Thu, 10 Aug 2017 18:31:42 +0300 Josef 'Jeff' Sipek val: introduce VT_BLOB
Tue, 15 Aug 2017 22:38:16 +0300 Josef 'Jeff' Sipek str: implement struct str in terms of struct val
Thu, 10 Aug 2017 22:23:07 +0300 Josef 'Jeff' Sipek val: preallocate () VT_CONS
Fri, 11 Aug 2017 14:07:31 +0300 Josef 'Jeff' Sipek val: expose __val_alloc to other parts of libjeffpc
Fri, 11 Aug 2017 13:16:06 +0300 Josef 'Jeff' Sipek val: rename static_alloc struct val member to static_struct
Thu, 10 Aug 2017 10:23:09 +0300 Josef 'Jeff' Sipek val: introduce VT_NULL
Tue, 04 Jul 2017 17:01:45 +0300 Josef 'Jeff' Sipek val: add val_dump_file
Mon, 03 Jul 2017 18:14:42 +0300 Josef 'Jeff' Sipek val: free references passed to val_alloc_* on error
Thu, 13 Apr 2017 10:15:49 -0400 Josef 'Jeff' Sipek init: mark val and str subsystem init functions as constructors
Tue, 11 Apr 2017 11:21:43 -0400 Josef 'Jeff' Sipek val: internal val allocation function should return errnos
Tue, 11 Apr 2017 11:21:38 -0400 Josef 'Jeff' Sipek val: use the libjeffpc slab allocator API instead of libumem
Tue, 11 Apr 2017 11:21:20 -0400 Josef 'Jeff' Sipek val: preallocate int vals for [0,10)
Tue, 11 Apr 2017 11:21:06 -0400 Josef 'Jeff' Sipek val: preallocate all possible bool vals
Tue, 11 Apr 2017 11:21:00 -0400 Josef 'Jeff' Sipek val: add support for static vals
Tue, 11 Apr 2017 07:56:06 -0400 Josef 'Jeff' Sipek val: make the value union members const
Tue, 11 Apr 2017 07:56:06 -0400 Josef 'Jeff' Sipek val: use allocate-and-set appreach to avoid tempting users to modify the val
Fri, 07 Apr 2017 19:45:01 -0400 Josef 'Jeff' Sipek val: introduce VT_CHAR
Tue, 27 Sep 2016 19:12:38 -0400 Josef 'Jeff' Sipek val: dumped bools need a trailing newline
Wed, 30 Mar 2016 17:52:03 -0400 Josef 'Jeff' Sipek val: include inttypes.h for PRIu64
Sat, 26 Mar 2016 19:57:27 -0400 Josef 'Jeff' Sipek init: add a single initialize-the-library function
Sat, 26 Mar 2016 17:29:02 -0400 Josef 'Jeff' Sipek val: include a cons cell type
Sat, 26 Mar 2016 17:20:07 -0400 Josef 'Jeff' Sipek val: a generic typed value structure