mes/src
Jan (janneke) Nieuwenhuizen ba92886a4e
core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file.
* lib/posix/getenv.c (M2_PTR_SIZE),
lib/posix/setenv.c (M2_PTR_SIZE): Move definition...
* include/mes/lib-mini.h (M2_PTR_SIZE): ...here.
* src/gc.c (M2_CELL_SIZE),
src/symbol.c (M2_CELL_SIZE),
src/test/gc.c (M2_CELL_SIZE),
src/vector.c (M2_CELL_SIZE): Move definition...
* include/mes/mes.h (M2_CELL_SIZE): ...here.
2022-05-07 10:50:06 +02:00
..
test core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file. 2022-05-07 10:50:06 +02:00
builtins.c core: Add gc-stats. 2020-12-31 10:34:07 +01:00
cc.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
core.c kaem.run: Remove --bootstrap-mode. 2022-05-03 14:45:55 +02:00
display.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
eval-apply.c core: Fix FRAME_SIZE conflict. 2021-05-16 13:27:12 +02:00
gc.c core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file. 2022-05-07 10:50:06 +02:00
globals.c core: Resurrect gcc-10 support. 2021-05-02 14:58:23 +02:00
hash.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
lib.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
m2.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
math.c core: Avoid Floating point exception dividing negative numbers. 2021-01-01 09:04:39 +01:00
mes.c core: Move __getcwd_buf to Mes C Library. 2021-01-01 15:43:43 +01:00
module.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
posix.c kaem.run: Remove --bootstrap-mode. 2022-05-03 14:45:55 +02:00
reader.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
stack.c core: Fix FRAME_SIZE conflict. 2021-05-16 13:27:12 +02:00
string.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
struct.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
symbol.c core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file. 2022-05-07 10:50:06 +02:00
vector.c core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file. 2022-05-07 10:50:06 +02:00