mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
change `read -d' on a tty when the delimiter is not a newline to set the terminal EOL character instead of putting the terminal into character-at-a-time mode; change some calls to atoi to use strol instead
This commit is contained in:
@@ -87,6 +87,7 @@ extern ARRAY *array_dequote_escapes (ARRAY *);
|
||||
extern ARRAY *array_remove_quoted_nulls (ARRAY *);
|
||||
|
||||
extern char *array_subrange (ARRAY *, arrayind_t, arrayind_t, int, int, int);
|
||||
extern char *array_subslice (ARRAY *, arrayind_t, arrayind_t, int, int, int);
|
||||
extern char *array_patsub (ARRAY *, char *, char *, int);
|
||||
extern char *array_modcase (ARRAY *, char *, int, int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user