summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-18 13:26:43 +0200
committerBruno Haible <bruno@clisp.org>2021-04-18 13:26:43 +0200
commit1905bf663dcb409a23edd834fb9a69678cc521a9 (patch)
treebfab049718567d2005685b91e165f5e6844fc76e
parent37522c6a20bbcb93773569bfad2de14d3e682ab4 (diff)
downloadgnulib-1905bf663dcb409a23edd834fb9a69678cc521a9.tar.gz
gnulib-1905bf663dcb409a23edd834fb9a69678cc521a9.tar.bz2
More systematic file naming.
* m4/ctype_h.m4: Renamed from m4/ctype.m4. * m4/threads_h.m4: Renamed from m4/threads.m4. * m4/uchar_h.m4: Renamed from m4/uchar.m4.
-rw-r--r--ChangeLog7
-rw-r--r--m4/ctype_h.m4 (renamed from m4/ctype.m4)0
-rw-r--r--m4/threads_h.m4 (renamed from m4/threads.m4)2
-rw-r--r--m4/uchar_h.m4 (renamed from m4/uchar.m4)2
-rw-r--r--modules/ctype2
-rw-r--r--modules/threads-h2
-rw-r--r--modules/uchar2
7 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e86be66aec..5031c65fb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2021-04-18 Bruno Haible <bruno@clisp.org>
+ More systematic file naming.
+ * m4/ctype_h.m4: Renamed from m4/ctype.m4.
+ * m4/threads_h.m4: Renamed from m4/threads.m4.
+ * m4/uchar_h.m4: Renamed from m4/uchar.m4.
+
+2021-04-18 Bruno Haible <bruno@clisp.org>
+
Add comments after 2021-04-11 change.
* m4/*_h.m4: Add comments regarding *_REQUIRE_DEFAULTS and
*_MODULE_INDICATOR macros.
diff --git a/m4/ctype.m4 b/m4/ctype_h.m4
index efdae45307..efdae45307 100644
--- a/m4/ctype.m4
+++ b/m4/ctype_h.m4
diff --git a/m4/threads.m4 b/m4/threads_h.m4
index 53ec6d5e76..adda3e6f8a 100644
--- a/m4/threads.m4
+++ b/m4/threads_h.m4
@@ -1,4 +1,4 @@
-# threads.m4 serial 10
+# threads_h.m4 serial 10
dnl Copyright (C) 2019-2021 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
diff --git a/m4/uchar.m4 b/m4/uchar_h.m4
index 1923f17906..55cc33a2f3 100644
--- a/m4/uchar.m4
+++ b/m4/uchar_h.m4
@@ -1,4 +1,4 @@
-# uchar.m4 serial 20
+# uchar_h.m4 serial 20
dnl Copyright (C) 2019-2021 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
diff --git a/modules/ctype b/modules/ctype
index 0196dfadf6..60d7d5fb46 100644
--- a/modules/ctype
+++ b/modules/ctype
@@ -3,7 +3,7 @@ A <ctype.h> that conforms to C99.
Files:
lib/ctype.in.h
-m4/ctype.m4
+m4/ctype_h.m4
Depends-on:
extern-inline
diff --git a/modules/threads-h b/modules/threads-h
index 37cc6d8db1..0ea7a48c73 100644
--- a/modules/threads-h
+++ b/modules/threads-h
@@ -12,7 +12,7 @@ lib/windows-once.h
lib/windows-cond.h
lib/windows-tls.h
lib/windows-initguard.h
-m4/threads.m4
+m4/threads_h.m4
m4/threadlib.m4
build-aux/config.rpath
diff --git a/modules/uchar b/modules/uchar
index a65fce2afa..e57ee9976d 100644
--- a/modules/uchar
+++ b/modules/uchar
@@ -3,7 +3,7 @@ A GNU-like <uchar.h>.
Files:
lib/uchar.in.h
-m4/uchar.m4
+m4/uchar_h.m4
m4/stdint.m4
Depends-on:

Return to:

Send suggestions and report system problems to the System administrator.