Jan. 16, 2026
9:23 a.m.
Rodrigo Arias writes:
Hi,
Updated patches modified as required attached in this email.
Now ctype(3) usage is only via d*() helper ctype(3) functions.
Thanks!, it looks good. I will test it a bit and merge it if nothing breaks. I will also add src/commit.h to .gitignore so we prevent this:
diff --git a/src/commit.h b/src/commit.h new file mode 100644 index 00000000..7c4f940d --- /dev/null +++ b/src/commit.h @@ -0,0 +1 @@ +#define GIT_COMMIT "v3.2.0-143-gabad1053-dirty" [...]
Whoops, sorry for that extra hunk! I was focused on double-checking the ctype(3) -> d*() helper transformations that I have completely missed that. :\ Thank you very much Rodrigo!