+2025-01-05 Bruno Haible <bruno@clisp.org>
+
+ tests: Don't use module 'getcwd' as dependency.
+ * modules/getcwd (Comment): New section.
+ * modules/xgetcwd (Comment): Likewise.
+ * modules/xgetcwd-lgpl: New file, based on modules/xgetcwd.
+ * modules/chown-tests (Depends-on): Add xgetcwd-lgpl. Remove xgetcwd.
+ * modules/fchownat-tests (Depends-on): Likewise.
+ * modules/fdutimensat-tests (Depends-on): Likewise.
+ * modules/futimens-tests (Depends-on): Likewise.
+ * modules/lchown-tests (Depends-on): Likewise.
+ * modules/stat-time-tests (Depends-on): Likewise.
+ * modules/utime-tests (Depends-on): Likewise.
+ * modules/utimens-tests (Depends-on): Likewise.
+ * modules/utimensat-tests (Depends-on): Likewise.
+
2024-12-31 Bruno Haible <bruno@clisp.org>
getcwd: Return "/bin" instead of "//bin" on Adélie Linux.
Description:
Return the current working directory.
+Comment:
+This module should not be used as a dependency from a test module,
+otherwise when this module occurs as a tests-related module, it will
+have side effects on the compilation of the 'getcwd-lgpl' module, if
+that module occurs among the main modules in lib/.
+
Files:
lib/getcwd.c
m4/getcwd-abort-bug.m4
Description:
Return the current working directory, without size limitations.
+Comment:
+This module should not be used as a dependency from a test module,
+otherwise when this module occurs as a tests-related module, it will
+have side effects on the compilation of the 'getcwd-lgpl' module, if
+that module occurs among the main modules in lib/.
+
Files:
lib/xgetcwd.h
lib/xgetcwd.c
--- /dev/null
+Description:
+Return the current working directory, without size limitations.
+
+Files:
+lib/xgetcwd.h
+lib/xgetcwd.c
+m4/xgetcwd.m4
+
+Depends-on:
+getcwd-lgpl
+xalloc
+
+configure.ac:
+gl_XGETCWD
+
+Makefile.am:
+lib_SOURCES += xgetcwd.c
+
+Include:
+"xgetcwd.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering