mes/src
Jan Nieuwenhuizen a46c318bb8
mes: Grand indent: prepare.
* build-aux/indent.sh: New file.
* include/mes/builtins.h: Move from src/builtins.h.
* include/fcntl.h: Use // *INDENT-OFF* to prevent indent breakage.
* include/locale.h: Likewise.
* include/signal.h: Likewise.
* include/sys/stat.h: Likewise.
* include/sys/user.h: Likewise.
* lib/linux/x86-mes-gcc/crt0.c: Likewise.
* lib/linux/x86-mes-gcc/crt1.c: Likewise.
* lib/linux/x86-mes-gcc/mes.c: Likewise.
* lib/linux/x86-mes-gcc/mini.c: Likewise.
* lib/linux/x86_64-mes-gcc/crt0.c: Likewise.
* lib/linux/x86_64-mes-gcc/crt1.c: Likewise.
* lib/linux/x86_64-mes-gcc/mes.c: Likewise.
* lib/linux/x86_64-mes-gcc/mini.c: Likewise.
* lib/x86_64-mes-gcc/setjmp.c: Likewise.
* src/mes.c: Likewise.
* src/reader.c: Likewise.
2019-05-13 01:07:32 +02:00
..
gc.c core: Remove struct definitions for builtins, drop snarfing. 2019-01-04 09:55:16 +01:00
hash.c mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
lib.c mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
math.c core: Avoid 64bit zero divide. 2018-10-07 00:25:33 +02:00
mes.c mes: Grand indent: prepare. 2019-05-13 01:07:32 +02:00
module.c mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
posix.c mescc: Mes C Library: Use mes_open to avoid open trickery. 2019-05-13 00:40:33 +02:00
reader.c mes: Grand indent: prepare. 2019-05-13 01:07:32 +02:00
string.c mes: Rename strings.c. 2019-05-14 08:37:05 +02:00
struct.c core: Remove struct definitions for builtins, drop snarfing. 2019-01-04 09:55:16 +01:00
vector.c core: Add module-define! 2018-10-14 09:10:30 +02:00