bpt/guile.git
23 years ago * guile-c.el (guile-c-window-configuration): New variable.
Keisuke Nishida [Tue, 13 Mar 2001 05:49:19 +0000 (05:49 +0000)]
* guile-c.el (guile-c-window-configuration): New variable.
(guile-c-edit-docstring, guile-c-edit-finish):
Save/restore window-configuration.

23 years agoUse FUNC_NAME.
Keisuke Nishida [Tue, 13 Mar 2001 02:14:12 +0000 (02:14 +0000)]
Use FUNC_NAME.

23 years agoAdd check-guile.
Keisuke Nishida [Tue, 13 Mar 2001 02:11:20 +0000 (02:11 +0000)]
Add check-guile.

23 years ago * strports.c (scm_object_to_string): New procedure.
Keisuke Nishida [Tue, 13 Mar 2001 02:09:57 +0000 (02:09 +0000)]
* strports.c (scm_object_to_string): New procedure.
(scm_strprint_obj): Deprecated.

23 years ago * guile-c.el (guile-c-deprecate-region): New command.
Keisuke Nishida [Tue, 13 Mar 2001 01:56:47 +0000 (01:56 +0000)]
* guile-c.el (guile-c-deprecate-region): New command.

23 years ago* arrays.scm (make-array): Added quote in front of ().
Mikael Djurfeldt [Mon, 12 Mar 2001 15:03:17 +0000 (15:03 +0000)]
* arrays.scm (make-array): Added quote in front of ().

23 years ago* Cleaned up uses and definition of SCM_ASSYNT.
Dirk Herrmann [Mon, 12 Mar 2001 14:34:44 +0000 (14:34 +0000)]
* Cleaned up uses and definition of SCM_ASSYNT.

23 years ago * common-list.scm (count-if): New procedure.
Keisuke Nishida [Mon, 12 Mar 2001 12:23:55 +0000 (12:23 +0000)]
* common-list.scm (count-if): New procedure.

23 years ago * load.c (scm_primitive_load, scm_primitive_load_path),
Martin Grabmüller [Mon, 12 Mar 2001 07:08:46 +0000 (07:08 +0000)]
* load.c (scm_primitive_load, scm_primitive_load_path),
(scm_sys_search_load_path): Corrected docstrings (file ->
filename).

