bpt/guile.git
24 years ago* Makefile.am (version.texi): Override automake's rule for
Marius Vollmer [Sun, 30 Jan 2000 23:17:00 +0000 (23:17 +0000)]
* Makefile.am (version.texi): Override automake's rule for
version.texi so that it gets created even in non-maintainer-mode.

24 years ago * posix.c (scm_pipe): rewrote the docstring.
Gary Houston [Sat, 29 Jan 2000 19:50:36 +0000 (19:50 +0000)]
* posix.c (scm_pipe): rewrote the docstring.

(and fixed a bug in the scm_select change)

24 years ago * filesys.c (scm_select, retrieve_select_type, get_element,
Gary Houston [Sat, 29 Jan 2000 18:04:38 +0000 (18:04 +0000)]
* filesys.c (scm_select, retrieve_select_type, get_element,
fill_select_type, set_element): modified so that Scheme
"select" tests port buffers for the ability to provide input
or accept output.  Previously only the underlying file descriptors
were checked.  Rewrote the docstring.

* expect.scm (expect): don't call char-ready? before expect-select,
since select now checks port buffers itself.  don't bother to check
the time first either, since expect-select does it.

24 years ago*** empty log message ***
Greg J. Badros [Thu, 27 Jan 2000 18:16:35 +0000 (18:16 +0000)]
*** empty log message ***

24 years ago* vectors.c, symbols.c, strorder.c: Documentation cut and pasted
Greg J. Badros [Thu, 27 Jan 2000 18:15:56 +0000 (18:15 +0000)]
* vectors.c, symbols.c, strorder.c: Documentation cut and pasted
from Gregg Reynolds.  Thanks Gregg!

24 years ago*** empty log message ***
Greg J. Badros [Thu, 27 Jan 2000 18:03:53 +0000 (18:03 +0000)]
*** empty log message ***

24 years ago* strop.c (scm_i_index): Obfuscated commented-out SCM_DEFINE by
Greg J. Badros [Thu, 27 Jan 2000 18:00:06 +0000 (18:00 +0000)]
* strop.c (scm_i_index): Obfuscated commented-out SCM_DEFINE by
adding "x" prefix to the line so that guile-func-name-check
doesn't complain unnecessarily.

24 years ago*** empty log message ***
Greg J. Badros [Thu, 27 Jan 2000 01:39:26 +0000 (01:39 +0000)]
*** empty log message ***

24 years ago* throw.c: Factor out an #ifdef/#else/#endif choice more finely
Greg J. Badros [Thu, 27 Jan 2000 01:35:16 +0000 (01:35 +0000)]
* throw.c: Factor out an #ifdef/#else/#endif choice more finely
for maintainability.

* strop.c: Documentation added by Gregg A. Reynolds.   Pasted in
from qdocs, RnRs.

24 years ago*** empty log message ***
Greg J. Badros [Wed, 26 Jan 2000 21:11:54 +0000 (21:11 +0000)]
*** empty log message ***

24 years ago* tag.c: Added doc for `tag', but mark as deprecated since Mikael
Greg J. Badros [Wed, 26 Jan 2000 18:07:07 +0000 (18:07 +0000)]
* tag.c:  Added doc for `tag', but mark as deprecated since Mikael
suggests removing tag.c altogether (and using a new `class-of'
instead).

* strings.c:  Added documentation from Gregg A. Reynolds.  Edited
a bit by me to use FOO instead of @var{foo} and to have the
summary come before preconditions on input.  Also dropped trailing
(rnrs) note.

* gsubr.c: Do not use SCM_DEFINE for `gsubr-apply'. Register the
function with scm_make_subr_opt w/ last arg of 0 so it is not
visible at the Scheme level. Mikael says (on devel-guile) that
this is the right thing because the first arg to the proc is the
guts of a compiled closure and shouldn't be exposed to the Scheme
level.

24 years agoIgnore tmp[123] files
Greg J. Badros [Wed, 26 Jan 2000 01:26:30 +0000 (01:26 +0000)]
Ignore tmp[123] files

24 years ago*** empty log message ***
Greg J. Badros [Wed, 26 Jan 2000 01:25:40 +0000 (01:25 +0000)]
*** empty log message ***

24 years ago* sort.c: typo in comment fixed.
Greg J. Badros [Wed, 26 Jan 2000 01:17:16 +0000 (01:17 +0000)]
* sort.c: typo in comment fixed.

* keywords.c: Added documentation.

* guardians.c: Added documentation (could be better).

* gc.c: Added docs for gc-set-debug-check-freelist.

* eq.c: Added docs for eq?, eqv? equal? abridged from R4RS.

* boolean.c: Added docs for `not', `boolean?' (by hand).

24 years agoDon't blame Jim for everything
Marius Vollmer [Tue, 25 Jan 2000 21:34:39 +0000 (21:34 +0000)]
Don't blame Jim for everything

24 years ago* random.c: Added documentation, from SLIB page:
Greg J. Badros [Tue, 25 Jan 2000 21:29:57 +0000 (21:29 +0000)]
* random.c: Added documentation, from SLIB page:
http://angela.ctrl-c.liu.se/~calle/scheme/slib_toc.html

24 years agoAdded notes about autogenerated files and the CVS patches.
Marius Vollmer [Tue, 25 Jan 2000 21:14:37 +0000 (21:14 +0000)]
Added notes about autogenerated files and the CVS patches.

24 years ago*** empty log message ***
Marius Vollmer [Tue, 25 Jan 2000 20:37:42 +0000 (20:37 +0000)]
*** empty log message ***

24 years ago* autogen.sh: Call libtoolize. Pass --add-missing option to
Marius Vollmer [Tue, 25 Jan 2000 20:35:41 +0000 (20:35 +0000)]
* autogen.sh: Call libtoolize.  Pass --add-missing option to
automake.  Do not decent into libltdl directory.  The libltdl
directory is now populated by libtoolize and does not need any
further autogeneration.

24 years ago* autogen.sh: Call libtoolize. Pass --add-missing option to
Marius Vollmer [Tue, 25 Jan 2000 20:35:23 +0000 (20:35 +0000)]
* autogen.sh: Call libtoolize.  Pass --add-missing option to
automake.

24 years agoRemoved, libltdl is now generated by autogen.sh
Marius Vollmer [Tue, 25 Jan 2000 20:31:34 +0000 (20:31 +0000)]
Removed, libltdl is now generated by autogen.sh

24 years agoRemoved, these files are autogenerated.
Marius Vollmer [Tue, 25 Jan 2000 20:27:39 +0000 (20:27 +0000)]
Removed, these files are autogenerated.

24 years ago* readline.scm: Only link glue code when the 'readline feature is
Marius Vollmer [Tue, 25 Jan 2000 20:20:48 +0000 (20:20 +0000)]
* readline.scm: Only link glue code when the 'readline feature is
not already present.  Thanks to Clark McGrew.

24 years agoRemoved, these files are generated automatically.
Marius Vollmer [Tue, 25 Jan 2000 20:17:15 +0000 (20:17 +0000)]
Removed, these files are generated automatically.

24 years ago* variable.c, version.c: Added documentation, written by hand
Greg J. Badros [Tue, 25 Jan 2000 01:50:50 +0000 (01:50 +0000)]
* variable.c, version.c:  Added documentation, written by hand
since I could not find anything already written that was
relevant.

24 years ago * filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN is
Gary Houston [Sun, 23 Jan 2000 20:25:27 +0000 (20:25 +0000)]
* filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN is
not defined (thanks to Richard Y. Kim).

24 years agoHACKING: I've updated it a bit to reflect the need to run autogen.sh,
Greg J. Badros [Sat, 22 Jan 2000 21:11:18 +0000 (21:11 +0000)]
HACKING: I've updated it a bit to reflect the need to run autogen.sh,
etc.  Further changes may be needed, but my commit at least corrects
the most flagrant problems.

24 years agoRe-added, since my test re: the repository-global cvsignore file was unsuccessful...
Greg J. Badros [Sat, 22 Jan 2000 01:01:38 +0000 (01:01 +0000)]
Re-added, since my test re: the repository-global cvsignore file was unsuccessful; there is no good way to do per-module-directory ignores w/o using .cvsignore files in the repo.

24 years agoRemoved
Greg J. Badros [Thu, 20 Jan 2000 21:07:36 +0000 (21:07 +0000)]
Removed

24 years ago*** empty log message ***
Greg J. Badros [Thu, 20 Jan 2000 21:01:16 +0000 (21:01 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Greg J. Badros [Thu, 20 Jan 2000 21:01:13 +0000 (21:01 +0000)]
*** empty log message ***

24 years ago* Makefile.in: Removed, this is auto-generated.
Greg J. Badros [Thu, 20 Jan 2000 21:00:55 +0000 (21:00 +0000)]
* Makefile.in: Removed, this is auto-generated.

* version.texi, stamp-vti: Removed -- these are auto-generated.

24 years agoPatch from Dirk Hermann:
Greg J. Badros [Thu, 20 Jan 2000 20:59:33 +0000 (20:59 +0000)]
Patch from Dirk Hermann:

* list.c: Put some variable initialization code at the point of
declaration; Added a comment for list*; Formatting changes.

* load.c: use SCM_NNULLP to make sure the end of a list is not
reached yet.

24 years ago* format.scm: Use (variable-set! (builtin-variable 'format)) to
Greg J. Badros [Thu, 20 Jan 2000 20:58:30 +0000 (20:58 +0000)]
* format.scm: Use (variable-set! (builtin-variable 'format)) to
re-define format to be format:format (instead of just define,
which interacts poorly with the module system).  Thanks to Shuji
Narazaki for this change.

24 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 18 Jan 2000 18:25:12 +0000 (18:25 +0000)]
*** empty log message ***

24 years ago* backtrace.c (scm_display_error_message): Bugfix: Don't use
Mikael Djurfeldt [Tue, 18 Jan 2000 18:24:57 +0000 (18:24 +0000)]
* backtrace.c (scm_display_error_message): Bugfix: Don't use
result of scm_list_p as C boolean.
(scm_display_error_message, scm_set_print_params_x): Use new
validation macros. (Thanks to Dirk Herrmann.)

24 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 18 Jan 2000 14:13:43 +0000 (14:13 +0000)]
*** empty log message ***

24 years ago* strports.c (st_end_input): Inserted parenthesis to get operator
Mikael Djurfeldt [Tue, 18 Jan 2000 14:13:31 +0000 (14:13 +0000)]
* strports.c (st_end_input): Inserted parenthesis to get operator
grouping correct.

* fports.c, list.c, numbers.c, ports.c, stime.c, symbols.c,
filesys.c, posix.c: Converted docstrings to ANSI C format and
escaped " occurring inside string literals.

24 years ago* net_db.c (scm_resolv_error): Cast result from hstrerror.
Mikael Djurfeldt [Tue, 18 Jan 2000 14:13:00 +0000 (14:13 +0000)]
* net_db.c (scm_resolv_error): Cast result from hstrerror.

24 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 18 Jan 2000 13:10:05 +0000 (13:10 +0000)]
*** empty log message ***

24 years ago* fports.c, list.c: Converted docstrings to ANSI C format and
Mikael Djurfeldt [Tue, 18 Jan 2000 13:09:54 +0000 (13:09 +0000)]
* fports.c, list.c: Converted docstrings to ANSI C format and
escaped " occurring inside string literals.

24 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 18 Jan 2000 12:22:26 +0000 (12:22 +0000)]
*** empty log message ***

24 years ago* posix.c (scm_mknod): Escape " occuring inside docstring.
Mikael Djurfeldt [Tue, 18 Jan 2000 12:22:13 +0000 (12:22 +0000)]
* posix.c (scm_mknod): Escape " occuring inside docstring.

24 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 18 Jan 2000 11:59:33 +0000 (11:59 +0000)]
*** empty log message ***

24 years ago* acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
Mikael Djurfeldt [Tue, 18 Jan 2000 11:59:27 +0000 (11:59 +0000)]
* acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
instead of $(top_builddir)/libltdl to includepath.

24 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 18 Jan 2000 11:27:18 +0000 (11:27 +0000)]
*** empty log message ***

24 years ago* multistring.el: New file.
Mikael Djurfeldt [Tue, 18 Jan 2000 11:26:56 +0000 (11:26 +0000)]
* multistring.el: New file.

24 years ago* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
Mikael Djurfeldt [Tue, 18 Jan 2000 11:24:37 +0000 (11:24 +0000)]
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
   evalext.c, filesys.c, gc.c, hash.c, hashtab.c, ioext.c,
   keywords.c, list.c, load.c, macros.c, net_db.c, numbers.c,
   objprop.c, ports.c, posix.c, print.c, procprop.c, procs.c,
   ramap.c, regex-posix.c, root.c, scmsigs.c, simpos.c, socket.c,
   stacks.c, stime.c, strings.c, strop.c, strports.c, struct.c,
   symbols.c, throw.c, unif.c, vectors.c, version.c, vports.c,
   weaks.c: Converted docstrings to ANSI C format.

* filesys.c (scm_chmod), simpos.c (s_scm_system), version
(scm_version), vports (scm_make_soft_port): Escape " occuring
inside docstring.

24 years ago* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
Mikael Djurfeldt [Tue, 18 Jan 2000 11:24:03 +0000 (11:24 +0000)]
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
   evalext.c, filesys.c, gc.c, hash.c, hashtab.c, ioext.c,
   keywords.c, list.c, load.c, macros.c, net_db.c, numbers.c,
   objprop.c, ports.c, posix.c, print.c, procprop.c, procs.c,
   ramap.c, regex-posix.c, root.c, scmsigs.c, simpos.c, socket.c,
   stacks.c, stime.c, strings.c, strop.c, strports.c, struct.c,
   symbols.c, throw.c, unif.c, vectors.c, version.c, vports.c,
   weaks.c: Converted docstrings to ANSI C format.

24 years ago*** empty log message ***
Greg J. Badros [Mon, 17 Jan 2000 19:45:51 +0000 (19:45 +0000)]
*** empty log message ***

24 years ago* scm_validate.h: Added SCM_VALIDATE_ULONG_COPY,
Greg J. Badros [Mon, 17 Jan 2000 19:44:01 +0000 (19:44 +0000)]
* scm_validate.h: Added SCM_VALIDATE_ULONG_COPY,
SCM_VALIDATE_LONG_COPY

* numbers.c: Use SCM_VALIDATE_ULONG_COPY, instead of
SCM_VALIDATE_INUM_COPY to let bigger numbers be used.  Rename a
couple of formal arguments (and fix their uses) to make arguments
match the documentation.

24 years ago*** empty log message ***
Greg J. Badros [Sun, 16 Jan 2000 22:07:08 +0000 (22:07 +0000)]
*** empty log message ***

24 years ago* paths.scm: Assume that ~/guile-core/test-suite is the location
Greg J. Badros [Sun, 16 Jan 2000 22:03:44 +0000 (22:03 +0000)]
* paths.scm: Assume that ~/guile-core/test-suite is the location
of the test suite now.

* tests/version.test: Added -- version.c had 0% coverage before,
now at 100%.

* tests/chars.test: Added -- needed test of char-is-both?.

24 years ago*** empty log message ***
Marius Vollmer [Sat, 15 Jan 2000 12:53:32 +0000 (12:53 +0000)]
*** empty log message ***

24 years ago* README, HACKING: Moved "Hacking it yourself" section from README
Marius Vollmer [Sat, 15 Jan 2000 12:53:15 +0000 (12:53 +0000)]
* README, HACKING: Moved "Hacking it yourself" section from README
to HACKING.  Updated recommended libtool version to be 1.3.4.

24 years ago * Makefile.am: Augment path when running guile-doc-snarf so
Maciej Stachowiak [Sat, 15 Jan 2000 03:24:25 +0000 (03:24 +0000)]
* Makefile.am: Augment path when running guile-doc-snarf so
guile-func-name-check is found.

24 years ago * configure.in: needs to have --disable-networking, not
Gary Houston [Fri, 14 Jan 2000 23:14:33 +0000 (23:14 +0000)]
* configure.in: needs to have --disable-networking, not
--disable-net.

24 years ago* scm_validate.h (SCM_NUM2LONG_DEF): Fix this macro to just use
Greg J. Badros [Fri, 14 Jan 2000 17:35:13 +0000 (17:35 +0000)]
* scm_validate.h (SCM_NUM2LONG_DEF): Fix this macro to just use
def, not SCM_MAKINUM(def);  thanks Janis Bzerins!

24 years ago*** empty log message ***
Marius Vollmer [Wed, 12 Jan 2000 21:42:55 +0000 (21:42 +0000)]
*** empty log message ***

24 years ago* Makefile.am (EXTRA_DIST): Added "guile.m4".
Marius Vollmer [Wed, 12 Jan 2000 21:42:41 +0000 (21:42 +0000)]
* Makefile.am (EXTRA_DIST): Added "guile.m4".

24 years agoReplaced #ifdef 0 --> #if 0
Mikael Djurfeldt [Wed, 12 Jan 2000 13:06:27 +0000 (13:06 +0000)]
Replaced #ifdef 0 --> #if 0

24 years ago*** empty log message ***
Greg J. Badros [Wed, 12 Jan 2000 08:09:57 +0000 (08:09 +0000)]
*** empty log message ***

24 years ago* net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG since that's
Greg J. Badros [Wed, 12 Jan 2000 08:07:36 +0000 (08:07 +0000)]
* net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG since that's
the way guile-1.3.4 worked, but #if 0 out the version using
SCM_VALIDATE_INUM_COPY for stricter testing.

24 years ago*** empty log message ***
Greg J. Badros [Wed, 12 Jan 2000 02:25:55 +0000 (02:25 +0000)]
*** empty log message ***

24 years ago* guile-doc-snarf.in: Use new $fullfilename for running
Greg J. Badros [Wed, 12 Jan 2000 02:25:40 +0000 (02:25 +0000)]
* guile-doc-snarf.in: Use new $fullfilename for running
guile-func-name-check, and put "$fullfilename" and "$filename" in
quotes at uses to make sure re-splitting on whitespace does not
occur (so filenames w/ embedded whitespace would work okay, though
I sure hope we never have to deal with that! :-) ).  Thanks to
Mikael for pointing out the source_dir != build_dir was broken.

24 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 12 Jan 2000 02:17:21 +0000 (02:17 +0000)]
*** empty log message ***

