mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 09:29:51 +02:00
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:
@@ -75,6 +75,8 @@ extern int EOF_Reached;
|
||||
#define EX_DISKFALLBACK 262 /* fall back to disk command from builtin */
|
||||
#define EX_UTILERROR 263 /* Posix special builtin utility error */
|
||||
|
||||
#define EX_HELPOPT 264
|
||||
|
||||
/* Flag values that control parameter pattern substitution. */
|
||||
#define MATCH_ANY 0x000
|
||||
#define MATCH_BEG 0x001
|
||||
|
||||
Reference in New Issue
Block a user