summaryrefslogtreecommitdiff
path: root/libguile/guile-func-name-check
Commit message (Collapse)AuthorAgeFilesLines
* Fix spurious warnings in net_db.cAndy Wingo2017-04-191-2/+2
| | | | | | * libguile/guile-func-name-check (/^SCM_DEFINE /): Fix pattern to not produce spurious warnings. Thanks to Dale Smith for the suggestion. Fixes https://bugs.gnu.org/26123.
* Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."Andy Wingo2010-08-271-146/+65
| | | | | | | | | | | | | This reverts commit 6832604efa0f175a70be700624c365547fb27878. Not only does this fail on a fresh build due to a lack of "guile", but even if it did have its Makefile fixed, it would take too long to run, because the rest of Guile isn't compiled. The right thing is to avoid invoking Guile until after at least psyntax and boot-9 have been compiled. This commit can be reinstated if we move doc snarfing to a phase that happens after module/ is compiled.
* [build] Rewrite guile-func-name-check in Scheme, adding features.Thien-Thi Nguyen2010-08-261-65/+146
| | | | | | | * libguile/guile-func-name-check: Rewrite in Scheme; add inhibition directives, string-literal handling, failureful exit on error. * libguile/guile-snarf-docs.in: Use ‘@top_builddir@/meta/guile’. * libguile/pairs.c: Add guile-func-name-check inhibition directive.
* [maint] Avoid no-op config-subst for libguile/guile-func-name-check.Thien-Thi Nguyen2010-07-221-0/+65
* configure.ac (libguile/guile-func-name-check): Remove ‘GUILE_CONFIG_SCRIPT’. * libguile/Makefile.am (.c.doc): Look in $(srcdir) for awk script. * libguile/guile-func-name-check: Rename from guile-func-name-check.in.