]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Limitations of Usual Tools): Unicos 9 sed limitations.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Feb 2005 23:47:34 +0000 (23:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Feb 2005 23:47:34 +0000 (23:47 +0000)
doc/autoconf.texi

index 96c02c4fb82b8b814367dd504430cebcef454fae..39f7362bd95f82060d093e4d3a279c8af541dfae 100644 (file)
@@ -11855,6 +11855,12 @@ Patterns should not include the separator (unless escaped), even as part
 of a character class.  In conformance with Posix, the Cray
 @command{sed} will reject @samp{s/[^/]*$//}: use @samp{s,[^/]*$,,}.
 
+Avoid empty patterns within parentheses (i.e., @samp{\(\)}).  Posix is
+silent on whether they are allowed, and Unicos 9 @command{sed} rejects
+them.
+
+Unicos 9 @command{sed} loops endlessly on patterns like @samp{.*\n.*}.
+
 Sed scripts should not use branch labels longer than 8 characters and
 should not contain comments.