aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
7 daysUse of '>=' is betterMarkus Uhlin-6/+6
9 dayscom_who: merged case 'l' and 'A' because they perform the same action (found ...Markus Uhlin-4/+1
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysboard_read_file: suppress clang tidy warnings (dead stores -- but they does...Markus Uhlin-2/+2
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysReadV1GameFmt: suppress clang tidy warningsMarkus Uhlin-3/+5
9 daysReadV1GameFmt: fixed dead storesMarkus Uhlin-2/+1
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysFixed Clang Tidy warnings in FindHistory() and FindHistory2()Markus Uhlin-8/+18
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysFixed Clang Tidy warningMarkus Uhlin-1/+3
9 daysReadV1PlayerFmt: suppress clang tidy warningsMarkus Uhlin-4/+4
9 daysFixed dead storesMarkus Uhlin-6/+3
9 daysChanged snippetMarkus Uhlin-10/+4
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysFixed Clang Tidy warningsMarkus Uhlin-3/+12
9 daysSuppress Clang Tidy false positivesMarkus Uhlin-8/+8
9 daysFixed Clang Tidy warningsMarkus Uhlin-4/+13
9 dayspprintf: init 'tmp'Markus Uhlin-1/+1
9 daysMade pprintf() void -- its return value isn't checked anywhere through the ...Markus Uhlin-3/+3
9 daysfile -> fnameMarkus Uhlin-2/+3
9 daysMade parameters constMarkus Uhlin-4/+4
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysFixed Clang Tidy warningsMarkus Uhlin-5/+28
10 daysAdded new var 'SRCS'Markus Uhlin-0/+34
10 daysChanged struct member typesMarkus Uhlin-3/+4
10 daysFixed program logic mistakes, found by PVS-StudioMarkus Uhlin-3/+11
10 daysUse begin/end declsMarkus Uhlin-0/+4
10 daysDisplayTargetRank: added usage of int_diff()Markus Uhlin-3/+3
10 daysAdded int_diff() which checks for overflowMarkus Uhlin-0/+13
10 daysInclude limits.hMarkus Uhlin-0/+1
10 daysalg_parse_move: don't check the bounds of 'f'Markus Uhlin-6/+4
10 daysalg_parse_move: also check 'tmpr'Markus Uhlin-0/+5
10 daysMoved ifMarkus Uhlin-4/+3
10 daysUpdated the revision historyMarkus Uhlin-0/+3
10 daysalg_parse_move: return ambiguous move on out-of-bounds array read/writeMarkus Uhlin-0/+10
10 dayst_sft: fixed null pointer pass to strlen()Markus Uhlin-1/+2
10 daysDead assignmentsMarkus Uhlin-2/+0
10 daysUnused varsMarkus Uhlin-0/+3
10 daysNull check 'iwant'Markus Uhlin-8/+11
10 daysDeleted statementsMarkus Uhlin-3/+0
10 daysSet iwant to NULLMarkus Uhlin-6/+6
10 daysDeleted statementsMarkus Uhlin-4/+0
10 dayst_sft: strncmp: null checkingMarkus Uhlin-1/+1
10 dayst_sft: made parameter 'want' constMarkus Uhlin-1/+1
10 daysCheck integer upper boundsMarkus Uhlin-0/+6
10 daysCheck for negative valuesMarkus Uhlin-4/+16
10 daysDo the assignment in the ifMarkus Uhlin-3/+3
10 daysgot_attr_value: check half movesMarkus Uhlin-0/+6
10 dayslist_find: fixed improper use of negative valueMarkus Uhlin-1/+8