upscheme/c
Lassi Kortela 99feb308bd Hoist argcount() into its own header file
Muffles compiler warnings about unused function.
2019-08-09 22:08:44 +03:00
..
argcount.h Hoist argcount() into its own header file 2019-08-09 22:08:44 +03:00
bitvector-ops.c Do not include count_bits() all over the place 2019-08-09 21:41:37 +03:00
bitvector.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
bitvector.h Do not include count_bits() all over the place 2019-08-09 21:41:37 +03:00
builtins.c Hoist argcount() into its own header file 2019-08-09 22:08:44 +03:00
cvalues.h Replace ptrint_t with standard intptr_t 2019-08-09 21:07:16 +03:00
dirpath.c Fix build errors and warnings for OpenBSD 2019-08-09 20:20:17 +03:00
dirpath.h Remove include protections 2019-08-09 19:47:22 +03:00
dtypes.h Get rid of INLINE and STATIC_INLINE 2019-08-09 21:35:20 +03:00
dump.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
equal.h Replace ptrint_t with standard intptr_t 2019-08-09 21:07:16 +03:00
equalhash.c Fix build errors and warnings for OpenBSD 2019-08-09 20:20:17 +03:00
equalhash.h
flisp.c Hoist argcount() into its own header file 2019-08-09 22:08:44 +03:00
flisp.h Hoist argcount() into its own header file 2019-08-09 22:08:44 +03:00
flmain.c Replace strcpy() and strcat() with safer functions 2019-08-09 20:14:42 +03:00
hashing.c Simplify endian (byte order) detection 2019-08-09 21:30:30 +03:00
hashing.h Replace "preferred int type" with intptr_t 2019-08-09 21:04:19 +03:00
htable.c Replace htable_t with struct 2019-08-09 19:26:09 +03:00
htable.h Remove include protections 2019-08-09 19:47:22 +03:00
htable_inc.h Replace index_t with uintptr_t 2019-08-09 21:13:48 +03:00
htableh_inc.h Replace htable_t with struct 2019-08-09 19:26:09 +03:00
ieee754.h Simplify endian (byte order) detection 2019-08-09 21:30:30 +03:00
int2str.c
ios.c Fix compiler warnings (clang -Wextra) 2019-08-09 19:53:35 +03:00
ios.h Remove include protections 2019-08-09 19:47:22 +03:00
iostream.c Hoist argcount() into its own header file 2019-08-09 22:08:44 +03:00
llt.h Remove include protections 2019-08-09 19:47:22 +03:00
lltinit.c
lookup3.h Simplify endian (byte order) detection 2019-08-09 21:30:30 +03:00
mt19937ar.h
opcodes.h
operators.h Get rid of INLINE and STATIC_INLINE 2019-08-09 21:35:20 +03:00
print.h Get rid of INLINE and STATIC_INLINE 2019-08-09 21:35:20 +03:00
ptrhash.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
ptrhash.h Remove include protections 2019-08-09 19:47:22 +03:00
random.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
random.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
read.h Get rid of INLINE and STATIC_INLINE 2019-08-09 21:35:20 +03:00
socket.c Replace BSD bzero() with standard memset() 2019-08-09 21:57:26 +03:00
socket.h Replace BSD bzero() with standard memset() 2019-08-09 21:57:26 +03:00
string.c Hoist argcount() into its own header file 2019-08-09 22:08:44 +03:00
table.c Hoist argcount() into its own header file 2019-08-09 22:08:44 +03:00
timefuncs.c Remove time.string and time.fromstring builtins 2019-08-09 21:50:52 +03:00
timefuncs.h Remove time.string and time.fromstring builtins 2019-08-09 21:50:52 +03:00
types.h Replace fltype_t with struct 2019-08-09 19:33:04 +03:00
utf8.c Get rid of INLINE and STATIC_INLINE 2019-08-09 21:35:20 +03:00
utf8.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
utils.h Do not include bswap* all over the place 2019-08-09 22:04:55 +03:00
wcwidth.h