]> git.ipfire.org Git - thirdparty/bash.git/commit
add stdbool.h detection and replacement for bool; use ckd_mul/ckd_add/ckd_sub where...
authorChet Ramey <chet.ramey@case.edu>
Mon, 18 Mar 2024 15:45:39 +0000 (11:45 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 18 Mar 2024 15:45:39 +0000 (11:45 -0400)
commitb1e7f68032bd90dec1a2968a616b32a469929c78
treeef270fde0213bfa3f3a6c46371a0d96592f9f788
parent167a9248f94b51bae59730772bfe6cc6e3b0f4a2
add stdbool.h detection and replacement for bool; use ckd_mul/ckd_add/ckd_sub where appropriate; update overflow detection in brace expansion and printf builtin
15 files changed:
CWRU/CWRU.chlog
MANIFEST
bashansi.h
braces.c
builtins/printf.def
config.h.in
configure
configure.ac
doc/bash.info
doc/bashref.info
doc/bashref.texi
externs.h
lib/sh/stringvec.c
m4/c-bool.m4 [new file with mode: 0644]
stringlib.c