Commit graph

8 commits

Author SHA1 Message Date
Eric
6c7d699f1a add newline to end of file when encoding 2025-05-27 00:27:25 +02:00
Eric
623d0a5c3b add newline recognition for encoded input 2025-05-27 00:14:33 +02:00
Eric
a91be306b1 add base64url encoding option 2025-05-26 23:59:47 +02:00
Eric
8991fe1a69 correct Makefile recipe for encode.o
Since 848c37 encode.o no longer requires input.h.
2025-05-26 23:14:39 +02:00
Eric
28fcd5ed7a change file trans.{c,h} to encode.{c,h} 2025-05-26 23:12:16 +02:00
Eric
221a8588c0 add writing to file output option 2025-05-26 22:38:33 +02:00
Eric
848c3749d2 change function definitions
Buffers are no longer wired into any input or translation functions.
They are supplied as arguments through main.
2025-05-26 12:23:54 +02:00
Eric
9b1fe95a8e first commit 2025-05-26 00:06:22 +02:00