Age | Commit message (Expand) | Author | Lines |
2024-12-02 | WriteMoves: fixed possible array underrun | Markus Uhlin | -1/+2 |
2024-12-02 | Include errno.h | Markus Uhlin | -0/+1 |
2024-12-02 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-12-02 | Fixed bugs in game_write_complete() | Markus Uhlin | -8/+9 |
2024-12-02 | RemoveHistGame: changed while loop | Markus Uhlin | -6/+2 |
2024-12-02 | game_save: log link() error | Markus Uhlin | -2/+3 |
2024-12-02 | ReadGameAttrs: handle fgets() nullret | Markus Uhlin | -5/+9 |
2024-11-27 | write_g_out: made improvements | Markus Uhlin | -5/+4 |
2024-11-25 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-11-25 | get_empty_slot: added null check (found by PVS-Studio) | Markus Uhlin | -3/+5 |
2024-11-24 | Changed RemHist() | Markus Uhlin | -5/+4 |
2024-11-23 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-11-23 | Fixed bug | Markus Uhlin | -2/+6 |
2024-11-23 | Document else branch | Markus Uhlin | -0/+4 |
2024-11-23 | Check the retval of localtime() | Markus Uhlin | -5/+10 |
2024-11-23 | Removed casts | Markus Uhlin | -3/+3 |
2024-11-23 | movesToString: changed the type of 'curTime' | Markus Uhlin | -1/+1 |
2024-11-23 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-11-23 | Added alignment | Markus Uhlin | -5/+5 |
2024-11-23 | pgames: fscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -2/+10 |
2024-11-23 | pjournal: fscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -1/+9 |
2024-11-23 | addjournalitem: fscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -1/+12 |
2024-11-23 | Added a comment | Markus Uhlin | -0/+1 |
2024-11-23 | Renamed var | Markus Uhlin | -4/+4 |
2024-11-23 | Improved RemHist() | Markus Uhlin | -7/+22 |
2024-11-23 | ReadMove: sscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -1/+4 |
2024-08-03 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-08-03 | Return value checking | Markus Uhlin | -6/+19 |
2024-08-03 | Check the return of fscanf() | Markus Uhlin | -1/+5 |
2024-08-03 | Scan no more than 17 chars | Markus Uhlin | -1/+1 |
2024-08-03 | Static assertions | Markus Uhlin | -0/+3 |
2024-08-03 | Return value checking | Markus Uhlin | -6/+16 |
2024-08-03 | Made 'file' const | Markus Uhlin | -1/+1 |
2024-07-20 | OldestHistGame: handle the return of fscanf() | Markus Uhlin | -2/+7 |
2024-07-18 | Handle the return value of ReadV1GameFmt() | Markus Uhlin | -3/+4 |
2024-07-18 | Added a message | Markus Uhlin | -1/+1 |
2024-07-18 | Handle return values | Markus Uhlin | -5/+15 |
2024-07-18 | Handle the return of sscanf() | Markus Uhlin | -1/+2 |
2024-07-18 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-07-18 | Set 'When' and 'oppWhen' to 0 | Markus Uhlin | -0/+1 |
2024-07-18 | RemoveHistGame: check the return of fgets() and sscanf() | Markus Uhlin | -5/+14 |
2024-07-18 | ReadMove: check the return of fgets() | Markus Uhlin | -1/+2 |
2024-07-17 | ReadGameAttrs: return value checking | Markus Uhlin | -3/+8 |
2024-07-17 | Explicitly specified the array size of 'bstr' and 'rstr' | Markus Uhlin | -2/+2 |
2024-07-17 | Updated the revision history | Markus Uhlin | -0/+3 |
2024-07-17 | Attempt to fix a crash | Markus Uhlin | -0/+4 |
2024-07-17 | Made 'rstr' const | Markus Uhlin | -1/+1 |
2024-07-17 | rstr: use designators | Markus Uhlin | -2/+2 |
2024-07-17 | Marked 'bstr' const | Markus Uhlin | -1/+1 |
2024-07-17 | bstr: use designators | Markus Uhlin | -7/+7 |