* eval.c (scm_force): Added texinfo markup to docstring.
(scm_promise_p): Renamed parameter to `obj' to match docstring.

* debug-malloc.c: Reinserted #include <stdio.h>.

23 years ago*** empty log message ***
Keisuke Nishida [Mon, 12 Mar 2001 02:46:13 +0000 (02:46 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Marius Vollmer [Mon, 12 Mar 2001 00:52:43 +0000 (00:52 +0000)]
*** empty log message ***

23 years ago* intro.texi: Changed to reflect current practice better. Added
Marius Vollmer [Mon, 12 Mar 2001 00:50:08 +0000 (00:50 +0000)]
* intro.texi: Changed to reflect current practice better.  Added
stuff about writing Guile Extensions (aka dynamically loaded
shared libraries).

23 years agoSplit up.
Keisuke Nishida [Sun, 11 Mar 2001 23:57:16 +0000 (23:57 +0000)]
Split up.

23 years ago * list.c (s_scm_reverse_x): Use SCM_VALIDATE_LIST.
Keisuke Nishida [Sun, 11 Mar 2001 23:47:16 +0000 (23:47 +0000)]
* list.c (s_scm_reverse_x): Use SCM_VALIDATE_LIST.

23 years ago* Added a new test case plus minor improvements.
Dirk Herrmann [Sun, 11 Mar 2001 23:31:58 +0000 (23:31 +0000)]
* Added a new test case plus minor improvements.

23 years ago* guile-c.el: New file.
Keisuke Nishida [Sun, 11 Mar 2001 19:59:42 +0000 (19:59 +0000)]
* guile-c.el: New file.

23 years agoNew file.
Keisuke Nishida [Sun, 11 Mar 2001 19:59:10 +0000 (19:59 +0000)]
New file.

23 years agoUse SCM_LISTn instead of scm_listify.
Keisuke Nishida [Sun, 11 Mar 2001 09:44:08 +0000 (09:44 +0000)]
Use SCM_LISTn instead of scm_listify.

23 years ago* _scm.h: Removed #include <errno.h>.
Mikael Djurfeldt [Sat, 10 Mar 2001 16:56:09 +0000 (16:56 +0000)]
* _scm.h: Removed #include <errno.h>.

* error.c, net_db.c, putenv.c, stime.c: Removed declaration of
errno variable (can be a macro on some systems, for example when
using linux libc with threads).

* error.c, filesys.c, gc.c, ioext.c, iselect.c, net_db.c, ports.c,
posix.c, print.c, putenv.c, scmsigs.c, script.c, simpos.c, smob.c,
socket.c, srcprop.c, stime.c, strop.c, unif.c, vports.c: Added
#include <errno.h> in these 20 out of 100 files.

23 years agoMake (ice-9 buffered-input) more general
Neil Jerram [Sat, 10 Mar 2001 14:07:19 +0000 (14:07 +0000)]
Make (ice-9 buffered-input) more general

23 years ago * socket.c: add a definition of SUN_LEN (from glibc) for when it's
Gary Houston [Sat, 10 Mar 2001 10:30:16 +0000 (10:30 +0000)]
* socket.c: add a definition of SUN_LEN (from glibc) for when it's
not already defined.

23 years ago*** empty log message ***
Mikael Djurfeldt [Sat, 10 Mar 2001 03:13:12 +0000 (03:13 +0000)]
*** empty log message ***

23 years ago* goops.scm (define-method): Only accept new syntax.
Mikael Djurfeldt [Sat, 10 Mar 2001 03:09:50 +0000 (03:09 +0000)]
* goops.scm (define-method): Only accept new syntax.

* goops/old-define-method.scm: New file.

* goops.scm, goops/save.scm, goops/composite-slot.scm,
goops/active-slot.scm: Use new method syntax.

23 years ago* coop.c: Inserted #include <stdio.h>.
Mikael Djurfeldt [Sat, 10 Mar 2001 03:09:07 +0000 (03:09 +0000)]
* coop.c: Inserted #include <stdio.h>.

* iselect.c: Reinserted #include <stdio.h>.

23 years ago* goops.texi (VERSION): Bumped to version 0.3.
Mikael Djurfeldt [Sat, 10 Mar 2001 03:08:28 +0000 (03:08 +0000)]
* goops.texi (VERSION): Bumped to version 0.3.

* goops-tutorial.texi, goops.texi: Updated to reflext new
define-method syntax.

23 years ago * match.scm: Don't export defstruct. Use (unquote defstruct) instead.
Keisuke Nishida [Sat, 10 Mar 2001 02:16:12 +0000 (02:16 +0000)]
* match.scm: Don't export defstruct.  Use (unquote defstruct) instead.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 10 Mar 2001 01:07:44 +0000 (01:07 +0000)]
*** empty log message ***

23 years ago* posix.c: Replaced `#define' of __USE_XOPEN right before
Marius Vollmer [Sat, 10 Mar 2001 01:07:06 +0000 (01:07 +0000)]
* posix.c: Replaced `#define' of __USE_XOPEN right before
including unistd.h with a define of _GNU_SOURCE at the very top of
the file.

23 years agoRemove #include <stdio.h>. Add #include <string.h>.
Keisuke Nishida [Fri, 9 Mar 2001 23:33:41 +0000 (23:33 +0000)]
Remove #include <stdio.h>.  Add #include <string.h>.

23 years ago * readline.c: Add #include <stdio.h>
Keisuke Nishida [Fri, 9 Mar 2001 23:31:55 +0000 (23:31 +0000)]
* readline.c: Add #include <stdio.h>

23 years ago* Makefile.am (psyntax.pp): Added rule for producing psyntax.pp.
Mikael Djurfeldt [Fri, 9 Mar 2001 21:47:52 +0000 (21:47 +0000)]
* Makefile.am (psyntax.pp): Added rule for producing psyntax.pp.

23 years ago (scm_gethostname): Set initial name length to 256 for
Martin Grabmüller [Fri, 9 Mar 2001 12:09:17 +0000 (12:09 +0000)]
(scm_gethostname): Set initial name length to 256 for
Solaris.

23 years ago * posix.c (scm_gethostname): Set initial name length to 256 for
Martin Grabmüller [Fri, 9 Mar 2001 12:08:43 +0000 (12:08 +0000)]
* posix.c (scm_gethostname): Set initial name length to 256 for
Solaris.

23 years agoAdded some new posix functions:
Martin Grabmüller [Fri, 9 Mar 2001 10:03:47 +0000 (10:03 +0000)]
Added some new posix functions:
(scm_crypt, scm_chroot, scm_getlogin, scm_cuserid),
(scm_getpriority, scm_setpriority, scm_getpass, scm_flock),
(scm_sethostname, scm_gethostname): New procedures.

23 years ago * tests/syntax.test ("let*"): Changed the `duplicate bindings'
Martin Grabmüller [Fri, 9 Mar 2001 09:44:26 +0000 (09:44 +0000)]
* tests/syntax.test ("let*"): Changed the `duplicate bindings'
test, dups are allowed in `let*' and are now expected to pass.

