git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] C99: declare bool experiment a success
@ 2025-07-14 13:26 Phillip Wood
  2025-07-14 13:27 ` [PATCH 1/3] CodingGuildlines: allow the use of bool Phillip Wood
                   ` (4 more replies)
  0 siblings, 5 replies; 33+ messages in thread
From: Phillip Wood @ 2025-07-14 13:26 UTC (permalink / raw)
  To: git; +Cc: René Scharfe

From: Phillip Wood <phillip.wood@dunelm.org.uk>

We've had a test balloon for C99's bool type since 8277dbe987
(git-compat-util: convert skip_{prefix,suffix}{,_mem} to bool,
2023-12-16). As it has been over 18 months since this was added and
there have been no complaints let's declare it a success and convert
the return type our other string predicates to match.

Base-Commit: a30f80fde927d70950b3b4d1820813480968fb0d
Published-As: https://github.com/phillipwood/git/releases/tag/pw%2Fuse-c99-bool%2Fv1
View-Changes-At: https://github.com/phillipwood/git/compare/a30f80fde...7eaf80420
Fetch-It-Via: git fetch https://github.com/phillipwood/git pw/use-c99-bool/v1


Phillip Wood (3):
  CodingGuildlines: allow the use of bool
  git-compat-util: convert string predicates to return bool
  strbuf: convert predicates to return bool

 Documentation/CodingGuidelines |  3 +++
 git-compat-util.h              | 12 ++++++------
 strbuf.c                       | 28 ++++++++++++++--------------
 strbuf.h                       | 12 ++++++------
 4 files changed, 29 insertions(+), 26 deletions(-)

-- 
2.49.0.897.gfad3eb7d210


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2025-07-22  8:09 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14 13:26 [PATCH 0/3] C99: declare bool experiment a success Phillip Wood
2025-07-14 13:27 ` [PATCH 1/3] CodingGuildlines: allow the use of bool Phillip Wood
2025-07-14 16:37   ` Junio C Hamano
2025-07-14 13:27 ` [PATCH 2/3] git-compat-util: convert string predicates to return bool Phillip Wood
2025-07-14 16:46   ` Eric Sunshine
2025-07-14 17:20   ` Elijah Newren
2025-07-14 21:14     ` brian m. carlson
2025-07-15  9:36       ` Phillip Wood
2025-07-14 13:27 ` [PATCH 3/3] strbuf: convert " Phillip Wood
2025-07-15 13:52 ` [PATCH v2 0/3] C99: declare bool experiment a success Phillip Wood
2025-07-15 13:52   ` [PATCH v2 1/3] CodingGuildlines: allow the use of bool Phillip Wood
2025-07-16  4:38     ` Jeff King
2025-07-16  4:46       ` Jeff King
2025-07-16  5:06         ` Elijah Newren
2025-07-15 13:52   ` [PATCH v2 2/3] git-compat-util: convert string predicates to return bool Phillip Wood
2025-07-15 13:52   ` [PATCH v2 3/3] strbuf: convert " Phillip Wood
2025-07-15 17:19   ` [PATCH v2 0/3] C99: declare bool experiment a success Elijah Newren
2025-07-15 18:23     ` rsbecker
2025-07-15 19:35       ` Elijah Newren
2025-07-15 20:47         ` rsbecker
2025-07-15 21:06       ` Junio C Hamano
2025-07-15 18:53     ` Junio C Hamano
2025-07-15 21:48   ` brian m. carlson
2025-07-15 22:09     ` Junio C Hamano
2025-07-16  9:38 ` [PATCH v3 " Phillip Wood
2025-07-16  9:38   ` [PATCH v3 1/3] CodingGuidelines: allow the use of bool Phillip Wood
2025-07-16  9:38   ` [PATCH v3 2/3] git-compat-util: convert string predicates to return bool Phillip Wood
2025-07-16 10:26     ` Karthik Nayak
2025-07-16  9:38   ` [PATCH v3 3/3] strbuf: convert " Phillip Wood
2025-07-16 10:28     ` Karthik Nayak
2025-07-16 10:29   ` [PATCH v3 0/3] C99: declare bool experiment a success Karthik Nayak
2025-07-17 15:21     ` Phillip Wood
2025-07-22  8:09       ` Karthik Nayak

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 NNTP newsgroup(s).