24 years ago* Makefile.am (dist-hook): Updated to include oldfmt.c in
Mikael Djurfeldt [Wed, 12 Jan 2000 02:16:50 +0000 (02:16 +0000)]
* Makefile.am (dist-hook): Updated to include oldfmt.c in
distribution archive.

24 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 12 Jan 2000 02:04:54 +0000 (02:04 +0000)]
*** empty log message ***

24 years agoNew file: Needed by autogen.sh.
Mikael Djurfeldt [Wed, 12 Jan 2000 02:04:30 +0000 (02:04 +0000)]
New file: Needed by autogen.sh.

24 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 12 Jan 2000 02:01:29 +0000 (02:01 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 12 Jan 2000 01:54:23 +0000 (01:54 +0000)]
*** empty log message ***

24 years ago* oldfmt.c: New file: Used by application writers to adapt to
Mikael Djurfeldt [Wed, 12 Jan 2000 01:54:16 +0000 (01:54 +0000)]
* oldfmt.c: New file: Used by application writers to adapt to
new-style error format strings.

24 years ago* README: Updated with note about oldfmt.c.
Mikael Djurfeldt [Wed, 12 Jan 2000 01:53:48 +0000 (01:53 +0000)]
* README: Updated with note about oldfmt.c.

24 years ago*** empty log message ***
Greg J. Badros [Wed, 12 Jan 2000 01:53:13 +0000 (01:53 +0000)]
*** empty log message ***

