updated translations; minor change to DEBUG trap

This commit is contained in:
Chet Ramey
2022-06-22 10:51:18 -04:00
parent 6392d7af0e
commit eb2d46d77c
35 changed files with 5098 additions and 4706 deletions
+5 -3
View File
@@ -4186,6 +4186,7 @@ xparse_dolparen (base, string, indp, flags)
sflags = SEVAL_NONINT|SEVAL_NOHIST|SEVAL_NOFREE;
if (flags & SX_NOLONGJMP)
sflags |= SEVAL_NOLONGJMP;
save_parser_state (&ps);
save_input_line_state (&ls);
@@ -4609,6 +4610,7 @@ cond_term ()
tleft = make_cond_node (COND_TERM, yylval.word, (COND_COM *)NULL, (COND_COM *)NULL);
/* binop */
/* tok = cond_skip_newlines (); ? */
tok = read_token (READ);
if (tok == WORD && test_binop (yylval.word->word))
{
@@ -6302,13 +6304,13 @@ parse_string_to_word_list (s, flags, whom)
sh_parser_state_t ps;
int ea;
orig_line_number = line_number;
save_parser_state (&ps);
#if defined (HISTORY)
bash_history_disable ();
#endif
orig_line_number = line_number;
save_parser_state (&ps);
push_stream (1);
if (ea = expanding_alias ())
parser_save_alias ();