Age | Commit message (Expand) | Author | Lines |
2024-12-02 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-12-02 | truncate_file: fixed a possible array overrun | Markus Uhlin | -5/+2 |
2024-12-01 | mail_file_to_address: added missing call to pclose() and moved the fprintf() ... | Markus Uhlin | -2/+6 |
2024-12-01 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-12-01 | Fixed ignored retvals | Markus Uhlin | -10/+4 |
2024-12-01 | pmore_file: initialized the tmp buffer | Markus Uhlin | -1/+1 |
2024-12-01 | Fixed ignored retvals | Markus Uhlin | -16/+6 |
2024-12-01 | mail_file_to_address: initialized buffers | Markus Uhlin | -2/+2 |
2024-12-01 | Usage of sizeof | Markus Uhlin | -5/+5 |
2024-11-25 | pcommand: initialized 'tmp' | Markus Uhlin | -1/+1 |
2024-11-23 | Changed the return type of untenths() | Markus Uhlin | -1/+4 |
2024-08-16 | Changed messages | Markus Uhlin | -3/+3 |
2024-08-11 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-08-11 | Improved fix_time() | Markus Uhlin | -4/+9 |
2024-07-13 | Made format const | Markus Uhlin | -1/+1 |
2024-07-07 | Replaced rindex() with strrchr() | 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 | -10/+12 |
2024-07-07 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-07-07 | Made pprintf_dohightlight() and sprintf_dohightlight() private | Markus Uhlin | -2/+2 |
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-03-16 | Replaced strcat() with strlcat() | Markus Uhlin | -1/+1 |
2024-03-16 | Replaced sprintf() calls with snprintf() | Markus Uhlin | -21/+24 |
2024-03-16 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-03-16 | Initialized buffers with null chars | Markus Uhlin | -6/+6 |
2024-03-16 | Replaced sprintf() calls with snprintf() and strcpy() calls with strlcpy() | Markus Uhlin | -7/+11 |
2024-01-01 | Lined up vars | Markus Uhlin | -5/+5 |
2023-12-28 | 'unsigned' -> 'unsigned int' | Markus Uhlin | -2/+2 |
2023-12-28 | 'unsigned' -> 'unsigned int' | Markus Uhlin | -1/+1 |
2023-12-28 | Moved comments and added argument lists | Markus Uhlin | -0/+12 |
2023-12-25 | Moved vars1.0.rc1 | Markus Uhlin | -2/+2 |
2023-12-25 | Null checking | Markus Uhlin | -1/+1 |
2023-12-25 | Moved vars | Markus Uhlin | -2/+2 |
2023-12-25 | Updated the revision history | Markus Uhlin | -0/+1 |
2023-12-25 | Reformatted count_lines() | Markus Uhlin | -7/+7 |
2023-12-25 | Changed iswhitespace() | Markus Uhlin | -7/+5 |
2023-12-25 | Reformatted getword() | Markus Uhlin | -16/+20 |
2023-12-25 | Reformatted functions | Markus Uhlin | -8/+10 |
2023-12-25 | Reformatted functions | Markus Uhlin | -12/+17 |
2023-12-25 | Reformatted mail_string_to_address() | Markus Uhlin | -12/+16 |
2023-12-25 | Reformatted mail_string_to_user() | Markus Uhlin | -9/+10 |
2023-12-25 | Reformatted mail_file_to_user() | Markus Uhlin | -10/+10 |
2023-12-25 | Improved pcommand() | Markus Uhlin | -16/+22 |
2023-12-25 | Improved pprintf() | Markus Uhlin | -13/+11 |
2023-12-25 | Reformatted pprintf_dohightlight() | Markus Uhlin | -9/+10 |
2023-12-25 | Improved pprintf_highlight() | Markus Uhlin | -15/+16 |
2023-12-25 | Reformatted sprintf_dohightlight() | Markus Uhlin | -10/+10 |
2023-12-25 | Added whitespace after commas | Markus Uhlin | -6/+6 |