24 years agoAdded proper entry for readline.c
Greg J. Badros [Wed, 12 Jan 2000 01:53:08 +0000 (01:53 +0000)]
Added proper entry for readline.c

24 years ago* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
Greg J. Badros [Wed, 12 Jan 2000 01:51:18 +0000 (01:51 +0000)]
* scm_validate.h: Added SCM_NUM2LONG_DEF macro.  Make
SCM_OUT_OF_RANGE use SCM_MAKINUM, not scm_long2num.  Added
SCM_COERCE_ROSTRING macro.  Added SCM_VALIDATE_NONEMPTYLIST
macro.  Fix SCM_VALIDATE_STRINGORSUBSTR macro to not use SLOPPY
variants.

* ports.c (scm_port_closed_p): Validate that the arg is a PORT,
then return whether it's an open port (was validating that it was
an open port -- this was a bug I introduced back in December, but
my careful reading of diffs caught it).

* numbers.c: Recombine the two conditional-compilation paths for
all the log* primitives -- they were split based on #ifndef
scm_long2num;  factored out a SCM_LOGOP_RETURN macro, and fixed
some bugs and inconsistencies in the two sets of implementations.
(scm_lognot) Fixed *atrocious* re-use of a SCM as an integer!

* ioext.c: Use SCM_ASSERT_RANGE in a couple places, and
SCM_VALIDATE_INUM_COPY once where it should've been used.

