changes for quoting special and multibyte characters in glob patterns; changes to filename unicode normalization on macOS for globbing and filename completion; send SIGCONT unconditionally to just-restarted job in fg/bg

This commit is contained in:
Chet Ramey
2023-07-25 10:18:35 -04:00
parent ad39c5c3d7
commit 8418224f32
27 changed files with 624 additions and 462 deletions
+1
View File
@@ -56,6 +56,7 @@ extern int unbind_unix_command (char *);
extern char **bash_default_completion (const char *, int, int, int, int);
extern void bashline_set_filename_hooks (void);
extern void set_directory_hook (void);
/* Used by programmable completion code. */