Hi. Here's a small series of patches to fix a few things I noticed when building guile git master yesterday.
Since the Guile style seems to be just to have GNU-style ChangeLog entries in the git commit message, I'll put the descriptions here: 1. Remove an unused static function. This caused a compiler warning. 2. Fix bug #14193 - touching libguile/ports.h doesn't cause some files to be rebuilt. This happened because the file names in LIBLOBJS were computed incorrectly according to Automake rules. 3. Fix warnings from guile-func-name-check in pairs.c. I actually have no idea if this is correct. 4. Fix a couple of small Texinfo bugs causing warnings from makeinfo. I rebuilt with these patches and ran "make check" -- though while nothing stood out as bad there, I am not completely sure as there doesn't seem to be any final summary of the results. How do you verify the output? Tom