upscheme/c
Lassi Kortela 2c7fe440e9 Add changes from missed in last commit 2019-08-27 00:24:54 +03:00
..
algo_color.c Add changes from missed in last commit 2019-08-27 00:24:54 +03:00
argcount.c Add changes from missed in last commit 2019-08-27 00:24:54 +03:00
argcount.h Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
bitvector-ops.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
bitvector.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
bitvector.h Do not include count_bits() all over the place 2019-08-09 21:41:37 +03:00
buf.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
buf.h Add scanner interface to "struct buf" 2019-08-14 13:46:50 +03:00
builtins.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
builtins.h Add term-init, term-exit builtins 2019-08-26 16:52:42 +03:00
cvalues.h Reorganize error functions and includes 2019-08-21 22:06:13 +03:00
dtypes.h Reorganize error functions and includes 2019-08-21 22:06:13 +03:00
dump.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
env.h Start environment-stack implementation 2019-08-11 23:27:38 +03:00
env_unix.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
env_windows.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
equal.h Use backward compatible variable initializers 2019-08-19 01:14:09 +03:00
equalhash.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
equalhash.h Get rid of almost all recursive includes 2019-08-09 19:00:17 +03:00
error.h Reorganize error functions and includes 2019-08-21 22:06:13 +03:00
error_dmc.h Add const to many utility functions 2019-08-25 22:12:34 +03:00
error_gnuc.h Add const to many utility functions 2019-08-25 22:12:34 +03:00
error_msc.h Add const to many utility functions 2019-08-25 22:12:34 +03:00
error_watcomc.h Add const to many utility functions 2019-08-25 22:12:34 +03:00
flisp.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
flisp.h Add const to many utility functions 2019-08-25 22:12:34 +03:00
flmain.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
hashing.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
hashing.h Replace "preferred int type" with intptr_t 2019-08-09 21:04:19 +03:00
htable.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
htable.h Remove include protections 2019-08-09 19:47:22 +03:00
htable_inc.h Use backward compatible variable initializers 2019-08-19 01:14:09 +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 Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
ios.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
ios.h Remove comments about proposed 'struct ios' features 2019-08-26 00:20:50 +03:00
iostream.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
libraries.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
libraries.h Add concept of built-in libraries and (import) statement 2019-08-11 22:32:55 +03:00
llt.h Remove include protections 2019-08-09 19:47:22 +03:00
lltinit.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
lookup3.h Use backward compatible variable initializers 2019-08-19 01:14:09 +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 Add truly sinful float hacks for Watcom 2019-08-21 22:11:05 +03:00
os.h Split setenv/unsetenv by platform 2019-08-21 22:16:07 +03:00
os_darwin.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_dragonfly.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_freebsd.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_haiku.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_linux.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_minix.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_netbsd.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_openbsd.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_sunos.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_unix.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_unix_process.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
os_windows.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
print.h Remove temp xwrite/x... and old princ/print 2019-08-25 23:27:59 +03:00
ptrhash.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
ptrhash.h Remove include protections 2019-08-09 19:47:22 +03:00
random.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
random.h Replace idiosyncratic C types with standard ones 2019-08-09 21:00:03 +03:00
read.h Use backward compatible variable initializers 2019-08-19 01:14:09 +03:00
scheme.h Add changes from missed in last commit 2019-08-27 00:24:54 +03:00
socket.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
socket.h Fix socket includes 2019-08-21 22:14:04 +03:00
string.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
stringfuncs.h Add concept of built-in libraries and (import) statement 2019-08-11 22:32:55 +03:00
table.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
text_ini.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
time_unix.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
time_windows.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
timefuncs.h Remove time.now and parsetime functions 2019-08-19 01:15:28 +03:00
types.h Use backward compatible variable initializers 2019-08-19 01:14:09 +03:00
utf8.c Consolidate (almost) all #include's into new "scheme.h" 2019-08-26 22:12:15 +03:00
utf8.h Unify preprocessor checks for win32 2019-08-10 00:12:33 +03:00
utils.h Do not include bswap* all over the place 2019-08-09 22:04:55 +03:00
wcwidth.h Remove unneeded DLLEXPORT and STDCALL macros 2019-08-17 22:55:25 +03:00