diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-04-26 21:39:14 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-04-26 21:39:14 +0200 |
| commit | c3b8423b658ffc1744fb687eb058a7914fac8074 (patch) | |
| tree | 4c0ebac88286baaef9f6e4418fd1827822531e85 /CHANGELOG.md | |
| parent | 184a5dfc5f8d182a617152d9af265b56f7fea0a0 (diff) | |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc92bba..89f3c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,25 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. ## [Unreleased] ## -- Added and made use of `mfprintf()`. -- Added array indices bounds checking. -- Added null checks. -- Fixed conflicting parameter names. -- Fixed hardcoded function names in text messages. -- Fixed implicit type conversions (from enum type to integer type). -- Fixed integer to pointer casts. -- Fixed non asynchronous-safe functions called from signal handlers. -- Fixed potential uncovered code paths, i.e. added a default label to +- **Added** and made use of `mfprintf()`. +- **Added** array indices bounds checking. +- **Added** null checks. +- **Fixed** conflicting parameter names. +- **Fixed** hardcoded function names in text messages. +- **Fixed** implicit type conversions (from enum type to integer type). +- **Fixed** integer to pointer casts. +- **Fixed** non asynchronous-safe functions called from signal handlers. +- **Fixed** potential uncovered code paths, i.e. added a default label to the `switch` statements. -- Fixed unchecked function return values. _MULTIPLE_ occurrences. -- Fixed uninitialized variables. -- Made `pprintf_highlight()`, `pprintf_noformat()` and `pprintf_prompt()` +- **Fixed** unchecked function return values. _MULTIPLE_ occurrences. +- **Fixed** uninitialized variables. +- **Made** `pprintf_highlight()`, `pprintf_noformat()` and `pprintf_prompt()` void. Their return values were unused through the whole project. -- Replaced C-style headers in C++ files. -- Replaced `atoi()` with `strtol()`. Multiple occurrences. -- Replaced `atoi()` with `strtonum()`. Multiple occurrences. -- Replaced `rewind()` with `fseek()`, which offers error checking. -- Seeded the pseudo random number generator (PRNG) better. +- **Replaced** C-style headers in C++ files. +- **Replaced** `atoi()` with `strtol()`. Multiple occurrences. +- **Replaced** `atoi()` with `strtonum()`. Multiple occurrences. +- **Replaced** `rewind()` with `fseek()`, which offers error checking. +- **Seeded** the pseudo random number generator (PRNG) better. - Usage of `const`. - Usage of `strsignal()`. - Usage of begin/end decls, in header files. |
