aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/gamedb.c
AgeCommit message (Collapse)AuthorLines
13 daysUpdated the revision historyMarkus Uhlin-1/+1
13 daysHandle zero return from strftime()Markus Uhlin-4/+12
13 daysUsage of mfprintf()Markus Uhlin-6/+7
14 daysWriteGameFile: usage of mfprintf()Markus Uhlin-9/+9
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-21Updated the revision historyMarkus Uhlin-0/+2
2026-03-21Discarded fprintf() return values -- writing to stderr requires no error ↵Markus Uhlin-21/+32
checking
2026-03-03Updated the revision historyMarkus Uhlin-0/+1
2026-03-03Defined and made use of get_intval() and get_timeval() which uses strtonum()Markus Uhlin-15/+36
2025-10-23movesToString: usage of settings_get()Markus Uhlin-2/+3
2025-10-18write_g_out: usage of 'intmax_t'Markus Uhlin-4/+4
2025-10-04Refer to the array indices by using enumsMarkus Uhlin-3/+3
2025-09-15FICS RPBLC v1.4.61.4.6Markus Uhlin-0/+2256