23 years agoMove doc files into guile-core distribution (7)
Neil Jerram [Fri, 9 Mar 2001 09:35:13 +0000 (09:35 +0000)]
Move doc files into guile-core distribution (7)

23 years agoMove doc files into guile-core distribution (6)
Neil Jerram [Fri, 9 Mar 2001 09:20:46 +0000 (09:20 +0000)]
Move doc files into guile-core distribution (6)

23 years agoMove doc files into guile-core distribution (4)
Neil Jerram [Fri, 9 Mar 2001 08:53:15 +0000 (08:53 +0000)]
Move doc files into guile-core distribution (4)

23 years agoMove doc files into guile-core distribution (3)
Neil Jerram [Fri, 9 Mar 2001 08:42:37 +0000 (08:42 +0000)]
Move doc files into guile-core distribution (3)

23 years agoMove doc files into guile-core distribution (2)
Neil Jerram [Fri, 9 Mar 2001 08:28:57 +0000 (08:28 +0000)]
Move doc files into guile-core distribution (2)

23 years agoMove doc files into guile-core distribution (1)
Neil Jerram [Fri, 9 Mar 2001 08:22:00 +0000 (08:22 +0000)]
Move doc files into guile-core distribution (1)

23 years agoRemoved texinfo.tex
Neil Jerram [Fri, 9 Mar 2001 08:16:16 +0000 (08:16 +0000)]
Removed texinfo.tex

23 years ago* Removed old copy of data-rep.texi.
Neil Jerram [Fri, 9 Mar 2001 08:09:48 +0000 (08:09 +0000)]
* Removed old copy of data-rep.texi.

23 years ago * match.scm: export defstruct.
Keisuke Nishida [Fri, 9 Mar 2001 05:16:05 +0000 (05:16 +0000)]
* match.scm: export defstruct.

23 years ago* Docstring fixes.
Neil Jerram [Fri, 9 Mar 2001 00:21:27 +0000 (00:21 +0000)]
* Docstring fixes.

23 years ago*** empty log message ***
Mikael Djurfeldt [Thu, 8 Mar 2001 19:36:35 +0000 (19:36 +0000)]
*** empty log message ***

23 years ago* ramap.c (racp): Removed optimization which caused array copying
Mikael Djurfeldt [Thu, 8 Mar 2001 19:34:41 +0000 (19:34 +0000)]
* ramap.c (racp): Removed optimization which caused array copying
to fail if the two arrays shared storage.  Re-inserted the IVDEP
macros removed in the change of 2000-03-09.  (Don't really have a
complete grasp of what they are for, but they seem to be necessary
on Crays.  This needs testing!)  Thanks to Miroslav Silovic.

23 years ago* hash.c (scm_string_hash): Don't downcase characters.
Mikael Djurfeldt [Thu, 8 Mar 2001 18:14:33 +0000 (18:14 +0000)]
* hash.c (scm_string_hash): Don't downcase characters.

23 years ago*** empty log message ***
Mikael Djurfeldt [Thu, 8 Mar 2001 18:06:46 +0000 (18:06 +0000)]
*** empty log message ***

