aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/makerank.c
AgeCommit message (Expand)AuthorLines
2024-05-09Fixed sign compareMarkus Uhlin-3/+3
2024-04-01More usage of reallocarray()Markus Uhlin-7/+7
2024-04-01Overflow checking by using reallocarray()Markus Uhlin-4/+5
2024-01-03Check for truncationMarkus Uhlin-3/+5
2024-01-03Replaced sprintf() callsMarkus Uhlin-6/+10
2024-01-03GetPlayerInfo: added usage of ARRAY_SIZE()Markus Uhlin-1/+2
2024-01-03Deleted empty lineMarkus Uhlin-1/+0
2024-01-03Check fgets() return value and use sizeofMarkus Uhlin-6/+3
2023-12-29Fixed unchecked return valuesMarkus Uhlin-0/+9
2023-12-29Replaced strcpy() with strlcpy()Markus Uhlin-3/+12
2023-12-14Revision dateMarkus Uhlin-0/+2
2023-12-14Check malloc() return valueMarkus Uhlin-1/+4
2023-12-13Moved preprocessor directives to the headerMarkus Uhlin-4/+0
2023-12-13Added alignmentMarkus Uhlin-4/+4
2023-12-13Made vars staticMarkus Uhlin-4/+4
2023-12-13Moved 'rtype'Markus Uhlin-2/+1
2023-12-13Moved definitions to a header fileMarkus Uhlin-13/+3
2023-12-13Revamped GetPlayerInfo()Markus Uhlin-57/+86
2023-12-13Handle malloc() error correctlyMarkus Uhlin-11/+9
2023-12-13Reformatted LoadEntries()Markus Uhlin-46/+59
2023-12-13Reformatted SetComputers()Markus Uhlin-24/+28
2023-12-13Reformatted functionsMarkus Uhlin-45/+63
2023-12-13Fixed the preprocessor directivesMarkus Uhlin-4/+5
2023-12-07FICS 1.6.2Markus Uhlin-0/+217