]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Special Shell Variables): More about IFS.
authorAkim Demaille <akim@epita.fr>
Wed, 13 Mar 2002 10:08:22 +0000 (10:08 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 13 Mar 2002 10:08:22 +0000 (10:08 +0000)
ChangeLog
doc/autoconf.texi

index 4d5f045b63dac3fb1c1d71dc35cde8ff028823c1..85914c88f9b25f6b67a255f01c949a792bc1431e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-13  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Special Shell Variables): More about IFS.
+
 2002-03-13  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Header Portability): New.
index c9f81e22d21c62b60b4a866e8ab8c4ee996de481..abae42a5253881535c0bba3bbbcf91c3c1c70c17 100644 (file)
@@ -8725,6 +8725,10 @@ components in @samp{"$@@"} and some shells then re-interpret (!) the
 backslash escapes, so you can end up with backspace and other strange
 characters.
 
+The proper value for @code{IFS} (in regular code, not when performing
+splits) is @samp{@key{SPC}@key{TAB}@key{RET}}.  The first character is
+especially important, as it is used to join the arguments in @samp{@@*}.
+
 @item LANG
 @itemx LC_ALL
 @itemx LC_COLLATE