commit bash-20140502 snapshot

This commit is contained in:
Chet Ramey
2014-05-13 16:19:02 -04:00
parent e38100f49d
commit 098cbb5c3d
21 changed files with 3249 additions and 483 deletions
+2 -1
View File
@@ -533,7 +533,8 @@ matched:
embedded () and []. If DELIM is 0, we scan until a matching `)'
because we're scanning a `patlist'. Otherwise, we scan until we see
DELIM. In all cases, we never scan past END. The return value is the
first character after the matching DELIM. */
first character after the matching DELIM or NULL if the pattern is
empty or invalid. */
/*static*/ CHAR *
PATSCAN (string, end, delim)
CHAR *string, *end;