bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: More systematic file naming
Date: Sun, 18 Apr 2021 13:28:57 +0200	[thread overview]
Message-ID: <10514987.BBpI5cKUVG@omega> (raw)

This gets closer to a systematic naming of the *.m4 files of header
replacements. Only stdint.m4 and inttypes.m4 are not aligned.


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.

diff --git a/m4/threads_h.m4 b/m4/threads_h.m4
index 53ec6d5..adda3e6 100644
--- a/m4/threads_h.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_h.m4 b/m4/uchar_h.m4
index 1923f17..55cc33a 100644
--- a/m4/uchar_h.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 0196dfa..60d7d5f 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 37cc6d8..0ea7a48 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 a65fce2..e57ee99 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:



                 reply	other threads:[~2021-04-18 11:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10514987.BBpI5cKUVG@omega \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).