upscheme/c
Lassi Kortela d6a4029dde Replace idiosyncratic C types with standard ones
For number types, we rely on classic C types (char, short, int, long) to be
the correct sizes. For precise bit widths, use standard intN_t and uintN_t.
For size_t, just use system size_t.
2019-08-09 21:00:03 +03:00
..
bitvector-ops.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
bitvector.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
bitvector.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
builtins.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
cvalues.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +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 Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
dump.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
equal.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
equalhash.c Fix build errors and warnings for OpenBSD 2019-08-09 20:20:17 +03:00
equalhash.h Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00
flisp.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
flisp.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
flmain.c Replace strcpy() and strcat() with safer functions 2019-08-09 20:14:42 +03:00
hashing.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
hashing.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +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 htable_t with struct 2019-08-09 19:26:09 +03:00
htableh_inc.h Replace htable_t with struct 2019-08-09 19:26:09 +03:00
ieee754.h Remove include protections 2019-08-09 19:47:22 +03:00
int2str.c Consolidate all C files into a "c" subdirectory 2019-08-09 15:02:58 +03:00
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 Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
llt.h Remove include protections 2019-08-09 19:47:22 +03:00
lltinit.c Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00
lookup3.h Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00
mt19937ar.h Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00
opcodes.h Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00
operators.h Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00
print.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +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 Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
socket.c Fix build errors and warnings for OpenBSD 2019-08-09 20:20:17 +03:00
socket.h Remove include protections 2019-08-09 19:47:22 +03:00
string.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
table.c Replace cvalue_t with struct 2019-08-09 19:36:20 +03:00
timefuncs.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
timefuncs.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
types.h Replace fltype_t with struct 2019-08-09 19:33:04 +03:00
utf8.c Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
utf8.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
utils.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
wcwidth.h Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00