Hi,
"G. Branden Robinson" <[email protected]> writes:
> Patch #7 was hosed. Fixed that, and patch #12 (new) keeps all tests passing.
>
> Is the finish line in sight?
The ckd_* functions from gnulib are very helpful.
Not directly related, but I noticed that groff uses a ./bootstrap script
which is 2 years behind gnulib updates.
Whenever you update the gnulib git submodule I would recommend running:
$ ./bootstrap --bootstrap-sync
before committing. Since it sometimes has features/bug fixes. After
running it from master:
$ git diff --stat
bootstrap | 1924 [...]
1 file changed, 1181 insertions(+), 743 deletions(-)
Thanks,
Collin