23 years ago* psyntax.ss: Added FSF copyright notice. Added a notice of
Mikael Djurfeldt [Thu, 8 Mar 2001 18:05:39 +0000 (18:05 +0000)]
* psyntax.ss: Added FSF copyright notice.  Added a notice of
changes in order to comply with paragraph 2a of the GPL.

23 years ago*** empty log message ***
Mikael Djurfeldt [Thu, 8 Mar 2001 02:49:34 +0000 (02:49 +0000)]
*** empty log message ***

23 years ago* symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUG
Mikael Djurfeldt [Thu, 8 Mar 2001 02:46:38 +0000 (02:46 +0000)]
* symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUG
function.

23 years ago* coop-threads.c: Fixed change of 2001-03-06.
Mikael Djurfeldt [Thu, 8 Mar 2001 02:45:39 +0000 (02:45 +0000)]
* coop-threads.c: Fixed change of 2001-03-06.

23 years ago* guile-config.in (build-link): Really reverted the change of
Mikael Djurfeldt [Thu, 8 Mar 2001 02:43:20 +0000 (02:43 +0000)]
* guile-config.in (build-link): Really reverted the change of
2001-03-05.

23 years agoRemoved some junk
Mikael Djurfeldt [Thu, 8 Mar 2001 02:06:02 +0000 (02:06 +0000)]
Removed some junk

23 years ago* Don't set continuation flag for leading whitespace.
Neil Jerram [Wed, 7 Mar 2001 23:03:37 +0000 (23:03 +0000)]
* Don't set continuation flag for leading whitespace.

23 years agofix problems with gcc-2.96.
Keisuke Nishida [Wed, 7 Mar 2001 06:06:16 +0000 (06:06 +0000)]
fix problems with gcc-2.96.

23 years ago* The last patch has introduced a bad-bindings bug. Since it was
Dirk Herrmann [Tue, 6 Mar 2001 13:27:33 +0000 (13:27 +0000)]
* The last patch has introduced a bad-bindings bug.  Since it was
  unnecessary anyway, I simply reverted it.

23 years ago* Remove uses of SCM_ASSERT that may result in error messages different
Dirk Herrmann [Tue, 6 Mar 2001 01:22:37 +0000 (01:22 +0000)]
* Remove uses of SCM_ASSERT that may result in error messages different
  from wrong-type-arg errors.

23 years ago* Don't include libguile/dump.h any more.
Dirk Herrmann [Tue, 6 Mar 2001 01:00:18 +0000 (01:00 +0000)]
* Don't include libguile/dump.h any more.

23 years ago* Use "'()" instead of "()" in optargs.scm.
Neil Jerram [Mon, 5 Mar 2001 23:52:09 +0000 (23:52 +0000)]
* Use "'()" instead of "()" in optargs.scm.

23 years ago* New module (ice-9 buffered-input); use it in (ice-9 readline).
Neil Jerram [Mon, 5 Mar 2001 23:12:57 +0000 (23:12 +0000)]
* New module (ice-9 buffered-input); use it in (ice-9 readline).

23 years ago* eval.c (scm_m_letstar): Removed check for duplicate bindings.
Mikael Djurfeldt [Mon, 5 Mar 2001 18:54:55 +0000 (18:54 +0000)]
* eval.c (scm_m_letstar): Removed check for duplicate bindings.
Duplicate bindings are OK in a let* since a let* is semantically
equivalent to a nested set of let:s.

23 years ago* guile-config.in (build-link): Fixed duplicate binding bug
Martin Grabmüller [Mon, 5 Mar 2001 14:27:40 +0000 (14:27 +0000)]
* guile-config.in (build-link): Fixed duplicate binding bug
reported by Ralf Mattes.

23 years ago * guile-config.in (build-link): Fixed duplicate binding bug
Martin Grabmüller [Mon, 5 Mar 2001 14:26:55 +0000 (14:26 +0000)]
* guile-config.in (build-link): Fixed duplicate binding bug
reported by Ralf Mattes.

23 years ago* Preserve the original error's stack for re-throwing.
Dirk Herrmann [Mon, 5 Mar 2001 11:05:02 +0000 (11:05 +0000)]
* Preserve the original error's stack for re-throwing.

