The project "Citadel server, clients, utilities":

    The branch, master has been updated
       via  a986eb938bda4a11668e20ee6740a6a61ee10c54 (commit)
       via  67ce674b9a518ebece9376e6dec3079cd8099f32 (commit)
      from  3b20784d997f036a63a2ffcc111085dee1a96b59 (commit)


- Log -----------------------------------------------------------------
commit a986eb938bda4a11668e20ee6740a6a61ee10c54
Author: Art Cancro <[email protected]>
Date:   Thu Oct 2 10:50:43 2025 -0700

lint: compiler-neutral cleanup across http.c, room_functions.c, upload.c
- replaced transposed memset args
- wrapped assignment conditions
- corrected format specifiers
- removed ghost glyphs from upload.c
- made compiler selection flexible via $(CC)

commit 67ce674b9a518ebece9376e6dec3079cd8099f32
Author: Art Cancro <[email protected]>
Date:   Thu Oct 2 10:16:44 2025 -0700

textclient: reworked some empty string tests.

Tried a compile with clang and new warnings showed that there were some string
tests that always returned true.  Reworked these blocks of code with 
IsEmptyStr()
for both portability and correctness.

textclient now assigns CC to 'cc' (by default) as an indication that this works
with both clang and gcc.

-----------------------------------------------------------------------

Summary of changes:
 textclient/Makefile               |  5 +++--
 textclient/citadel_ipc.c          |  2 +-
 textclient/configure              |  2 +-
 textclient/messages.c             | 32 ++++++++++++++------------------
 textclient/screen.c               |  1 +
 webcit-ng/GNUmakefile             |  6 +++---
 webcit-ng/server/http.c           |  4 ++--
 webcit-ng/server/room_functions.c | 14 +++++++-------
 webcit-ng/server/upload.c         |  6 +++---
 9 files changed, 35 insertions(+), 37 deletions(-)

-- 
Citadel server, clients, utilities

Reply via email to