.. |
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 |
bitvector-ops.c
|
Replace typedef bool_t with int
|
2019-08-27 01:17:52 +03:00 |
bitvector.c
|
Get rid of LLT malloc wrappers
|
2019-08-27 01:25:11 +03:00 |
boot_image.c
|
Reorganize boot image inclusion on C
|
2019-08-27 10:31:31 +03:00 |
buf.c
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
builtins.c
|
Note memory leak
|
2019-10-13 22:57:27 +03:00 |
char.c
|
Fix SRFI 175 ASCII bug
|
2020-02-13 23:52:23 +02:00 |
cvalues.h
|
Get rid of the float_t and double_t nonsense
|
2019-10-14 02:27:33 +03:00 |
dump.c
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
env.c
|
Rename feature 64-bit -> bits-64
|
2020-02-13 23:52:45 +02:00 |
env_release.c
|
Add some consts
|
2019-10-14 19:40:37 +03:00 |
env_unix.c
|
Move code
|
2020-02-13 23:51:51 +02: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 |
flisp.c
|
Use system-defined bswap macros where available
|
2019-10-14 16:19:40 +03:00 |
hashing.c
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
htable.c
|
Add missing stdarg.h include
|
2019-10-14 02:52:37 +03:00 |
htable_inc.h
|
Get rid of LLT malloc wrappers
|
2019-08-27 01:25:11 +03:00 |
htableh_inc.h
|
Remove redundant Emacs -*- comments from C files
|
2019-08-27 00:38:56 +03:00 |
int2str.c
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
ios.c
|
Add const
|
2019-08-28 13:30:07 +03:00 |
iostream.c
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
libraries.c
|
Turn spec versions into integers
|
2019-10-14 20:18:43 +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 |
main.c
|
Move version stuff from main.c into env.c
|
2019-10-17 19:25:49 +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_darwin.c
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
os_dragonfly.c
|
Add missing headers to OS files
|
2019-08-27 11:13:50 +03:00 |
os_freebsd.c
|
Add missing headers to OS files
|
2019-08-27 11:13:50 +03:00 |
os_haiku.c
|
Add missing headers to OS files
|
2019-08-27 11:13:50 +03:00 |
os_linux.c
|
Add missing headers to OS files
|
2019-08-27 11:13:50 +03:00 |
os_minix.c
|
Add getpgid() placeholder for Minix
|
2019-10-14 03:05:01 +03:00 |
os_netbsd.c
|
Add missing headers to OS files
|
2019-08-27 11:13:50 +03:00 |
os_openbsd.c
|
Add missing headers to OS files
|
2019-08-27 11:13:50 +03:00 |
os_sunos.c
|
Update Solaris cfmakeraw() emulation
|
2019-10-14 13:25:35 +03:00 |
os_unix.c
|
Add getpgid() placeholder for Minix
|
2019-10-14 03:05:01 +03:00 |
os_unix_process.c
|
Use proper variable-length vector for spawn args
|
2019-10-13 22:58:36 +03:00 |
os_windows.c
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
print.h
|
Fix signed vs unsigned warning on 32-bit
|
2019-10-14 00:49:42 +03:00 |
ptrhash.c
|
Unify variable names in hash functions
|
2019-08-27 10:39:39 +03:00 |
ptrhash.h
|
Remove include protections
|
2019-08-09 19:47:22 +03:00 |
random.c
|
Add missing stdarg.h include
|
2019-10-14 02:52:37 +03:00 |
read.h
|
Revert "Bubble gum fix to make a 32-bit port easier"
|
2019-10-14 01:00:07 +03:00 |
scheme.h
|
Move code
|
2020-02-13 23:51:51 +02:00 |
scheme_compiler_dmc.h
|
Rename error_*.h -> scheme_compiler_*.h
|
2019-08-27 00:46:45 +03:00 |
scheme_compiler_gnuc.h
|
Fix previous commit
|
2019-10-14 03:58:30 +03:00 |
scheme_compiler_msc.h
|
Rename error_*.h -> scheme_compiler_*.h
|
2019-08-27 00:46:45 +03:00 |
scheme_compiler_watcomc.h
|
Get rid of the float_t and double_t nonsense
|
2019-10-14 02:27:33 +03:00 |
socket.c
|
Add missing includes to socket.h
|
2019-08-27 15:52:03 +03:00 |
string.c
|
Add write_simple_defaults() helper
|
2019-10-14 00:42:04 +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 |
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 |
util.c
|
Add more C-side accum helpers
|
2019-10-14 00:43:00 +03:00 |
wcwidth.h
|
Remove unneeded DLLEXPORT and STDCALL macros
|
2019-08-17 22:55:25 +03:00 |