bpt/guile.git
24 years agoFix example to use 'foo, not 'x, as symbol 'x does not seem to cause
Greg J. Badros [Tue, 7 Mar 2000 16:57:03 +0000 (16:57 +0000)]
Fix example to use 'foo, not 'x, as symbol 'x does not seem to cause
the problem.

24 years ago*** empty log message ***
Greg J. Badros [Tue, 7 Mar 2000 16:07:43 +0000 (16:07 +0000)]
*** empty log message ***

24 years ago* run-test, remaining-docs-needed: Added these scripts. The
Greg J. Badros [Tue, 7 Mar 2000 16:06:13 +0000 (16:06 +0000)]
* run-test, remaining-docs-needed:  Added these scripts.  The
second one is only temporary until the docstring additions are
complete.   run-test may best live on, but is here mostly for
convenience and awareness for now.

24 years ago* hash.c: Docs, minor cleanup patch from Dirk Herrman.
Greg J. Badros [Tue, 7 Mar 2000 16:04:36 +0000 (16:04 +0000)]
* hash.c: Docs, minor cleanup patch from Dirk Herrman.

24 years ago*** empty log message ***
Greg J. Badros [Fri, 3 Mar 2000 00:12:02 +0000 (00:12 +0000)]
*** empty log message ***

24 years ago* validate.h, scm_validate.h: Added the former, as a renamed
Greg J. Badros [Fri, 3 Mar 2000 00:11:46 +0000 (00:11 +0000)]
* validate.h, scm_validate.h: Added the former, as a renamed
version of the latter with SCM_ASSERT_TYPE used in
SCM_MAKE_VALIDATE (instead of just SCM_ASSERT)

24 years ago* Makefile.am: Rename scm_validate.h to validate.h.
Greg J. Badros [Fri, 3 Mar 2000 00:10:35 +0000 (00:10 +0000)]
* Makefile.am: Rename scm_validate.h to validate.h.

24 years ago* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
Greg J. Badros [Fri, 3 Mar 2000 00:09:54 +0000 (00:09 +0000)]
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
displaying the expected type.  Use SCM_LISTn in a couple places
instead of scm_cons-ing by hand.

* __scm.h: Added SCM_ASSERT_TYPE macro.

* validate.h, scm_validate.h: Added the former, as a renamed
version of the latter with SCM_ASSERT_TYPE used in
SCM_MAKE_VALIDATE (instead of just SCM_ASSERT)

* Makefile.am: Rename scm_validate.h to validate.h.

* *.c, *.h: Include validate.h, not scm_validate.h (old name's
prefix was superfluous).

24 years ago*** empty log message ***
Greg J. Badros [Thu, 2 Mar 2000 23:41:30 +0000 (23:41 +0000)]
*** empty log message ***

