builtins now return success if supplied --help; use groff to build HTML man pages; reset mbstate if $'...' strings read an invalid multibyte sequence; read -t 0 now looks at other options (-n/-N/-d) and sets the terminal state appropriately

This commit is contained in:
Chet Ramey
2025-10-01 10:44:10 -04:00
parent cf8a2518c8
commit fbd078be0a
35 changed files with 1666 additions and 1479 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Makefile for bash-5.3, version 5.10
# Makefile for bash-5.3, version 5.11
#
# Copyright (C) 1996-2025 Free Software Foundation, Inc.
@@ -627,7 +627,7 @@ LOADABLES_DIR = ${top_builddir}/examples/loadables
# Keep GNU Make from exporting the entire environment for small machines.
.NOEXPORT:
.made: $(Program) bashbug $(SUPPORT_DIR)/man2html$(EXEEXT)
.made: $(Program) bashbug
@echo "$(Program) last made for a $(Machine) running $(OS)" >.made
$(Program): $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP) .build