mes/src
Jan (janneke) Nieuwenhuizen 8439519475
core: Prepare for M2-Planet 1.7.0.
* src/eval-apply.c (expand_variable_, apply_builtin): Declare variables
at toplevel.
* src/gc.c (gc_cellcpy, gc_loop, gc_dump_arena): Likewise.
* src/hash.c (hash_table_printer): Likewise.
* src/lib.c (equal2_p): Likewise.
* src/math.c (greater_p, less_p, is_p, minus, plus, divide, multiply,
logand, logior, logxor): Likewise.
* src/posix.c (current_input_port, execl_): Likewise.
* src/reader.c (reader_read_string): Likewise.
* src/stack.c (make_stack): Likewise.
* src/string.c (list_to_cstring, bytes_to_list, string_append):
Likewise.
* src/struct.c (make_struct): Likewise.
* src/vector.c (vector_to_list): Likewise.
2020-12-29 18:11:14 +01:00
..
test core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
builtins.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
cc.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
core.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
display.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
eval-apply.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
gc.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
hash.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
lib.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
m2.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
math.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
mes.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
module.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
posix.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
reader.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
stack.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
string.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
struct.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
symbol.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:11:14 +01:00