]> git.ipfire.org Git - thirdparty/bash.git/commit
more fixes for using bool and the stdckdint functions for integer overflow; another...
authorChet Ramey <chet.ramey@case.edu>
Thu, 28 Mar 2024 16:16:15 +0000 (12:16 -0400)
committerChet Ramey <chet.ramey@case.edu>
Thu, 28 Mar 2024 16:16:15 +0000 (12:16 -0400)
commit4f2595eff38f6e4552edb4c4d86f30255c59dc01
tree6a85f7062997fbb11dee1142599526c01aa421ae
parent8af5a8e0ca7d75f91eac7d81783af7d06d32dd50
more fixes for using bool and the stdckdint functions for integer overflow; another update to test from coreutils-9.2 changes; fix memleak in parser state on parse error; Makefile changes for macOS
33 files changed:
CWRU/CWRU.chlog
MANIFEST
Makefile.in
bashansi.h
braces.c
builtins/fc.def
builtins/help.def
builtins/history.def
builtins/printf.def
configure
configure.ac
doc/bash.1
doc/bashref.texi
doc/version.texi
externs.h
lib/readline/shell.c
lib/sh/Makefile.in
lib/sh/fmtulong.c
lib/sh/getcwd.c
lib/sh/makepath.c
lib/sh/reallocarray.c [new file with mode: 0644]
lib/sh/snprintf.c
lib/sh/stringvec.c
lib/sh/strtod.c
lib/sh/strtol.c
parse.y
po/de.gmo
po/de.po
shell.h
test.c
unwind_prot.c
xmalloc.c
xmalloc.h