cosmopolitan/tool/plinko/lib
Justine Tunney fa20edc44d
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
2023-11-28 14:39:42 -08:00
..
algebra.lisp Add LISP interpreter 2022-04-07 20:30:22 -07:00
assoc.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
binarytrees.lisp Add LISP interpreter 2022-04-07 20:30:22 -07:00
bind.c Fix warnings 2023-09-01 20:50:18 -07:00
BUILD.mk Rename makefiles BUILD.mk 2023-11-28 11:21:08 -08:00
char.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
char.h Reduce header complexity 2023-11-28 14:39:42 -08:00
cmp.c Fix some plinko documentation 2022-06-10 03:28:24 -07:00
config.h Reduce header complexity 2023-11-28 14:39:42 -08:00
cons.c Fix warnings 2023-09-01 20:50:18 -07:00
cons.h Reduce header complexity 2023-11-28 14:39:42 -08:00
countatoms.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
countreferences.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
define.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
desymbolize.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
dispatchycombine.c Fix warnings 2023-09-01 20:50:18 -07:00
enclose.c Fix warnings 2023-09-01 20:50:18 -07:00
error.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
error.h Reduce header complexity 2023-11-28 14:39:42 -08:00
evlis.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
expand.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
findfreevariables.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
flush.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
gc.c Fix warnings 2023-09-01 20:50:18 -07:00
gc.h Reduce header complexity 2023-11-28 14:39:42 -08:00
getlongsum.c Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
hasatom.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
histo.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
histo.h Reduce header complexity 2023-11-28 14:39:42 -08:00
index.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
index.h Reduce header complexity 2023-11-28 14:39:42 -08:00
infix.lisp Add LISP interpreter 2022-04-07 20:30:22 -07:00
intern.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
iscar.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
iscdr.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
isconstant.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
isdelegate.c Fix warnings 2023-09-01 20:50:18 -07:00
isif.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
iswide.c Brush up some more code 2023-07-10 10:17:26 -07:00
isycombinator.c Fix warnings 2023-09-01 20:50:18 -07:00
ktpenc.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
ktpenc.h Reduce header complexity 2023-11-28 14:39:42 -08:00
library.lisp Remove trailing whitespace from all files (#497) 2022-07-20 20:31:16 -07:00
makesclosures.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
ok.lisp Add LISP interpreter 2022-04-07 20:30:22 -07:00
pairlis.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
plan.c Fix warnings 2023-09-01 20:50:18 -07:00
planfuncalls.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
plinko.c Fix warnings 2023-09-01 20:50:18 -07:00
plinko.h Reduce header complexity 2023-11-28 14:39:42 -08:00
preplan.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
prettyprint.c Fix warnings 2023-09-01 20:50:18 -07:00
print.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
print.h Reduce header complexity 2023-11-28 14:39:42 -08:00
printchar.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
printf.c Fix warnings 2023-09-01 20:50:18 -07:00
printf.h Reduce header complexity 2023-11-28 14:39:42 -08:00
printheap.c Replace COSMO define with _COSMO_SOURCE 2023-08-13 20:55:04 -07:00
printint.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
printtree.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
printvars.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
read.c Fix warnings 2023-09-01 20:50:18 -07:00
readstring.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
reverse.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
setup.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
stack.h Reduce header complexity 2023-11-28 14:39:42 -08:00
symbolize.c Add LISP interpreter 2022-04-07 20:30:22 -07:00
trace.c Fix warnings 2023-09-01 20:50:18 -07:00
trace.h Reduce header complexity 2023-11-28 14:39:42 -08:00
tree.c Fix warnings 2023-09-01 20:50:18 -07:00
tree.h Reduce header complexity 2023-11-28 14:39:42 -08:00
types.h Reduce header complexity 2023-11-28 14:39:42 -08:00
vars.c Add LISP interpreter 2022-04-07 20:30:22 -07:00