commit - 76a92a6629f7a1975c700d2ce53beacd8bd0efa1
commit + 1ae5d9a96bb36cf0763b4d6f0c4974c561a3291b
blob - b49f745a8b64842a1750480feb6b27f26805a839
blob + c18116f8dd6578b613ee53f6cdf8793e8f23b1b6
--- CHANGELOG.md
+++ CHANGELOG.md
documented in this file.
## [Unreleased] ##
-- Added parameter lists to many function declarations.
-- Added usage of `ARRAY_SIZE()`.
-- Added usage of `reallocarray()`. Multiple occurrences.
-- Added usage of the functions from `err.h`.
-- Changed the make install target to not overwrite the data messages
+- **Added** parameter lists to many function declarations.
+- **Added** usage of `ARRAY_SIZE()`.
+- **Added** usage of `reallocarray()`. Multiple occurrences.
+- **Added** usage of the functions from `err.h`.
+- **Changed** the make install target to not overwrite the data messages
in case they're already present.
-- Deleted unused includes.
-- Fixed passing argument 2 of `ReadGameAttrs()` from incompatible
+- **Deleted** unused includes.
+- **Fixed** passing argument 2 of `ReadGameAttrs()` from incompatible
pointer type in `jsave_history()`.
-- 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:
- `algcheck.c`
- `command.c`
- `gamedb.c`
- `obsproc.c`
- `talkproc.c`
- ...
-- Replaced unbounded string handling functions. _Multiple_
+- **Replaced** unbounded string handling functions. _Multiple_
occurrences.
## [1.2] - 2024-04-14 ##