mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
prefer nanosleep for sleep loadable builtin; changes for overflow in indexed array indices; make sure dynamic loading and unloading builtins updates programmable completion; document that assignment to PATH clears the command hash table; fix small memory leak from readline filename rewrite hook
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ extern SHELL_VAR *assign_array_from_string (const char *, char *, int);
|
||||
extern SHELL_VAR *assign_array_var_from_word_list (SHELL_VAR *, WORD_LIST *, int);
|
||||
|
||||
extern WORD_LIST *expand_compound_array_assignment (SHELL_VAR *, char *, int);
|
||||
extern void assign_compound_array_list (SHELL_VAR *, WORD_LIST *, int);
|
||||
extern int assign_compound_array_list (SHELL_VAR *, WORD_LIST *, int);
|
||||
extern SHELL_VAR *assign_array_var_from_string (SHELL_VAR *, char *, int);
|
||||
|
||||
extern char *expand_and_quote_assoc_word (char *, int);
|
||||
|
||||
Reference in New Issue
Block a user