mes/lib/posix
Jan (janneke) Nieuwenhuizen cbea14f843 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.
2023-05-03 08:04:32 +02:00
..
alarm.c build: Simplify. 2019-06-08 15:36:22 +02:00
buffered-read.c bootstrap: Build files only once. 2019-12-07 23:29:34 +01:00
execl.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
execlp.c mescc: Mes C Library: Fix execlp, execvp for file names with slash. 2020-01-20 22:47:52 +01:00
execv.c build: Simplify. 2019-06-08 15:36:22 +02:00
execvp.c mescc: Mes C Library: Fix execlp, execvp for file names with slash. 2020-01-20 22:47:52 +01:00
getcwd.c kaem.run: Remove --bootstrap-mode. 2023-05-03 08:03:48 +02:00
getenv.c core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file. 2023-05-03 08:04:32 +02:00
getopt.c getopt: Remove old FSF address, thanks Vagrant. 2019-09-09 16:04:15 +02:00
isatty.c mescc: Mes C Library: Fix isatty for x86_64. 2019-11-23 21:29:36 +01:00
mktemp.c build: Simplify. 2019-06-08 15:36:22 +02:00
open.c lib: posix/open: Support M2-Planet. 2023-05-02 10:22:45 +02:00
raise.c build: Simplify. 2019-06-08 15:36:22 +02:00
sbrk.c build: Simplify. 2019-06-08 15:36:22 +02:00
setenv.c core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file. 2023-05-03 08:04:32 +02:00
sleep.c build: Simplify. 2019-06-08 15:36:22 +02:00
unsetenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
wait.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
write.c mescc: Mes C Library: Have write behave well with buffered reads. 2019-07-28 13:01:37 +02:00