24 years ago* hashtab.c: Improved documentation for lots of functions. Added
Greg J. Badros [Thu, 2 Mar 2000 23:41:22 +0000 (23:41 +0000)]
* hashtab.c: Improved documentation for lots of functions.  Added
handwritten docs for `hash-fold'.

24 years ago* list.c: Added hand-written docs for `del{q,v,ete}1!'.
Greg J. Badros [Thu, 2 Mar 2000 23:14:28 +0000 (23:14 +0000)]
* list.c: Added hand-written docs for `del{q,v,ete}1!'.

24 years ago*** empty log message ***
Greg J. Badros [Thu, 2 Mar 2000 20:56:07 +0000 (20:56 +0000)]
*** empty log message ***

24 years ago* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,
Greg J. Badros [Thu, 2 Mar 2000 20:54:43 +0000 (20:54 +0000)]
* list.c: Moved append docs to append! Thanks Dirk Hermann.  Also,
added append docs from R4RS.

* strings.c: Docstring typo fix, + eliminate unneeded IMP tests.
Thanks Dirk Hermann!

* chars.h: Provide SCM_CHARP, SCM_CHAR, SCM_MAKE_CHAR and
deprecate SCM_ICHRP, SCM_ICHR, SCM_MAKICHR.  Thanks Dirk Hermann!

* *.h, *.c: Use SCM_CHARP, SCM_CHAR, SCM_MAKE_CHAR throughout.
Drop use of SCM_P for function prototypes... assume an ANSI C
compiler.  Thanks Dirk Hermann!

24 years ago*** empty log message ***
Greg J. Badros [Thu, 2 Mar 2000 20:44:28 +0000 (20:44 +0000)]
*** empty log message ***

24 years ago* boot-9.scm: Drop unused definition of sfx function -- thanks
Greg J. Badros [Thu, 2 Mar 2000 20:44:19 +0000 (20:44 +0000)]
* boot-9.scm: Drop unused definition of sfx function -- thanks
Dirk Hermann!

24 years ago*** empty log message ***
Greg J. Badros [Wed, 1 Mar 2000 21:18:35 +0000 (21:18 +0000)]
*** empty log message ***

24 years ago* streams.scm: Doc patch from Richard Kim, using MIT Scheme as
Greg J. Badros [Wed, 1 Mar 2000 20:21:24 +0000 (20:21 +0000)]
* streams.scm: Doc patch from Richard Kim, using MIT Scheme as
source of the numerous very short changes.

24 years ago(Characters): Fix type of SCM_MAKICHR argument.
Jim Blandy [Mon, 28 Feb 2000 20:58:59 +0000 (20:58 +0000)]
(Characters): Fix type of SCM_MAKICHR argument.

24 years ago*** empty log message ***
Greg J. Badros [Sat, 19 Feb 2000 20:40:46 +0000 (20:40 +0000)]
*** empty log message ***

24 years ago* ports.c: Made `set-port-column!' and `set-port-line!' each
Greg J. Badros [Sat, 19 Feb 2000 20:21:19 +0000 (20:21 +0000)]
* ports.c: Made `set-port-column!' and `set-port-line!' each
return SCM_UNSPECIFIED instead of a (not-scheme-object) integer
that caused a seg fault.  Also fixed `set-port-column!'s
docstring.  Thanks Han-Wen Nienhuys for finding the bug!

24 years ago*** empty log message ***
Greg J. Badros [Mon, 14 Feb 2000 03:13:48 +0000 (03:13 +0000)]
*** empty log message ***

24 years ago* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,
Greg J. Badros [Mon, 14 Feb 2000 03:13:19 +0000 (03:13 +0000)]
* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,
regex-posix.c, scmsigs.c, stime.c, strings.c, variable.c, stime.c,
strings.c, variable.c:  Added lots of documentation, cleaned up
some existing documentation.  Occasionally changed formal params
to match docs.  Also folded an #ifdef into the inners of a
primitive instead of having two copies of the primitive
(`get-internal-real-time', from stime.c)

24 years ago*** empty log message ***
Greg J. Badros [Mon, 14 Feb 2000 02:04:20 +0000 (02:04 +0000)]
*** empty log message ***

24 years ago* slib.scm: Rename software-type to slib:software-type and make it
Greg J. Badros [Mon, 14 Feb 2000 02:04:14 +0000 (02:04 +0000)]
* slib.scm: Rename software-type to slib:software-type and make it
public.

* r4rs.scm: Added documentation; largely cut and pasted from R4RS
info pages.

24 years ago* common-list.scm: Added documentation; largely cut and pasted
Greg J. Badros [Mon, 14 Feb 2000 01:49:48 +0000 (01:49 +0000)]
* common-list.scm: Added documentation; largely cut and pasted
from slib docs.

24 years ago*** empty log message ***
Greg J. Badros [Sun, 13 Feb 2000 17:41:36 +0000 (17:41 +0000)]
*** empty log message ***

24 years ago* guile-doc-snarf.in: Use ${AWK} -f guile-func-name-check, not
Greg J. Badros [Sun, 13 Feb 2000 17:41:10 +0000 (17:41 +0000)]
* guile-doc-snarf.in: Use ${AWK} -f guile-func-name-check, not
just execing guile-func-name-check.  Thanks Michael Livshin!