* fluids.c (scm_internal_with_fluids): Use
SCM_VALIDATE_LIST_COPYLEN.

* filesys.c: Use SCM_NUM2LONG instead of SCM_VALIDATE_INUM_COPY;
this is questionable as it relaxes type safety, but other changes
were useful and all SCM_NUM2LONG's should probably be
revisited. Use SCM_OUT_OF_RANGE, SCM_WRONG_TYPE_ARG.

* evalext.c: line-break change on 1 line.

* eval.c (nconc2last): Takes a non-empty list as its first
argument, not just a list.

* dynl.c: Use new SCM_COERCE_ROSTRING macro.

24 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 12 Jan 2000 01:29:50 +0000 (01:29 +0000)]
*** empty log message ***

24 years ago* snarf.h (SCM_PROC1): Replaced SCM (*) (...) with
Mikael Djurfeldt [Wed, 12 Jan 2000 01:29:42 +0000 (01:29 +0000)]
* snarf.h (SCM_PROC1): Replaced SCM (*) (...) with
SCM_FUNC_CAST_ARBITRARY_ARGS.

24 years ago* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
Greg J. Badros [Tue, 11 Jan 2000 23:56:47 +0000 (23:56 +0000)]
* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
net_db.c, sort.c, stacks.c, unif.c: Use SCM_WTA, SCM_MISC_ERROR
where possible.

