getcwd: tweak comments
authorEric Blake <eblake@redhat.com>
Tue, 26 Apr 2011 17:27:15 +0000 (11:27 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 27 Apr 2011 16:56:28 +0000 (10:56 -0600)
* m4/getcwd-abort-bug.m4: Fix comments.
* m4/getcwd-path-max.m4: Likewise.
* m4/getcwd.m4: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
m4/getcwd-abort-bug.m4
m4/getcwd-path-max.m4
m4/getcwd.m4

index 377f326d62780d8e937f9ed6e0484a2eeabd17b1..4760fedcb13393d3e3b4999e8e44d17de1d0b938 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-27  Eric Blake  <eblake@redhat.com>
+
+       getcwd: tweak comments
+       * m4/getcwd-abort-bug.m4: Fix comments.
+       * m4/getcwd-path-max.m4: Likewise.
+       * m4/getcwd.m4: Likewise.
+
 2011-04-27  Reuben Thomas  <rrt@sc3d.org>
        and Eric Blake  <eblake@redhat.com>
 
index 21be828b622f4d63ea1b0b805e1b6947f01e16b1..f15181f089959e9e63bf2793cca0f92762d29214 100644 (file)
@@ -1,4 +1,4 @@
-# serial 2
+# serial 3
 # Determine whether getcwd aborts when the length of the working directory
 # name is unusually large.  Any length between 4k and 16k trigger the bug
 # when using glibc-2.4.90-9 or older.
@@ -58,7 +58,7 @@ main ()
   size_t d;
 
   /* The bug is triggered when PATH_MAX < getpagesize (), so skip
-     this relative expensive and invasive test if that's not true.  */
+     this relatively expensive and invasive test if that's not true.  */
   if (getpagesize () <= PATH_MAX)
     return 0;
 
index 2ab264501c425c0a85b65df3688433660e13a025..feb0d4dbf27723c7f8661402cf06769c9a769e30 100644 (file)
@@ -1,10 +1,10 @@
-# serial 15
+# serial 16
 # Check for several getcwd bugs with long file names.
 # If so, arrange to compile the wrapper function.
 
 # This is necessary for at least GNU libc on linux-2.4.19 and 2.4.20.
 # I've heard that this is due to a Linux kernel bug, and that it has
-# been fixed between 2.4.21-pre3 and 2.4.21-pre4.  */
+# been fixed between 2.4.21-pre3 and 2.4.21-pre4.
 
 # Copyright (C) 2003-2007, 2009-2011 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
index 70980567d756d4ec73504bb03d0d73deb3bad139..0c7e20c2e06f6f08cb844f522f1827b2d3443338 100644 (file)
@@ -6,7 +6,7 @@
 # with or without modifications, as long as this notice is preserved.
 
 # Written by Paul Eggert.
-# serial 3
+# serial 4
 
 AC_DEFUN([gl_FUNC_GETCWD_NULL],
   [
@@ -52,6 +52,8 @@ AC_DEFUN([gl_FUNC_GETCWD_NULL],
         ]])])
 ])
 
+dnl Check for all known getcwd bugs; useful for a program likely to be
+dnl executed from an arbitrary location.
 AC_DEFUN([gl_FUNC_GETCWD],
 [
   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])