23 years ago * print.c (scm_print_options): Fixed texinfo in docstring.
Martin Grabmüller [Mon, 5 Mar 2001 07:25:56 +0000 (07:25 +0000)]
* print.c (scm_print_options): Fixed texinfo in docstring.

* net_db.c (scm_getserv, scm_getproto, scm_getnet): Return #f if
the underlying functions getservent, getprotoent or getnetent
return NULL instead of signalling an error.

23 years ago*** empty log message ***
Gary Houston [Sun, 4 Mar 2001 23:35:21 +0000 (23:35 +0000)]
*** empty log message ***

23 years ago * socket.c (scm_fill_sockaddr): don't allow buffer overflows when
Gary Houston [Sun, 4 Mar 2001 23:34:16 +0000 (23:34 +0000)]
* socket.c (scm_fill_sockaddr): don't allow buffer overflows when
taking an unexpectedly large filename for an AF_UNIX socket from
bind/connect/sendto (thanks to Martin Grabmueller).

* socket.c (scm_sock_fd_to_port, SCM_SOCK_FD_TO_PORT): removed the
former and adjusted the latter.
(scm_socket, scm_socketpair): cosmetic changes.
(scm_getsockopt, scm_setsockopt): declare optlen as int, not
size_t as socklen_t substitute.  don't restrict args/return values
to INUM: allow full range of int or size_t.
(scm_fill_sockaddr): check arguments before allocating memory, to
avoid leakage.  use malloc, not scm_must_malloc.
(scm_connect, scm_bind, scm_sendto): use int, not size_t as socklen_t
substitute.  free the sockaddr structure before throwing an error.
(scm_init_add_buffer): procedure removed, together with its static
buffer scm_addr_buffer, which wouldn't be thread safe.  instead,
define a macro MAX_ADDR_SIZE and declare the buffer where needed.
(scm_accept, scm_getpeername, scm_getsockname, scm_recvfrom,
scm_sendto): use a local buffer instead of scm_addr_buffer.
adjust for new SCM_SOCK_FD_TO_PORT.  use int for address size,
not size_t.
(scm_recvfrom): set addr->sa_family to AF_UNSPEC before the recvfrom
call to detect whether recvfrom could be bothered to set the address.
(scm_init_socket): don't call scm_init_addr_buffer.

23 years ago* Eliminate another couple of calls to scm_wta.
Dirk Herrmann [Sun, 4 Mar 2001 22:48:13 +0000 (22:48 +0000)]
* Eliminate another couple of calls to scm_wta.

23 years ago* goops/compile.scm (compile-method): Tag method closure for body
Mikael Djurfeldt [Sun, 4 Mar 2001 20:46:34 +0000 (20:46 +0000)]
* goops/compile.scm (compile-method): Tag method closure for body
expansion.