* symbols.c (scm_sysintern0): Fixed the function name in a
scm_misc_error invocation.

* print.c (scm_simple_format): Do not need SCM_COERCE_SUBSTR, and
use scm_return_first to ward off latent GC bug that Mikael caught.

* async.c: Use SCM_VALIDATE_ASYNC_COPY one place where it wasn't
used before but should've been.

24 years ago*** empty log message ***
Greg J. Badros [Tue, 11 Jan 2000 21:50:28 +0000 (21:50 +0000)]
*** empty log message ***

24 years ago* autogen.sh: Added messages as we run autogen in subdirectories.
Greg J. Badros [Tue, 11 Jan 2000 21:50:10 +0000 (21:50 +0000)]
* autogen.sh: Added messages as we run autogen in subdirectories.

* configure.in: Output libugile/guile-func-name-check script, and
chmod +x it.

24 years ago* guile-func-name-check.in: Added this script to statically check
Greg J. Badros [Tue, 11 Jan 2000 21:47:57 +0000 (21:47 +0000)]
* 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.

24 years agoGrammar fix.
Marius Vollmer [Tue, 11 Jan 2000 20:35:05 +0000 (20:35 +0000)]
Grammar fix.

24 years ago*** empty log message ***
Marius Vollmer [Tue, 11 Jan 2000 20:33:40 +0000 (20:33 +0000)]
*** empty log message ***

