aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
2026-03-24com_news: handle too long filenamesMarkus Uhlin-1/+6
2026-03-24Added includeMarkus Uhlin-0/+1
2026-03-24Discarded fprintf() return values -- writing to stderr is okMarkus Uhlin-4/+5
2026-03-24Log fclose() errorsMarkus Uhlin-3/+6
2026-03-24Check for too long filenamesMarkus Uhlin-3/+13
2026-03-24Discarded fprintf() return values -- writing to stderr is okMarkus Uhlin-5/+5
2026-03-24Updated the revision historyMarkus Uhlin-0/+1
2026-03-24TerminateServer: usage of strsignal()Markus Uhlin-1/+29
2026-03-24BrokenPipe: usage of strsignal()Markus Uhlin-1/+23
2026-03-23TerminateServer: replaced exit() with _Exit() (async safety)Markus Uhlin-1/+1
2026-03-23Updated the revision historyMarkus Uhlin-0/+1
2026-03-23Seeded the PRNG betterMarkus Uhlin-1/+13
2026-03-23usage: discarded the fprintf() return valuesMarkus Uhlin-7/+8
2026-03-23Replaced fprintf() with fputs()Markus Uhlin-1/+1
2026-03-23Updated the revision historyMarkus Uhlin-0/+2
2026-03-23Set array to zeroMarkus Uhlin-1/+1
2026-03-23Moved fprintf() calls and fixed hardcoded function namesMarkus Uhlin-7/+10
2026-03-23Replaced fprintf() with fputs()Markus Uhlin-1/+1
2026-03-23Discarded fprintf() return values -- writing to stderr is okMarkus Uhlin-11/+14
2026-03-23ExplainFormula: check for snprintf() truncationMarkus Uhlin-1/+10
2026-03-23Added includesMarkus Uhlin-0/+2
2026-03-23Updated the revision historyMarkus Uhlin-1/+1
2026-03-23Handle zero return from strftime()Markus Uhlin-4/+12
2026-03-23Usage of mfprintf()Markus Uhlin-6/+7
2026-03-23Writing to stderr requires no error checkingMarkus Uhlin-2/+2
2026-03-22WriteGameFile: usage of mfprintf()Markus Uhlin-9/+9
2026-03-22Added fprintf_logerr() and defined mfprintf()Markus Uhlin-0/+30
2026-03-22WriteGameState: log fprintf() errorsMarkus Uhlin-9/+20
2026-03-22WriteMoves: handle the return value of fprintf()Markus Uhlin-2/+2
2026-03-22Log close() errorsMarkus Uhlin-4/+8
2026-03-22Handle fclose() errorsMarkus Uhlin-27/+47
2026-03-22Do the assignment in the ifMarkus Uhlin-4/+1
2026-03-21Did set the 'gameString' char array to zeroMarkus Uhlin-1/+1
2026-03-21Did set the arrays to zeroMarkus Uhlin-2/+2
2026-03-21Updated the revision historyMarkus Uhlin-0/+2
2026-03-21Discarded fprintf() return values -- writing to stderr requires no error ch...Markus Uhlin-21/+32
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-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 through...Markus Uhlin-8/+14
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 erro...Markus Uhlin-2/+2
2026-03-16Updated the revision historyMarkus Uhlin-0/+2
2026-03-16Replaced snprintf() with msnprintf()Markus Uhlin-1/+2