Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-07-13 | VERS_NUM: rpblc-1.4.2 | Markus Uhlin | -1/+1 | |
2024-07-13 | SPDX tagged file | Markus Uhlin | -0/+3 | |
2024-07-13 | Added code | Markus Uhlin | -2/+10 | |
2024-07-13 | Made format const | Markus Uhlin | -2/+2 | |
2024-07-13 | Made the header usable from C++ | Markus Uhlin | -0/+8 | |
2024-07-13 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-07-13 | Added 'iset' to the command list | Markus Uhlin | -0/+2 | |
2024-07-13 | Added a new command | Markus Uhlin | -0/+29 | |
2024-07-09 | Check for a printable string | Markus Uhlin | -0/+4 | |
2024-07-09 | Changed set_interface() | Markus Uhlin | -4/+16 | |
2024-07-09 | Added 'interface' | Markus Uhlin | -0/+6 | |
2024-07-08 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-07-08 | Added variable 'interface' | Markus Uhlin | -0/+14 | |
2024-07-08 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-07-08 | Sorted second part of 'command_list' | Markus Uhlin | -2/+3 | |
2024-07-08 | Reformatted second part of 'command_list' | Markus Uhlin | -112/+111 | |
2024-07-08 | Sorted part of 'command_list' | Markus Uhlin | -7/+7 | |
2024-07-08 | Reformatted part of 'command_list' | Markus Uhlin | -39/+39 | |
2024-07-08 | Deleted non-existent command | Markus Uhlin | -1/+0 | |
2024-07-07 | Sorted 'g_alias_list' | Markus Uhlin | -31/+35 | |
2024-07-07 | Reformatted 'g_alias_list' | Markus Uhlin | -49/+49 | |
2024-07-07 | Aligned declarations | Markus Uhlin | -2/+2 | |
2024-07-07 | Updated the revision history | Markus Uhlin | -0/+2 | |
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 | |
handling functions | ||||
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 | |