Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2024-07-07 | Return value checking | Markus Uhlin | -4/+12 |
2024-07-07 | Initialization | Markus Uhlin | -4/+4 |
2024-07-07 | Set to zero | Markus Uhlin | -0/+2 |
2024-07-07 | Initialization | Markus Uhlin | -4/+4 |
2024-07-07 | Include errno.h | Markus Uhlin | -0/+1 |
2024-07-07 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-07-07 | Check the retval of fscanf() | Markus Uhlin | -1/+12 |
2024-07-07 | Check return values | Markus Uhlin | -5/+11 |
2024-07-07 | Replaced rindex() with strrchr() | Markus Uhlin | -2/+2 |
2024-07-07 | Replaced index() with strchr() | Markus Uhlin | -2/+2 |
2024-07-07 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-07-07 | Added parameter 'size' to psprintf_highlight() and replaced unbounded string ... | Markus Uhlin | -17/+20 |
2024-07-07 | Added usage of ARRAY_SIZE() | Markus Uhlin | -2/+2 |
2024-07-07 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-07-07 | Made pprintf_dohightlight() and sprintf_dohightlight() private | Markus Uhlin | -4/+4 |
2024-07-06 | Added parameter 'size' to MakeFENpos() and replaced strcpy() | Markus Uhlin | -8/+11 |
2024-07-06 | Replaced bcopy() with memmove() | Markus Uhlin | -1/+1 |
2024-07-06 | Added a new type and replaced sprintf() calls with msnprintf() | Markus Uhlin | -13/+20 |
2024-07-06 | Deleted initial newline | Markus Uhlin | -1/+1 |
2024-07-05 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-07-05 | Fixed unusual struct allocations and replaced strcpy() with strlcpy() | Markus Uhlin | -13/+26 |
2024-06-02 | Switched to usage of memcpy() | Markus Uhlin | -2/+5 |
2024-06-01 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-06-01 | Added and made use of brand() | Markus Uhlin | -6/+16 |
2024-06-01 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-06-01 | Added command-line option '-l' | Markus Uhlin | -1/+6 |
2024-06-01 | Line joining | Markus Uhlin | -14/+13 |
2024-05-26 | VERS_NUM: rpblc-1.4.1 | Markus Uhlin | -1/+1 |
2024-05-26 | Usage of 'intmax_t' | Markus Uhlin | -18/+38 |
2024-05-26 | Changed the type of 'whenbest' | Markus Uhlin | -1/+2 |
2024-05-25 | Included err.h | Markus Uhlin | -0/+2 |
2024-05-25 | Fixed usage of possibly uninitialized variable | Markus Uhlin | -0/+4 |
2024-05-25 | Fixed out of bounds array access | Markus Uhlin | -1/+2 |
2024-05-25 | Fixed resource leaks | Markus Uhlin | -0/+2 |
2024-05-25 | Updated the usage | Markus Uhlin | -1/+1 |
2024-05-25 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-05-25 | Added alignment | Markus Uhlin | -3/+3 |
2024-05-25 | Added option 'a' | Markus Uhlin | -0/+28 |
2024-05-25 | Added new options | Markus Uhlin | -0/+2 |
2024-05-25 | Deleted options | Markus Uhlin | -9/+1 |
2024-05-20 | VERS_NUM: rpblc-1.4 | Markus Uhlin | -1/+1 |
2024-05-20 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-05-20 | Fixed clang warnings | Markus Uhlin | -1/+6 |
2024-05-20 | add_item: allow non-existent old file | Markus Uhlin | -7/+9 |
2024-05-20 | Replaced evil sprintf() calls | Markus Uhlin | -2/+6 |
2024-05-20 | Array init | Markus Uhlin | -1/+1 |
2024-05-20 | Replaced a sprintf() call | Markus Uhlin | -1/+1 |
2024-05-20 | Size-bounded concatenation | Markus Uhlin | -9/+14 |
2024-05-20 | Size-bounded string copying | Markus Uhlin | -5/+9 |
2024-05-20 | Replaced the sprintf() calls | Markus Uhlin | -2/+2 |