24 years ago*** empty log message ***
Greg J. Badros [Sun, 13 Feb 2000 04:18:07 +0000 (04:18 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Mikael Djurfeldt [Fri, 11 Feb 2000 04:48:18 +0000 (04:48 +0000)]
*** empty log message ***

24 years ago* format.scm (format): Reintroduce (define format format:format)
Mikael Djurfeldt [Fri, 11 Feb 2000 04:48:07 +0000 (04:48 +0000)]
* format.scm (format): Reintroduce (define format format:format)
so that the binding in the public interface of the module will be OK.

24 years ago* guile-snarf.awk.in: Tweak to work with Sun/HP awk, removed some
Greg J. Badros [Thu, 10 Feb 2000 19:45:10 +0000 (19:45 +0000)]
* guile-snarf.awk.in: Tweak to work with Sun/HP awk, removed some
dead code.  Patch from Michael Livshin.

* guile-doc-snarf.in: Tweak to work with Sun/HP sh.  Patch from
Michael Livshin.

24 years ago2000-02-09 Gary Houston <ghouston@arglist.com>
Gary Houston [Wed, 9 Feb 2000 21:25:34 +0000 (21:25 +0000)]
2000-02-09  Gary Houston  <ghouston@arglist.com>

* init.c (scm_init_standard_ports): when stdout is a tty, make the
current-output-port unbuffered by default.  this is less confusing
for interactive use.  it was line-buffered because of a
performance problem with unbuffered ports, but I think it will be
OK now.

24 years ago * __scm.h: don't define long_long or ulong_long if HAVE_LONG_LONGS
Gary Houston [Tue, 8 Feb 2000 22:16:15 +0000 (22:16 +0000)]
* __scm.h: don't define long_long or ulong_long if HAVE_LONG_LONGS
is not defined.

* stime.c (scm_localtime, scm_mktime): if neither HAVE_TM_ZONE nor
HAVE_TZNAME are defined, use an empty string instead of giving two
spurious compile-time errors.

24 years ago*** empty log message ***
Greg J. Badros [Tue, 8 Feb 2000 22:01:14 +0000 (22:01 +0000)]
*** empty log message ***

24 years ago* ports.c: Doc patches from Richard Kim. Pasted from MIT Scheme.
Greg J. Badros [Tue, 8 Feb 2000 21:59:19 +0000 (21:59 +0000)]
* ports.c: Doc patches from Richard Kim.  Pasted from MIT Scheme.
Thanks Richard!

24 years ago*** empty log message ***
Greg J. Badros [Mon, 7 Feb 2000 17:09:15 +0000 (17:09 +0000)]
*** empty log message ***

24 years ago* macros.c: Doc patches from Richard Kim. Pasted from scm.texi.
Greg J. Badros [Mon, 7 Feb 2000 17:08:07 +0000 (17:08 +0000)]
* macros.c: Doc patches from Richard Kim.  Pasted from scm.texi.

24 years ago*** empty log message ***
Greg J. Badros [Mon, 7 Feb 2000 04:30:25 +0000 (04:30 +0000)]
*** empty log message ***

24 years ago* pairs.c: Doc patches from Richard Kim. Pasted from MIT Scheme
Greg J. Badros [Mon, 7 Feb 2000 04:30:17 +0000 (04:30 +0000)]
* pairs.c: Doc patches from Richard Kim.  Pasted from MIT Scheme
(which is GNU GPL'd).

24 years ago * strings.h: don't use SCM_P. don't include <string.h>.
Gary Houston [Mon, 31 Jan 2000 18:29:56 +0000 (18:29 +0000)]
* strings.h: don't use SCM_P.  don't include <string.h>.
* error.c, gh_data.c, ports.c, script.c, strop.c: include <string.h>.

* strings.c (scm_string_ref): make the 2nd argument compulsory.
previously it defaulted to zero for no good reason that I can see.
use a local variable for SCM_INUM (k).  replace
SCM_VALIDATE_INUM_DEF with SCM_VALIDATE_INUM_COPY.

(scm_makfromstr): cosmetic changes.

(scm_string): Accept only chars in the list, not strings, for
conformance to R5RS (particularly for list->string, which is
supposed to be the inverse of string->list.)  remove
SCM_DEFER_INTS/SCM_ALLOW_INTS, which is unnecessary since
scm_makstr handles the cell allocation.  when reporting wrong-type
arg, don't report the position as 1.

* posix.c (scm_init_posix): intern PIPE_BUF if it's defined.

* boot-9.scm (find-and-link-dynamic-module): pass strings, not symbols,
to string-append.

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".