tomo/builtins
2024-09-12 23:41:32 -04:00
..
array.c Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
array.h Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
bool.c Change *:from_text() methods to return optional values and set up CLI 2024-09-11 14:53:48 -04:00
bool.h Change *:from_text() methods to return optional values and set up CLI 2024-09-11 14:53:48 -04:00
c_string.c Fix up CString:as_text() 2024-09-12 03:41:44 -04:00
c_string.h Fix up CString:as_text() 2024-09-12 03:41:44 -04:00
channel.c Rename channel_t -> Channel_t for consistency 2024-09-11 13:57:21 -04:00
channel.h Rename channel_t -> Channel_t for consistency 2024-09-11 13:57:21 -04:00
datatypes.h Rename channel_t -> Channel_t for consistency 2024-09-11 13:57:21 -04:00
files.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
files.h
functions.c Make functions print with func name(...)->... [file:line] info 2024-09-12 23:41:32 -04:00
functions.h Make functions print with func name(...)->... [file:line] info 2024-09-12 23:41:32 -04:00
integers.c Automatically interpolate ints for pattern/shell/path 2024-09-12 01:24:26 -04:00
integers.h Automatically interpolate ints for pattern/shell/path 2024-09-12 01:24:26 -04:00
macros.h
memory.c Fully clean up siphash code and fix some issues 2024-09-05 16:23:05 -04:00
memory.h
nums.c Change *:from_text() methods to return optional values and set up CLI 2024-09-11 14:53:48 -04:00
nums.h Change *:from_text() methods to return optional values and set up CLI 2024-09-11 14:53:48 -04:00
optionals.c Implement optional hashing/equality/comparisons 2024-09-12 13:17:53 -04:00
optionals.h Implement optional hashing/equality/comparisons 2024-09-12 13:17:53 -04:00
path.c Use optionals for iterators 2024-09-11 22:28:43 -04:00
path.h Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
pointer.c Add optional types 2024-09-11 01:31:31 -04:00
pointer.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
range.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
range.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
shell.c Initial working version 2024-09-09 00:22:12 -04:00
shell.h Add shims for hashing/equality of langs 2024-09-09 16:08:59 -04:00
siphash-internals.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
siphash.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
siphash.h Add (/path):by_line() 2024-09-09 22:16:40 -04:00
table.c Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
table.h Table:get() now uses optional values instead of default or failure modes 2024-09-12 00:55:43 -04:00
text.c Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
text.h Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
thread.c Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
thread.h Rename closure_t -> Closure_t for consistency 2024-09-11 13:56:39 -04:00
tomo.h Use optionals for iterators 2024-09-11 22:28:43 -04:00
types.c Make functions print with func name(...)->... [file:line] info 2024-09-12 23:41:32 -04:00
types.h Rename channel_t -> Channel_t for consistency 2024-09-11 13:57:21 -04:00
util.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
util.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00