mes/build-aux
Jan Nieuwenhuizen 26e88603d4
mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC].
Run: sed -i 's,WITH_GLIBC,SYSTEM_LIBC,g' $(git grep -l WITH_GLIBC)

* build-aux/config.sh: Update.
* include/alloca.h: Likewise.
* include/ar.h: Likewise.
* include/argz.h: Likewise.
* include/assert.h: Likewise.
* include/ctype.h: Likewise.
* include/dirent.h: Likewise.
* include/dirstream.h: Likewise.
* include/dlfcn.h: Likewise.
* include/endian.h: Likewise.
* include/errno.h: Likewise.
* include/fcntl.h: Likewise.
* include/features.h: Likewise.
* include/float.h: Likewise.
* include/getopt.h: Likewise.
* include/inttypes.h: Likewise.
* include/libgen.h: Likewise.
* include/limits.h: Likewise.
* include/linux/x86_64/syscall.h: Likewise.
* include/locale.h: Likewise.
* include/math.h: Likewise.
* include/memory.h: Likewise.
* include/mes/lib-mini.h: Likewise.
* include/pwd.h: Likewise.
* include/setjmp.h: Likewise.
* include/signal.h: Likewise.
* include/stdarg.h: Likewise.
* include/stdbool.h: Likewise.
* include/stddef.h: Likewise.
* include/stdint.h: Likewise.
* include/stdio.h: Likewise.
* include/stdlib.h: Likewise.
* include/stdnoreturn.h: Likewise.
* include/string.h: Likewise.
* include/strings.h: Likewise.
* include/sys/cdefs.h: Likewise.
* include/sys/dir.h: Likewise.
* include/sys/file.h: Likewise.
* include/sys/ioctl.h: Likewise.
* include/sys/mman.h: Likewise.
* include/sys/param.h: Likewise.
* include/sys/resource.h: Likewise.
* include/sys/select.h: Likewise.
* include/sys/stat.h: Likewise.
* include/sys/time.h: Likewise.
* include/sys/timeb.h: Likewise.
* include/sys/times.h: Likewise.
* include/sys/types.h: Likewise.
* include/sys/ucontext.h: Likewise.
* include/sys/user.h: Likewise.
* include/sys/wait.h: Likewise.
* include/termio.h: Likewise.
* include/time.h: Likewise.
* include/unistd.h: Likewise.
* lib/libmes.c: Likewise.
* lib/tests/stdio/70-printf-hello.c: Likewise.
* lib/tests/stdio/70-printf-simple.c: Likewise.
* lib/tests/stdio/80-sscanf.c: Likewise.
* lib/tests/stdlib/50-malloc.c: Likewise.
* module/mescc/preprocess.scm: Likewise.
* scaffold/cons-mes.c: Likewise.
* scaffold/lib/stdlib/malloc.c: Likewise.
* scaffold/micro-mes.c: Likewise.
* scaffold/tests/61-array.c: Likewise.
* scaffold/tiny-mes.c: Likewise.
* simple.sh: Likewise.
* src/mes.c: Likewise.
2019-05-29 16:15:12 +02:00
..
GNUmakefile.in build: Simplify: cater for one compiler at a time. 2018-11-06 20:29:35 +01:00
bootstrap-mes.sh mescc: Use named --architecture switch for upcoming mescc-tools 0.6. 2019-05-25 16:01:39 +02:00
bootstrap.sh.in mescc: Use named --architecture switch for upcoming mescc-tools 0.6. 2019-05-25 16:01:39 +02:00
build-guile.sh mescc: Run without shell. 2018-11-25 13:21:03 +01:00
build-mes.sh build: Replace POSIX, posix_p by WITH_GLIBC, wip_glibc_p. 2019-03-23 21:44:00 +01:00
build.sh.in build: Replace POSIX, posix_p by WITH_GLIBC, wip_glibc_p. 2019-03-23 21:44:00 +01:00
cc.sh build: Replace POSIX, posix_p by WITH_GLIBC, wip_glibc_p. 2019-03-23 21:44:00 +01:00
check-boot.sh core: Add string-append. 2018-11-15 23:09:56 +01:00
check-mes.sh build: Support building with Gash. 2019-02-25 18:37:18 +01:00
check-mescc.sh build: Debian make check and install fixes. 2019-05-15 15:18:38 +02:00
check-tcc.sh build: Support building with Gash. 2019-02-25 18:37:18 +01:00
check.sh.in build: Debian make check and install fixes. 2019-05-15 15:18:38 +02:00
config.make.in build: Replace POSIX, posix_p by WITH_GLIBC, wip_glibc_p. 2019-03-23 21:44:00 +01:00
config.sh mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
config.status.in build: Replace POSIX, posix_p by WITH_GLIBC, wip_glibc_p. 2019-03-23 21:44:00 +01:00
export.make build: Simplify: cater for one compiler at a time. 2018-11-06 20:29:35 +01:00
gendocs.sh build: web: New target. 2018-07-28 11:37:47 +02:00
gitlog-to-changelog Prepare for 0.1 release: gnu-build-system. 2016-10-16 00:34:23 +02:00
indent.sh mes: Grand indent: prepare. 2019-05-13 01:07:32 +02:00
install.sh.in build: Debian make check and install fixes. 2019-05-15 15:18:38 +02:00
manifest.scm build: Generate gcc-mesboot-graph from .dot. 2018-07-22 22:27:24 +02:00
mes-snarf.scm mes-snarf: rewrite for development-time snarfing 2019-02-03 20:59:51 +01:00
pre-inst-env.in build: Fix mescc installation on Debian. 2019-05-15 23:26:52 +02:00
setup-mes.sh Add missing copyright headers. 2018-07-23 19:10:34 +02:00
snarf.sh mes: Rename strings.c. 2019-05-14 08:37:05 +02:00
test-cc.sh mescc: Mes C Library: Populate with function tests from scaffold. 2019-02-24 17:51:53 +01:00
test.sh build: Replace POSIX, posix_p by WITH_GLIBC, wip_glibc_p. 2019-03-23 21:44:00 +01:00
trace.sh build: remove bashism. 2018-10-05 21:24:14 +02:00
uninstall.sh.in build: Simplify: cater for one compiler at a time. 2018-11-06 20:29:35 +01:00