Hi Michael, On Tue, Oct 15, 2024 at 11:10 AM Michael Pratt <mcpr...@pm.me> wrote: > On Monday, October 14th, 2024 at 17:30, Mark Wielaard <m...@klomp.org> wrote: > > > > If we are trying to be more consistent then I think I would prefer we > > use putchar, puts, and printf, instead of adding stdout to all these > > calls. > > I don't really have a preference, you could even throw out this last patch. > I just thought it would be nice to remove use of one of the functions > from the whole project to reduce needless variations and save the need to link > more functions that do the exact same thing and waste binary space. > > Also, that searching "puts" results in "outputs" and "inputs"... > > It would be nice to have patch 5 before release, > for patch 6 doesn't matter if or when to me. > > Let me know if you want a v2 of either patch 5 or 6.
I'm not able to apply this patch locally because it contains various hex codes like '=20' instead of the corresponding ASCII character. Can you recreate the patch file with 'git format-patch' and resend? Thanks, Aaron