1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 17:50:22 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 2000-01-11 21:50:28 +00:00
parent 951afd33db
commit 88423ab1ab
2 changed files with 27 additions and 0 deletions

View file

@ -1,3 +1,10 @@
Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
* autogen.sh: Added messages as we run autogen in subdirectories.
* configure.in: Output libugile/guile-func-name-check script, and
chmod +x it.
2000-01-11 Marius Vollmer <mvo@zagadka.ping.de> 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
* libltdl/autogen.sh: New file. * libltdl/autogen.sh: New file.

View file

@ -1,3 +1,23 @@
Tue Jan 11 13:44:07 2000 Greg J. Badros <gjb@cs.washington.edu>
* guile-func-name-check.in: Added this script to statically check
#define FUNC_NAME, #undef FUNC_NAME in the source.
* sort.c, posix.c: Fix #undef FUNC_NAME lines to not have trailing
redundant comment, semicolon; caught by new guile-func-name-check
script.
* debug.c: Fix mistaken #define FUNC_NAME for scm_make_iloc.
Caught by new guile-func-name-check-script.
* Makefile.am: Added guile-func-name-check to bin_SCRIPTS
* ramap.c: Fix #if 0'd out code to be syntactically acceptable to
guile-func-name-check.
* guile-doc-snarf.in: Run guile-func-name-check on the file before
doing the snarf.
Tue Jan 11 11:31:10 2000 Greg J. Badros <gjb@cs.washington.edu> Tue Jan 11 11:31:10 2000 Greg J. Badros <gjb@cs.washington.edu>
* fports.c, ports.c, ports.h, strports.c, vports.c: Make write * fports.c, ports.c, ports.h, strports.c, vports.c: Make write