mes/src
Jan (janneke) Nieuwenhuizen 8f67315eb6
core: Use unsigned constants.
* src/gc.c (FRAME_SIZE, M2_CELL_SIZE): Declare unsigned.
(gc_init): Use unsigned suffixes for divisions.
* src/posix.c (TIME_UNITS_PER_SECOND): Declare unsigned.
(UL1000000000): New constant.
(seconds_and_nanoseconds_to_long): Use it.
* src/gc.c (U10, U100): New constants.
(gc_init): Use them.
2021-01-01 10:24:22 +01:00
..
test core: Switch to pointer cells. 2020-10-18 11:34:32 +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 core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
display.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
eval-apply.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
gc.c core: Use unsigned constants. 2021-01-01 10:24:22 +01: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: Add gc-stats. 2020-12-31 10:34:07 +01:00
module.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
posix.c core: Use unsigned constants. 2021-01-01 10:24:22 +01:00
reader.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
stack.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01: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: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00