+2004-09-02 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
+ "case" to restore ordering.
+ Reported by Stepan Kasal.
+
2004-08-26 Akim Demaille <akim@epita.fr>
- * doc/autoconf.texi: Typos and stylos.
+ * doc/autoconf.texi: Minor typos and stylos.
2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
Scott Bambrough scottb@corelcomputer.com
Scott Stanton stanton@scriptics.com
Simon Leinen simon@lia.di.epfl.ch
+Stepan Kasal kasal@ucw.cz
Stephen Gildea filtered@against.spam
Steve Chamberlain sac@cygnus.com
Steve Huston shuston@riverace.com
The use of @samp{break 2} etc.@: is safe.
-@item @command{cd}
-@c ---------------------------------
-@prindex @command{cd}
-@acronym{POSIX} 1003.1-2001 requires that @command{cd} must support
-the @option{-L} (``logical'') and @option{-P} (``physical'') options,
-with @option{-L} being the default. However, traditional shells do
-not support these options, and their @command{cd} command has the
-@option{-P} behavior.
-
-Portable scripts should assume neither option is supported, and should
-assume neither behavior is the default. This can be a bit tricky,
-since the @acronym{POSIX} default behavior means that, for example,
-@samp{ls ..} and @samp{cd ..} may refer to different directories if
-the current logical directory is a symbolic link. It is safe to use
-@command{cd @var{dir}} if @var{dir} contains no @file{..} components.
-Also, Autoconf-generated scripts check for this problem when computing
-variables like @code{ac_top_srcdir} (@pxref{Configuration Actions}),
-so it is safe to @command{cd} to these variables.
-
-Also please see the discussion of the @command{pwd} command.
-
-
@item @command{case}
@c -----------------
@prindex @command{case}
@end example
+@item @command{cd}
+@c ---------------
+@prindex @command{cd}
+@acronym{POSIX} 1003.1-2001 requires that @command{cd} must support
+the @option{-L} (``logical'') and @option{-P} (``physical'') options,
+with @option{-L} being the default. However, traditional shells do
+not support these options, and their @command{cd} command has the
+@option{-P} behavior.
+
+Portable scripts should assume neither option is supported, and should
+assume neither behavior is the default. This can be a bit tricky,
+since the @acronym{POSIX} default behavior means that, for example,
+@samp{ls ..} and @samp{cd ..} may refer to different directories if
+the current logical directory is a symbolic link. It is safe to use
+@command{cd @var{dir}} if @var{dir} contains no @file{..} components.
+Also, Autoconf-generated scripts check for this problem when computing
+variables like @code{ac_top_srcdir} (@pxref{Configuration Actions}),
+so it is safe to @command{cd} to these variables.
+
+Also please see the discussion of the @command{pwd} command.
+
+
@item @command{echo}
@c -----------------
@prindex @command{echo}