aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
2024-07-07InitializationMarkus Uhlin-4/+4
2024-07-07Set to zeroMarkus Uhlin-0/+2
2024-07-07InitializationMarkus Uhlin-4/+4
2024-07-07Include errno.hMarkus Uhlin-0/+1
2024-07-07Updated the revision historyMarkus Uhlin-0/+2
2024-07-07Check the retval of fscanf()Markus Uhlin-1/+12
2024-07-07Check return valuesMarkus Uhlin-5/+11
2024-07-07Replaced rindex() with strrchr()Markus Uhlin-2/+2
2024-07-07Replaced index() with strchr()Markus Uhlin-2/+2
2024-07-07Updated the revision historyMarkus Uhlin-0/+2
2024-07-07Added parameter 'size' to psprintf_highlight() and replaced unbounded string ...Markus Uhlin-17/+20
2024-07-07Added usage of ARRAY_SIZE()Markus Uhlin-2/+2
2024-07-07Updated the revision historyMarkus Uhlin-0/+1
2024-07-07Made pprintf_dohightlight() and sprintf_dohightlight() privateMarkus Uhlin-4/+4
2024-07-06Added parameter 'size' to MakeFENpos() and replaced strcpy()Markus Uhlin-8/+11
2024-07-06Replaced bcopy() with memmove()Markus Uhlin-1/+1
2024-07-06Added a new type and replaced sprintf() calls with msnprintf()Markus Uhlin-13/+20
2024-07-06Deleted initial newlineMarkus Uhlin-1/+1
2024-07-05Updated the revision historyMarkus Uhlin-0/+2
2024-07-05Fixed unusual struct allocations and replaced strcpy() with strlcpy()Markus Uhlin-13/+26
2024-06-02Switched to usage of memcpy()Markus Uhlin-2/+5
2024-06-01Updated the revision historyMarkus Uhlin-0/+1
2024-06-01Added and made use of brand()Markus Uhlin-6/+16
2024-06-01Updated the revision historyMarkus Uhlin-0/+1
2024-06-01Added command-line option '-l'Markus Uhlin-1/+6
2024-06-01Line joiningMarkus Uhlin-14/+13
2024-05-26VERS_NUM: rpblc-1.4.1Markus Uhlin-1/+1
2024-05-26Usage of 'intmax_t'Markus Uhlin-18/+38
2024-05-26Changed the type of 'whenbest'Markus Uhlin-1/+2
2024-05-25Included err.hMarkus Uhlin-0/+2
2024-05-25Fixed usage of possibly uninitialized variableMarkus Uhlin-0/+4
2024-05-25Fixed out of bounds array accessMarkus Uhlin-1/+2
2024-05-25Fixed resource leaksMarkus Uhlin-0/+2
2024-05-25Updated the usageMarkus Uhlin-1/+1
2024-05-25Updated the revision historyMarkus Uhlin-0/+1
2024-05-25Added alignmentMarkus Uhlin-3/+3
2024-05-25Added option 'a'Markus Uhlin-0/+28
2024-05-25Added new optionsMarkus Uhlin-0/+2
2024-05-25Deleted optionsMarkus Uhlin-9/+1
2024-05-20VERS_NUM: rpblc-1.4Markus Uhlin-1/+1
2024-05-20Updated the revision historyMarkus Uhlin-0/+1
2024-05-20Fixed clang warningsMarkus Uhlin-1/+6
2024-05-20add_item: allow non-existent old fileMarkus Uhlin-7/+9
2024-05-20Replaced evil sprintf() callsMarkus Uhlin-2/+6
2024-05-20Array initMarkus Uhlin-1/+1
2024-05-20Replaced a sprintf() callMarkus Uhlin-1/+1
2024-05-20Size-bounded concatenationMarkus Uhlin-9/+14
2024-05-20Size-bounded string copyingMarkus Uhlin-5/+9
2024-05-20Replaced the sprintf() callsMarkus Uhlin-2/+2
2024-05-19Replaced the sprintf() callsMarkus Uhlin-2/+4