aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
9 daysCheck for too long filenamesMarkus Uhlin-3/+13
9 daysDiscarded fprintf() return values -- writing to stderr is okMarkus Uhlin-5/+5
10 daysUpdated the revision historyMarkus Uhlin-0/+1
10 daysUpdated the changelogMarkus Uhlin-0/+1
10 daysTerminateServer: usage of strsignal()Markus Uhlin-1/+29
10 daysBrokenPipe: usage of strsignal()Markus Uhlin-1/+23
10 daysUpdated the changelogMarkus Uhlin-0/+1
10 daysTerminateServer: replaced exit() with _Exit() (async safety)Markus Uhlin-1/+1
10 daysUpdated the changelogMarkus Uhlin-0/+1
10 daysUpdated the revision historyMarkus Uhlin-0/+1
10 daysSeeded the PRNG betterMarkus Uhlin-1/+13
10 daysusage: discarded the fprintf() return valuesMarkus Uhlin-7/+8
11 daysUpdated the changelogMarkus Uhlin-0/+1
11 daysReplaced fprintf() with fputs()Markus Uhlin-1/+1
11 daysUpdated the revision historyMarkus Uhlin-0/+2
11 daysSet array to zeroMarkus Uhlin-1/+1
11 daysMoved fprintf() calls and fixed hardcoded function namesMarkus Uhlin-7/+10
11 daysReplaced fprintf() with fputs()Markus Uhlin-1/+1
11 daysDiscarded fprintf() return values -- writing to stderr is okMarkus Uhlin-11/+14
11 daysExplainFormula: check for snprintf() truncationMarkus Uhlin-1/+10
11 daysAdded includesMarkus Uhlin-0/+2
11 daysUpdated the revision historyMarkus Uhlin-1/+1
11 daysHandle zero return from strftime()Markus Uhlin-4/+12
11 daysUsage of mfprintf()Markus Uhlin-6/+7
11 daysWriting to stderr requires no error checkingMarkus Uhlin-2/+2
11 daysUpdated the changelogMarkus Uhlin-0/+1
11 daysWriteGameFile: usage of mfprintf()Markus Uhlin-9/+9
11 daysAdded fprintf_logerr() and defined mfprintf()Markus Uhlin-0/+30
11 daysWriteGameState: log fprintf() errorsMarkus Uhlin-9/+20
12 daysWriteMoves: handle the return value of fprintf()Markus Uhlin-2/+2
12 daysLog close() errorsMarkus Uhlin-4/+8
12 daysHandle fclose() errorsMarkus Uhlin-27/+47
12 daysDo the assignment in the ifMarkus Uhlin-4/+1
13 daysDid set the 'gameString' char array to zeroMarkus Uhlin-1/+1
13 daysDid set the arrays to zeroMarkus Uhlin-2/+2
13 daysUpdated the revision historyMarkus Uhlin-0/+2
13 daysDiscarded fprintf() return values -- writing to stderr requires no error ↵Markus Uhlin-21/+32
checking
2026-03-19Log close() errorMarkus Uhlin-1/+2
2026-03-19Log fclose() errorsMarkus Uhlin-2/+4
2026-03-19list_print: added null checkMarkus Uhlin-0/+5
2026-03-19Handle fprintf() return valuesMarkus Uhlin-4/+8
2026-03-19list_addsub: discarded certain fprintf() return valuesMarkus Uhlin-2/+4
2026-03-18Updated the revision historyMarkus Uhlin-0/+3
2026-03-18Updated the changelogMarkus Uhlin-0/+2
2026-03-18Made pprintf_highlight() voidMarkus Uhlin-7/+12
2026-03-18Made pprintf_noformat() voidMarkus Uhlin-7/+12
2026-03-18Made pprintf_prompt() void -- its return value is not used anywhere ↵Markus Uhlin-8/+14
through the whole project
2026-03-18Updated the revision historyMarkus Uhlin-0/+2
2026-03-18Usage of msnprintf() which detects truncationMarkus Uhlin-9/+10
2026-03-18Discarded the fprintf() return values -- writing to stderr requires no ↵Markus Uhlin-2/+2
error checking