[InterNetNews/inn] 486ac8: Apply the strict syntax expected for header guards

Julien ÉLIE noreply at github.com
Sat Apr 18 17:49:01 UTC 2026


  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 486ac8e2e4ca76e9920e2f63f7d56f003391d1ef
      https://github.com/InterNetNews/inn/commit/486ac8e2e4ca76e9920e2f63f7d56f003391d1ef
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2026-04-18 (Sat, 18 Apr 2026)

  Changed paths:
    M authprogs/libinnauth.h
    M history/hisinterface.h
    M history/hisv6/hisv6-private.h
    M history/hisv6/hisv6.h
    M include/inn/buffer.h
    M include/inn/concat.h
    M include/inn/confparse.h
    M include/inn/dbz.h
    M include/inn/dispatch.h
    M include/inn/fdflag.h
    M include/inn/hashtab.h
    M include/inn/history.h
    M include/inn/innconf.h
    M include/inn/inndcomm.h
    M include/inn/libinn.h
    M include/inn/list.h
    M include/inn/macros.h
    M include/inn/md5.h
    M include/inn/messages.h
    M include/inn/mmap.h
    M include/inn/network-innbind.h
    M include/inn/network.h
    M include/inn/newsuser.h
    M include/inn/nntp.h
    M include/inn/options.h
    M include/inn/ov.h
    M include/inn/overview.h
    M include/inn/paths.h.in
    M include/inn/qio.h
    M include/inn/secrets.h
    M include/inn/sequence.h
    M include/inn/storage.h
    M include/inn/timer.h
    M include/inn/tst.h
    M include/inn/utility.h
    M include/inn/vector.h
    M include/inn/wire.h
    M include/inn/xmalloc.h
    M include/inn/xwrite.h
    M include/innperl.h
    M include/portable/getaddrinfo.h
    M include/portable/getnameinfo.h
    M include/portable/macros.h
    M include/portable/mmap.h
    M include/portable/sd-daemon.h
    M include/portable/setproctitle.h
    M include/portable/socket-unix.h
    M include/portable/socket.h
    M include/portable/stdbool.h
    M include/portable/system.h
    M include/portable/uio.h
    M include/ppport.h
    M innd/innd.h
    M innfeed/article.h
    M innfeed/buffer.h
    M innfeed/configfile.h
    M innfeed/connection.h
    M innfeed/endpoint.h
    M innfeed/host.h
    M innfeed/innfeed.h
    M innfeed/innlistener.h
    M innfeed/misc.h
    M innfeed/tape.h
    M nnrpd/cache.h
    M nnrpd/tls.h
    M storage/buffindexed/buffindexed.h
    M storage/buffindexed/shmem.h
    M storage/cnfs/cnfs-private.h
    M storage/cnfs/cnfs.h
    M storage/interface.h
    M storage/ovdb/ovdb.h
    M storage/ovinterface.h
    M storage/ovsqlite/ovsqlite.h
    M storage/ovsqlite/sqlite-helper.h
    M storage/timecaf/timecaf.h
    M storage/timehash/timehash.h
    M storage/tradindexed/tdx-private.h
    M storage/tradindexed/tdx-structure.h
    M storage/tradindexed/tradindexed.h
    M storage/tradspool/tradspool.h
    M storage/trash/trash.h
    M support/getc-tap-harness
    M support/getrra-c-util
    M tests/lib/fakewrite.h
    M tests/tap/basic.h
    M tests/tap/float.h
    M tests/tap/macros.h
    M tests/tap/messages.h
    M tests/tap/process.h
    M tests/tap/string.h

  Log Message:
  -----------
  Apply the strict syntax expected for header guards

Recent versions of clang-format (like 22) no longer recognize
header guards using a variable set to a value.

Just remove the "1" value with this commit.


  Commit: 1dc90179b0e3f2b8c91167bdf881d6b3ed87be73
      https://github.com/InterNetNews/inn/commit/1dc90179b0e3f2b8c91167bdf881d6b3ed87be73
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2026-04-18 (Sat, 18 Apr 2026)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Mention POSIX-compliant tools in configure output

close #329


  Commit: 83633348706eeaea72ba3d8b1091b016ab9957b7
      https://github.com/InterNetNews/inn/commit/83633348706eeaea72ba3d8b1091b016ab9957b7
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2026-04-18 (Sat, 18 Apr 2026)

  Changed paths:
    M frontends/inews.c
    M innd/innd.h
    M innfeed/innfeed.h
    M storage/timecaf/caf.h

  Log Message:
  -----------
  Fix too long preprocessor lines in C code

Recent versions of clang-format (like 22) ensure that
preprocessor lines fit within the expected line length.
It previously was not the case.


Compare: https://github.com/InterNetNews/inn/compare/42fdc9ca2dc6...83633348706e

To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications


More information about the inn-committers mailing list