* goops.scm (change-object-class): Quote empty list constants.
(method): Reverted previous change (enclosing body);
Quote empty list.
(initialize <method>): Supply `dummy-procedure' as default instead
of creating a new closure.

* goops/internal.scm: Re-export (oop goops) without copying
bindings.

23 years ago* goops.c, goops.h (scm_sys_pre_expand_closure_x): Removed.
Mikael Djurfeldt [Sun, 4 Mar 2001 20:46:04 +0000 (20:46 +0000)]
* goops.c, goops.h (scm_sys_pre_expand_closure_x): Removed.
(scm_sys_tag_body): Added.

23 years ago* Eliminate some calls to scm_wta.
Dirk Herrmann [Sun, 4 Mar 2001 17:09:34 +0000 (17:09 +0000)]
* Eliminate some calls to scm_wta.

23 years ago* goops.scm (change-object-class): Quote empty list constants.
Mikael Djurfeldt [Sun, 4 Mar 2001 05:28:21 +0000 (05:28 +0000)]
* goops.scm (change-object-class): Quote empty list constants.
(method): Reverted previous change (enclosing body);
Quote empty list.
(initialize <method>): Pre-expand the method closure.

23 years ago* goops.c (scm_sys_pre_expand_closure_x): New procedure.
Mikael Djurfeldt [Sun, 4 Mar 2001 05:27:41 +0000 (05:27 +0000)]
* goops.c (scm_sys_pre_expand_closure_x): New procedure.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 3 Mar 2001 23:56:28 +0000 (23:56 +0000)]
*** empty log message ***

23 years ago* tests/syntax.test ("let,duplicate bindings", "let*,duplicate
Marius Vollmer [Sat, 3 Mar 2001 23:54:42 +0000 (23:54 +0000)]
* tests/syntax.test ("let,duplicate bindings", "let*,duplicate
bindings", "letrec,duplicate bindings"): Expect to pass, bug has
been fixed.

23 years ago* eval.c (scm_s_duplicate_bindings): New error message.
Marius Vollmer [Sat, 3 Mar 2001 23:52:57 +0000 (23:52 +0000)]
* eval.c (scm_s_duplicate_bindings): New error message.
(scm_m_letrec1, scm_m_letstar): Check for duplicate bindings.

23 years ago* stack-catch.scm: New file.
Mikael Djurfeldt [Sat, 3 Mar 2001 19:43:35 +0000 (19:43 +0000)]
* stack-catch.scm: New file.

* Makefile.am (ice9_sources): Added stack-catch.scm.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 3 Mar 2001 17:30:52 +0000 (17:30 +0000)]
*** empty log message ***

23 years ago* tests/syntax.test ("duplicate formals"): New category, move
Marius Vollmer [Sat, 3 Mar 2001 17:29:09 +0000 (17:29 +0000)]
* tests/syntax.test ("duplicate formals"): New category, move
appropriate tests here.  Expect them to pass.
("empty parentheses"): Expect to pass, bug has been fixed.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 3 Mar 2001 17:25:22 +0000 (17:25 +0000)]
*** empty log message ***

23 years agoCosmetic cleanups.
Marius Vollmer [Sat, 3 Mar 2001 17:24:51 +0000 (17:24 +0000)]
Cosmetic cleanups.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 3 Mar 2001 15:17:05 +0000 (15:17 +0000)]
*** empty log message ***

23 years ago* tests/alist.test: Use "'()" instead of "()" in all places
Marius Vollmer [Sat, 3 Mar 2001 15:14:18 +0000 (15:14 +0000)]
* tests/alist.test: Use "'()" instead of "()" in all places
where the empty list is meant.

23 years ago* eval.h (SCM_EVALIM2): New macro. Use it when a
Marius Vollmer [Sat, 3 Mar 2001 15:10:37 +0000 (15:10 +0000)]
* eval.h (SCM_EVALIM2): New macro.  Use it when a
immediate, literal constant should be evaluated.
* eval.c (scm_s_duplicate_formals): New error message string.
(scm_c_improper_memq): New function.
(scm_m_lambda): Check for duplicate arguments.
(scm_ceval, scm_deval): When executing a body: only cons a new
toplevel environment frame when it is different from the
existing one; use EVALCAR instead of SIDEVAL so that we can properly
check for empty combinations; use SCM_EVALIM2 for the same reason
in the non-toplevel loop.
(nontoplevel_cdrxnoap, nontoplevel_cdrxbegin, nontoplevel_begin):
New labels with the meaning of their non-"nontoplevel" partners,
but they are used when it is known that the body is not evaluated at
top-level.
(scm_apply, scm_dapply): use SCM_EVALIM2 to get proper error
reporting for empty combinations.

23 years ago* boot-9.scm, rdelim.scm: Use "'()" instead of "()" in all places
Marius Vollmer [Sat, 3 Mar 2001 14:58:22 +0000 (14:58 +0000)]
* boot-9.scm, rdelim.scm: Use "'()" instead of "()" in all places
where the empty list is meant.

23 years agoRemove dump facilities.
Keisuke Nishida [Fri, 2 Mar 2001 23:41:18 +0000 (23:41 +0000)]
Remove dump facilities.

23 years ago*** empty log message ***
Martin Grabmüller [Fri, 2 Mar 2001 09:09:06 +0000 (09:09 +0000)]
*** empty log message ***

23 years ago * vectors.c (s_scm_vector_p, list->vector, scm_vector)
Martin Grabmüller [Fri, 2 Mar 2001 09:07:22 +0000 (09:07 +0000)]
* vectors.c (s_scm_vector_p, list->vector, scm_vector)
(scm_vector_ref, scm_vector_set_x, scm_vector_to_list)
(scm_vector_fill_x), strorder.c (scm_string_equal_p)
(scm_string_ci_equal_p, scm_string_less_p, scm_string_leq_p)
(scm_string_gr_p, scm_string_geq_p, scm_string_ci_less_p)
(scm_string_ci_geq_p), symbols.c (scm_symbol_p)
(scm_symbol_to_string, scm_string_to_symbol): Changed use of @t{}
to @code{} as the texinfo manual recommends, converted the
examples to use a @lisp{}-environment.

* strports.c (scm_eval_string): Cleaned up the docstring.

* struct.c (scm_struct_p, scm_struct_vtable_p): Added texinfo
markup.

* numbers.c (scm_exact_p, scm_odd_p, scm_even_p)
(scm_number_to_string, scm_string_to_number, scm_number_p)
(scm_real_p, scm_integer_p, scm_inexact_p, scm_make_rectangular)
(scm_make_polar, scm_inexact_to_exact): Added texinfo markup.
(scm_ash): Added texinfo markup and removed obsolete @refill.
(scm_gr_p): Corrected comment.
(scm_gr_p, scm_leq_p, scm_geq_p): Added texinfo markup to (future
docstring) comments.
(scm_positive_p, scm_less_p, scm_num_eq_p, scm_real_p)
(scm_number_p, scm_negative_p, scm_max, scm_min, scm_sum)
(scm_difference, scm_product, scm_divide, scm_asinh, scm_acosh)
(scm_atanh, scm_truncate, scm_round, scm_exact_to_inexact)
(floor, ceiling, $sqrt, $abs, $exp, $log, $sin, $cos, $tan, $asin)
($acos, $atan, $sinh, $cosh, $tanh, scm_real_part, scm_imag_part)
(scm_magnitude, scm_angle, scm_abs, scm_quotient, scm_remainder)
(scm_modulo, scm_gcd, scm_lcm): Added (future docstring) comments.

23 years ago* extracted the tests from exceptions.test into eval.test and syntax.test.
Dirk Herrmann [Fri, 2 Mar 2001 01:38:01 +0000 (01:38 +0000)]
* extracted the tests from exceptions.test into eval.test and syntax.test.
* added a few test cases.

23 years ago* Moved the number related tests from exceptions.test to numbers.test.
Dirk Herrmann [Thu, 1 Mar 2001 22:00:02 +0000 (22:00 +0000)]
* Moved the number related tests from exceptions.test to numbers.test.

23 years ago* Extracted tests from exceptions.test into strings.test and symbols.test.
Dirk Herrmann [Thu, 1 Mar 2001 17:57:50 +0000 (17:57 +0000)]
* Extracted tests from exceptions.test into strings.test and symbols.test.
* Added some tests to strings.test.

23 years ago* Minor fixes to error checking macros.
Dirk Herrmann [Wed, 28 Feb 2001 16:58:12 +0000 (16:58 +0000)]
* Minor fixes to error checking macros.

23 years ago* Turn some test's result into XFAIL instead of FAIL.
Dirk Herrmann [Wed, 28 Feb 2001 13:40:36 +0000 (13:40 +0000)]
* Turn some test's result into XFAIL instead of FAIL.

23 years ago* Moved reader related tests from exceptions.test to reader.test.
Dirk Herrmann [Wed, 28 Feb 2001 13:17:47 +0000 (13:17 +0000)]
* Moved reader related tests from exceptions.test to reader.test.

23 years ago* Removed old system to check for exceptions.
Dirk Herrmann [Wed, 28 Feb 2001 11:48:18 +0000 (11:48 +0000)]
* Removed old system to check for exceptions.

23 years ago* Forgot to commit the changelog for the last change...
Dirk Herrmann [Wed, 28 Feb 2001 11:46:24 +0000 (11:46 +0000)]
* Forgot to commit the changelog for the last change...

23 years ago* Provide and use new convenience macros to test for exceptions.
Dirk Herrmann [Wed, 28 Feb 2001 11:25:40 +0000 (11:25 +0000)]
* Provide and use new convenience macros to test for exceptions.

23 years ago* Remove redundant test name prefix.
Dirk Herrmann [Wed, 28 Feb 2001 09:06:10 +0000 (09:06 +0000)]
* Remove redundant test name prefix.