No description
Find a file
Eric 196c54cffa change newline termination behaviour when encoding
Before, encoded text would be newline terminated by default.
This was supposed to make short encoded strings easier to read when
using an interactive shell.
Now this only happens with the explicit line wrap option.
2025-05-27 02:09:21 +02:00
.gitignore first commit 2025-05-26 00:06:22 +02:00
encode.c add base64url encoding option 2025-05-26 23:59:47 +02:00
encode.h add base64url encoding option 2025-05-26 23:59:47 +02:00
input.c add newline recognition for encoded input 2025-05-27 00:14:33 +02:00
input.h change function definitions 2025-05-26 12:23:54 +02:00
main.c change newline termination behaviour when encoding 2025-05-27 02:09:21 +02:00
Makefile add linewrap option when encoding (76 columns) 2025-05-27 01:32:09 +02:00
output.c add linewrap option when encoding (76 columns) 2025-05-27 01:32:09 +02:00
output.h add linewrap option when encoding (76 columns) 2025-05-27 01:32:09 +02:00