aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/gamedb.c
AgeCommit message (Collapse)AuthorLines
2024-12-02WriteMoves: fixed possible array underrunMarkus Uhlin-1/+2
2024-12-02Include errno.hMarkus Uhlin-0/+1
2024-12-02Updated the revision historyMarkus Uhlin-0/+2
2024-12-02Fixed bugs in game_write_complete()Markus Uhlin-8/+9
2024-12-02RemoveHistGame: changed while loopMarkus Uhlin-6/+2
2024-12-02game_save: log link() errorMarkus Uhlin-2/+3
2024-12-02ReadGameAttrs: handle fgets() nullretMarkus Uhlin-5/+9
2024-11-27write_g_out: made improvementsMarkus Uhlin-5/+4
2024-11-25Updated the revision historyMarkus Uhlin-0/+1
2024-11-25get_empty_slot: added null check (found by PVS-Studio)Markus Uhlin-3/+5
2024-11-24Changed RemHist()Markus Uhlin-5/+4
2024-11-23Updated the revision historyMarkus Uhlin-0/+1
2024-11-23Fixed bugMarkus Uhlin-2/+6
2024-11-23Document else branchMarkus Uhlin-0/+4
2024-11-23Check the retval of localtime()Markus Uhlin-5/+10
2024-11-23Removed castsMarkus Uhlin-3/+3
2024-11-23movesToString: changed the type of 'curTime'Markus Uhlin-1/+1
2024-11-23Updated the revision historyMarkus Uhlin-0/+2
2024-11-23Added alignmentMarkus Uhlin-5/+5
2024-11-23pgames: fscanf: added width spec (found by PVS-Studio)Markus Uhlin-2/+10
2024-11-23pjournal: fscanf: added width spec (found by PVS-Studio)Markus Uhlin-1/+9
2024-11-23addjournalitem: fscanf: added width spec (found by PVS-Studio)Markus Uhlin-1/+12
2024-11-23Added a commentMarkus Uhlin-0/+1
2024-11-23Renamed varMarkus Uhlin-4/+4
2024-11-23Improved RemHist()Markus Uhlin-7/+22
2024-11-23ReadMove: sscanf: added width spec (found by PVS-Studio)Markus Uhlin-1/+4
2024-08-03Updated the revision historyMarkus Uhlin-0/+1
2024-08-03Return value checkingMarkus Uhlin-6/+19
2024-08-03Check the return of fscanf()Markus Uhlin-1/+5
2024-08-03Scan no more than 17 charsMarkus Uhlin-1/+1
2024-08-03Static assertionsMarkus Uhlin-0/+3
2024-08-03Return value checkingMarkus Uhlin-6/+16
2024-08-03Made 'file' constMarkus Uhlin-1/+1
2024-07-20OldestHistGame: handle the return of fscanf()Markus Uhlin-2/+7
2024-07-18Handle the return value of ReadV1GameFmt()Markus Uhlin-3/+4
2024-07-18Added a messageMarkus Uhlin-1/+1
2024-07-18Handle return valuesMarkus Uhlin-5/+15
2024-07-18Handle the return of sscanf()Markus Uhlin-1/+2
2024-07-18Updated the revision historyMarkus Uhlin-0/+1
2024-07-18Set 'When' and 'oppWhen' to 0Markus Uhlin-0/+1
2024-07-18RemoveHistGame: check the return of fgets() and sscanf()Markus Uhlin-5/+14
2024-07-18ReadMove: check the return of fgets()Markus Uhlin-1/+2
2024-07-17ReadGameAttrs: return value checkingMarkus Uhlin-3/+8
2024-07-17Explicitly specified the array size of 'bstr' and 'rstr'Markus Uhlin-2/+2
2024-07-17Updated the revision historyMarkus Uhlin-0/+3
2024-07-17Attempt to fix a crashMarkus Uhlin-0/+4
2024-07-17Made 'rstr' constMarkus Uhlin-1/+1
2024-07-17rstr: use designatorsMarkus Uhlin-2/+2
2024-07-17Marked 'bstr' constMarkus Uhlin-1/+1
2024-07-17bstr: use designatorsMarkus Uhlin-7/+7