Commit Graph

12 Commits

Author SHA1 Message Date
christos 35564cfd71 comment out strict boolean lint check because isspace() returns int and lint
complains.
2024-05-02 15:45:36 +00:00
rillig a492c0963b base64: getc and fputc are specified to return EOF, not -1
No binary change.
2023-08-23 19:16:14 +00:00
rillig 67110fc12f base64: fix double fclose
Input errors are currently not reported, therefore no user-visible
change.
2023-08-11 02:49:28 +00:00
rillig 95517f8ccd base64: nix trailing whitespace and redundant braces, strict bool mode
No binary change.
2023-08-11 02:43:59 +00:00
christos ffdf68d692 reflect reality. 2021-08-28 10:29:15 +00:00
christos ce06935bd8 make ignore whitespace the default 2021-08-27 17:53:13 +00:00
rillig fc45b21343 base64: fix lint warning about 'strchr' discarding 'const'
No change to the resulting binary.
2021-08-25 22:43:20 +00:00
nia 01b235c952 base64.1: note that -w 0 disables wrapping 2020-09-03 09:41:21 +00:00
christos 41f9170c74 Use fout, fin (Mustafa Dogan) 2020-08-14 13:40:25 +00:00
christos 706eabb7af Provide MacOS/X compatible flags (where possible)
Propagate errno
2018-07-25 03:45:34 +00:00
wiz 3926ef35d5 Fix typo. Comment out SEE ALSO since it only refers nonexistent man pages.
Reduce history to NetBSD until we know more details about other OSes.
Use An. Fix Dt argument.
2018-07-24 19:08:22 +00:00
christos 0d2d986001 Tiny base64 encoder/decoder command patterned after the linux and the macosx
ones with the same name,.
2018-07-24 15:26:16 +00:00