24 years ago* libltdl/autogen.sh: New file.
Marius Vollmer [Tue, 11 Jan 2000 20:33:07 +0000 (20:33 +0000)]
* libltdl/autogen.sh: New file.
* autogen.sh: Invoke libltdl/autogen.sh.

24 years ago*** empty log message ***
Greg J. Badros [Tue, 11 Jan 2000 19:33:39 +0000 (19:33 +0000)]
*** empty log message ***

24 years ago* fports.c, ports.c, ports.h, strports.c, vports.c: Make write
Greg J. Badros [Tue, 11 Jan 2000 19:32:10 +0000 (19:32 +0000)]
* fports.c, ports.c, ports.h, strports.c, vports.c: Make write
port function take const void*, not void*.

24 years ago*** empty log message ***
Greg J. Badros [Tue, 11 Jan 2000 19:20:17 +0000 (19:20 +0000)]
*** empty log message ***

24 years ago* scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c,
Greg J. Badros [Tue, 11 Jan 2000 19:19:59 +0000 (19:19 +0000)]
* scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c,
strop.c: Use SCM_VALIDATE_ICHR, SCM_VALIDATE_ICHR_COPY instead of
SCM_VALIDATE_CHAR, SCM_VALIDATE_CHAR_COPY.  Change made for
consistency with the other macros dealing with immediate
characters.  (Similar to INT -> INUM change a week or so ago).

