Commit Diff


commit - 33e7f4723bfe1e91328bbdfa282c7ce2061f4a18
commit + 6a3d25a0be0c7e5e52ff542ab0b8cc7be4fab6a4
blob - 915eb1f0a36c43f264bbf53d015ec5882f66b845
blob + 58d5232f88181ee3da362d103642ba7fe5315f6b
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -4,31 +4,31 @@ All notable changes to this fork of FICS version 1.6.2
 documented in this file.
 
 ## [Unreleased] ##
-- Added parameter lists to many function declarations.
-- Added usage of `reallocarray()` which handles multiplication
+- **Added** parameter lists to many function declarations.
+- **Added** usage of `reallocarray()` which handles multiplication
   overflow.
-- Added usage of `msnprintf()`, `mstrlcpy()` and `mstrlcat()` which
+- **Added** usage of `msnprintf()`, `mstrlcpy()` and `mstrlcat()` which
   detects and logs truncation.
-- Added usage of the functions from `err.h`.
-- Checked out the following files by tag 1.0, because the previous
+- **Added** usage of the functions from `err.h`.
+- **Checked out** the following files by tag 1.0, because the previous
   changes made to them possibly introduced game bugs:
   - `algcheck.c`
   - `algcheck.h`
   - `board.c`
   - `movecheck.c`
   - `movecheck.h`
-- Cleared sensitive data with `explicit_bzero()`.
-- Fixed an empty hostname in the addplayer program.
-- Fixed bogus type for storing the return value of `time()`. It should
+- **Cleared** sensitive data with `explicit_bzero()`.
+- **Fixed** an empty hostname in the addplayer program.
+- **Fixed** bogus type for storing the return value of `time()`. It should
   really be `time_t`. Multiple occurrences.
-- Fixed non-ANSI function declarations of functions. (Multiple
+- **Fixed** non-ANSI function declarations of functions. (Multiple
   occurrences.)
-- Made functions and variables private where possible.
-- Reformatted code according to OpenBSD's KNF:
+- **Made** functions and variables private where possible.
+- **Reformatted code** according to OpenBSD's KNF:
   - `ratings.c`
   - `variable.c`
   - ...
-- Replaced unbounded string handling functions. _Multiple_
+- **Replaced** unbounded string handling functions. _Multiple_
   occurrences.
 
 ## [1.1] - 2024-03-30 ##