[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] improve porting and Gnulib integration
From: |
Paul Eggert |
Subject: |
[PATCH 0/7] improve porting and Gnulib integration |
Date: |
Thu, 26 Jan 2023 14:17:31 -0800 |
This fixes some Jitter porting issues that came to
my attention due to the email Bruno Haible sent to
bug-gnulib recently.
Paul Eggert (7):
Port bootstrap.conf BREs to POSIX
Update bootstrap from Gnulib
Update LDADD for recent Gnulib
Don’t assume compilers don’t output to stderr
Omit some redundant include directives
Simplify __attribute__ tests, less porting hassle
Remove unused attribute macro
Makefile.am | 2 +-
bootstrap | 1555 +++++++++++------
bootstrap.conf | 4 +-
configure.ac | 77 +-
.../jitterlisp/jitterlisp-operations.h | 3 -
example-vms/jitterlisp/jitterlisp-run-input.h | 3 -
example-vms/jitterlisp/jitterlisp.h | 3 -
jitter/jitter-config.h.in | 8 +-
jitter/jitter-missing.h | 22 -
jitterc/jitterc-generate.h | 3 -
jitterc/jitterc-rewrite.h | 4 -
jitterc/jitterc-utility.h | 2 -
jitterc/jitterc-vm.h | 3 -
13 files changed, 1043 insertions(+), 646 deletions(-)
--
2.39.1
- [PATCH 0/7] improve porting and Gnulib integration,
Paul Eggert <=
- [PATCH 2/7] Update bootstrap from Gnulib, Paul Eggert, 2023/01/26
- [PATCH 5/7] Omit some redundant include directives, Paul Eggert, 2023/01/26
- [PATCH 3/7] Update LDADD for recent Gnulib, Paul Eggert, 2023/01/26
- [PATCH 7/7] Remove unused attribute macro, Paul Eggert, 2023/01/26
- [PATCH 1/7] Port bootstrap.conf BREs to POSIX, Paul Eggert, 2023/01/26
- [PATCH 6/7] Simplify __attribute__ tests, less porting hassle, Paul Eggert, 2023/01/26
- [PATCH 4/7] Don’t assume compilers don’t output to stderr, Paul Eggert, 2023/01/26