commit bash-20050106 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:42:09 -05:00
parent 01ed5ba4e7
commit 6e70dbff65
25 changed files with 598 additions and 115 deletions
+4
View File
@@ -134,6 +134,7 @@ xfree (string)
#ifdef USING_BASH_MALLOC
#include <malloc/shmalloc.h>
extern char *rl_completer_word_break_characters;
PTR_T
sh_xmalloc (bytes, file, line)
size_t bytes;
@@ -154,6 +155,9 @@ sh_xmalloc (bytes, file, line)
#endif /* !HAVE_SBRK */
}
if (temp == rl_completer_word_break_characters)
itrace("xmalloc:%s:%d: reallocating rl_completer_word_break_characters");
return (temp);
}