do not require leading . for rl color prefix etension; fix for isearch in single-byte locales; next set of doc updates (SIGNALS); add warning for invalid job id; allow function names to be non-identifiers in posix mode

This commit is contained in:
Chet Ramey
2024-10-26 12:39:17 -04:00
parent 474743f2da
commit ee3b91dfd9
33 changed files with 2501 additions and 2264 deletions
+6
View File
@@ -454,3 +454,9 @@ err_readonly (const char *s)
{
report_error (_("%s: readonly variable"), s);
}
void
err_invalidid (const char *s)
{
internal_error (_("`%s': not a valid identifier"), s);
}