mes/src
Jan (janneke) Nieuwenhuizen c9ad4b1962
core: Move __getcwd_buf to Mes C Library.
* include/mes/mes.h (__getcwd_buf): Move to..
* lib/posix/getcwd.c (__getcwd_buf): ...here.
(getcwd): Refactor.
* src/posix.c (getcwd_): Do not use __getcwd_buf.
2021-01-01 16:21:05 +01:00
..
test core: Switch to pointer cells. 2021-01-01 16:19:13 +01:00
builtins.c core: Add gc-stats. 2021-01-01 16:19:44 +01:00
cc.c core: Use casting functions. 2021-01-01 16:19:13 +01:00
core.c core: Switch to pointer cells. 2021-01-01 16:19:13 +01:00
display.c core: Use casting functions. 2021-01-01 16:19:13 +01:00
eval-apply.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
gc.c core: Use unsigned constants. 2021-01-01 16:21:04 +01:00
hash.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
lib.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
m2.c core: Use casting functions. 2021-01-01 16:19:13 +01:00
math.c core: Avoid Floating point exception dividing negative numbers. 2021-01-01 16:19:45 +01:00
mes.c core: Move __getcwd_buf to Mes C Library. 2021-01-01 16:21:05 +01:00
module.c core: Switch to pointer cells. 2021-01-01 16:19:13 +01:00
posix.c core: Move __getcwd_buf to Mes C Library. 2021-01-01 16:21:05 +01:00
reader.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
stack.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
string.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
struct.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
symbol.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2021-01-01 16:19:43 +01:00