Merge branch 'master' into autotools-conversion

Lost the ksh93 submodule so will re-add in a later commit.
This commit is contained in:
Jon Trulson
2021-01-30 19:04:10 -07:00
1044 changed files with 2966 additions and 197577 deletions

View File

@@ -350,9 +350,10 @@ function tokenize() {
# allow escaping of significant syntax characters
#
gsub("[\\][{]","{")
gsub("\\:",":")
gsub("\\;",";")
gsub("\\=","=")
# These cause warnings in newer nawk, and aren't really necessary.
# gsub("\\:",":")
# gsub("\\;",";")
# gsub("\=","=")
gsub("[\\][}]","}")
#