24 years ago*** empty log message ***
Greg J. Badros [Tue, 11 Jan 2000 18:52:55 +0000 (18:52 +0000)]
*** empty log message ***

24 years ago* boot-9.scm expect.scm, syncase.scm: Switch to new style
Greg J. Badros [Tue, 11 Jan 2000 18:52:25 +0000 (18:52 +0000)]
* boot-9.scm expect.scm, syncase.scm: Switch to new style
`simple-format' message strings: substitute ~A for %s, and ~S for
%S.

* boot-9.scm:  Added (define format simple-format) to expose that
primitive via the simpler name until format.scm is loaded.

24 years ago* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,
Greg J. Badros [Tue, 11 Jan 2000 18:48:57 +0000 (18:48 +0000)]
* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,
net_db.c, read.c, socket.c: Update error messages to use ~A for
%s, ~S for %S to work with new `simple-format' format and be
standardized better.

* print.h, print.c (scm_simple_format): Added `simple-format'
primitive.  It's the old scm_display_error, with ARGS now a rest
parameter, and the destination first instead of last (and a couple
new capabilities inspired by `format' -- #t as destination means
current-output-port, #f means return the formatted text as a
string.

* gh.h, gh_data.c, ports.h, ports.c: Added some missing const specifications.

* backtrace.c (scm_display_error_message): Rewrote to use
scm_simple_format() procedure.

* __scm.h: Added commented-out #define of GUILE_DEBUG_FREELIST

24 years ago* dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c: deleted
Marius Vollmer [Mon, 10 Jan 2000 00:48:00 +0000 (00:48 +0000)]
* dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c: deleted
(obsolete)

24 years ago* DYNAMIC-LINKING: Removed because it is obsolete.
Marius Vollmer [Mon, 10 Jan 2000 00:47:17 +0000 (00:47 +0000)]
* DYNAMIC-LINKING: Removed because it is obsolete.

24 years ago*** empty log message ***
Marius Vollmer [Mon, 10 Jan 2000 00:38:02 +0000 (00:38 +0000)]
*** empty log message ***

24 years ago* guile.c: register preloaded modules
Marius Vollmer [Mon, 10 Jan 2000 00:37:47 +0000 (00:37 +0000)]
* guile.c: register preloaded modules

24 years ago* dynl.c: Use ANSI prototypes.
Marius Vollmer [Mon, 10 Jan 2000 00:36:26 +0000 (00:36 +0000)]
* dynl.c: Use ANSI prototypes.
(sysdep_dynl_link): Use lt_dlopenext instead of lt_dlopen.
* dynl.c: use libltdl if DYNAMIC_LINKING is enabled,

24 years ago* dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c: deleted
Marius Vollmer [Mon, 10 Jan 2000 00:35:30 +0000 (00:35 +0000)]
* dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c: deleted
(obsolete)
* Makefile.am: likewise, add INCLTDL (libltdl headers) to
INCLUDES, set dlpreopened files in LDFLAGS, link libguile
against libltdl
* DYNAMIC-LINKING: Removed because it is obsolete.

24 years ago* boot-9.scm (try-using-libtool-name): Do not bother to look
Marius Vollmer [Mon, 10 Jan 2000 00:33:39 +0000 (00:33 +0000)]
* boot-9.scm (try-using-libtool-name): Do not bother to look
inside libtool ".la" file, dynamic-link does this for us now.

24 years ago* configure.in: Make "--with-modules=yes" the default. Do not
Marius Vollmer [Mon, 10 Jan 2000 00:32:37 +0000 (00:32 +0000)]
* configure.in: Make "--with-modules=yes" the default.  Do not
clear INCLTDL, LIBLTDL prior to processing "--with-modules".
* configure.in: replace --enable-dynamic-linking with
--with-modules, required modules can be specified using
--with-modules="/path/to/mod.la" and will be linked
statically on platforms that don't support dynamic loading,
configure libltdl, configure libtool for dlopening