new pattern substitution replacement feature; fix for problem with unset builtin and associative arrays

This commit is contained in:
Chet Ramey
2021-10-08 08:21:16 -04:00
parent f188aa6a01
commit f74291e6d1
8 changed files with 82 additions and 23 deletions
+2
View File
@@ -72,6 +72,8 @@ extern int get_tty_state PARAMS((void));
#if defined (USING_BASH_MALLOC) && defined (DEBUG) && !defined (DISABLE_MALLOC_WRAPPERS)
# include <malloc/shmalloc.h>
#elif defined (MALLOC_DEBUG) && defined (USING_BASH_MALLOC)
# include <malloc/shmalloc.h>
#endif
#if defined (HISTORY)