bpt/guile.git
19 years ago(integer-expt): Updated from docstring.
Marius Vollmer [Wed, 8 Sep 2004 16:59:49 +0000 (16:59 +0000)]
(integer-expt): Updated from docstring.

19 years ago*** empty log message ***
Marius Vollmer [Wed, 8 Sep 2004 16:20:21 +0000 (16:20 +0000)]
*** empty log message ***

19 years agoDon't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2)
Marius Vollmer [Wed, 8 Sep 2004 16:19:51 +0000 (16:19 +0000)]
Don't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2)
instead.

19 years ago(scripts_sources): Added snarf-guile-m4-docs.
Marius Vollmer [Wed, 8 Sep 2004 16:18:29 +0000 (16:18 +0000)]
(scripts_sources): Added snarf-guile-m4-docs.

19 years ago(CLEANFILES, MAINTAINERCLEANFILES): Moved autoconf-macros.texi to
Marius Vollmer [Wed, 8 Sep 2004 16:17:55 +0000 (16:17 +0000)]
(CLEANFILES, MAINTAINERCLEANFILES): Moved autoconf-macros.texi to
MAINTAINERCLEANFILES.  It is in the tarball and we shouldn't clean it,
then.

19 years ago*** empty log message ***
Marius Vollmer [Wed, 8 Sep 2004 14:36:16 +0000 (14:36 +0000)]
*** empty log message ***

19 years ago(expt): Only call integer-expt for an exact integer exponent, not for
Marius Vollmer [Wed, 8 Sep 2004 14:34:51 +0000 (14:34 +0000)]
(expt): Only call integer-expt for an exact integer exponent, not for
an inexact integer one.  Also, let integer-expt handle negative
exponents instead of doing it here.

19 years ago(real_eqv): Pretend that all NaNs are equal.
Marius Vollmer [Wed, 8 Sep 2004 14:32:47 +0000 (14:32 +0000)]
(real_eqv): Pretend that all NaNs are equal.

19 years ago(scm_integer_expt): Do not accept inexact integers.
Marius Vollmer [Wed, 8 Sep 2004 14:09:01 +0000 (14:09 +0000)]
(scm_integer_expt): Do not accept inexact integers.

19 years ago*** empty log message ***
Marius Vollmer [Wed, 8 Sep 2004 10:37:38 +0000 (10:37 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kevin Ryde [Wed, 8 Sep 2004 01:23:35 +0000 (01:23 +0000)]
*** empty log message ***

19 years agoCorrection to:
Kevin Ryde [Wed, 8 Sep 2004 01:22:37 +0000 (01:22 +0000)]
Correction to:
(integer?): Exercise nan and +/-inf.

+/-inf should be #t.

19 years ago(port-column): Further tests, of new \a \b \r.
Kevin Ryde [Wed, 8 Sep 2004 01:20:52 +0000 (01:20 +0000)]
(port-column): Further tests, of new \a \b \r.

19 years agoRevert this:
Kevin Ryde [Wed, 8 Sep 2004 01:03:06 +0000 (01:03 +0000)]
Revert this:
(scm_integer_p): +/-inf is not an integer.

19 years ago(scm_string_trim_right, scm_string_xcopy_x): Correctly use size_t for
Marius Vollmer [Tue, 7 Sep 2004 13:48:49 +0000 (13:48 +0000)]
(scm_string_trim_right, scm_string_xcopy_x): Correctly use size_t for
some locals instead of int.

19 years ago*** empty log message ***
Marius Vollmer [Tue, 7 Sep 2004 09:19:24 +0000 (09:19 +0000)]
*** empty log message ***

19 years ago(scm_flush_ws): Detect "#!"-style comments here.
Marius Vollmer [Tue, 7 Sep 2004 09:18:59 +0000 (09:18 +0000)]
(scm_flush_ws): Detect "#!"-style comments here.
(scm_lreadr): Abort on seeing "#!", which should no longer happen.
(skip_scsh_block_comment): Use scm_input_error instead of
scm_misc_error in case of EOF.

19 years ago*** empty log message ***
Kevin Ryde [Tue, 7 Sep 2004 01:06:20 +0000 (01:06 +0000)]
*** empty log message ***

19 years ago(System Identification): Remove software-type, it doesn't
Kevin Ryde [Tue, 7 Sep 2004 01:02:12 +0000 (01:02 +0000)]
(System Identification): Remove software-type, it doesn't
exist in the guile core.

19 years ago(SRFI-10): Revise and expand.
Kevin Ryde [Tue, 7 Sep 2004 01:00:25 +0000 (01:00 +0000)]
(SRFI-10): Revise and expand.

19 years ago*** empty log message ***
Kevin Ryde [Tue, 7 Sep 2004 00:36:48 +0000 (00:36 +0000)]
*** empty log message ***

19 years ago(Parallel Forms): In parallel, letpar, par-map,
Kevin Ryde [Tue, 7 Sep 2004 00:33:33 +0000 (00:33 +0000)]
(Parallel Forms): In parallel, letpar, par-map,
n-par-map and n-for-each-par-map, describe each form as being in its
own thread, not a new thread, since for instance the calling thread is
used when only one form.  Plus typo in n-for-each-par-map example
equivalent for-each + n-par-map.

19 years ago(Locales): Use @var for category arg.
Kevin Ryde [Tue, 7 Sep 2004 00:30:44 +0000 (00:30 +0000)]
(Locales): Use @var for category arg.

19 years ago*** empty log message ***
Kevin Ryde [Tue, 7 Sep 2004 00:28:54 +0000 (00:28 +0000)]
*** empty log message ***

19 years ago(let-keywords Reference): Typo, should be let-keywords* @deffnx.
Kevin Ryde [Tue, 7 Sep 2004 00:28:14 +0000 (00:28 +0000)]
(let-keywords Reference): Typo, should be let-keywords* @deffnx.

19 years ago(scm_access): Update docstring per manual.
Kevin Ryde [Tue, 7 Sep 2004 00:26:48 +0000 (00:26 +0000)]
(scm_access): Update docstring per manual.

19 years ago(SCM_ZEROCOL, SCM_DECCOL): New macros.
Kevin Ryde [Tue, 7 Sep 2004 00:23:39 +0000 (00:23 +0000)]
(SCM_ZEROCOL, SCM_DECCOL): New macros.

19 years ago(scm_getc, scm_lfwrite): Recognise \a \b and \r for port column.
Kevin Ryde [Tue, 7 Sep 2004 00:22:19 +0000 (00:22 +0000)]
(scm_getc, scm_lfwrite): Recognise \a \b and \r for port column.

19 years ago(integer-expt): New tests, of infinite exponents.
Kevin Ryde [Tue, 7 Sep 2004 00:20:37 +0000 (00:20 +0000)]
(integer-expt): New tests, of infinite exponents.
(integer?): Exercise nan and +/-inf.

19 years ago(gmtime, strptime): New tests, but unresolved.
Kevin Ryde [Tue, 7 Sep 2004 00:17:49 +0000 (00:17 +0000)]
(gmtime, strptime): New tests, but unresolved.
(internal-time-units-per-second): New test.

19 years ago(scm_current_time, scm_gettimeofday, scm_strptime): Don't
Kevin Ryde [Tue, 7 Sep 2004 00:15:48 +0000 (00:15 +0000)]
(scm_current_time, scm_gettimeofday, scm_strptime): Don't
throw error before unlocking mutex with SCM_ALLOW_INTS.

19 years ago(scm_integer_expt): Reject exponent +/-inf.
Kevin Ryde [Tue, 7 Sep 2004 00:12:45 +0000 (00:12 +0000)]
(scm_integer_expt): Reject exponent +/-inf.
(scm_integer_p): +/-inf is not an integer.
Bug report by Bill Schottstaedt.

19 years ago(scm_nice): Correction to error detection. Reported by
Kevin Ryde [Tue, 7 Sep 2004 00:06:18 +0000 (00:06 +0000)]
(scm_nice): Correction to error detection.  Reported by
Matthias Koeppe.

19 years ago*** empty log message ***
Kevin Ryde [Mon, 6 Sep 2004 01:47:50 +0000 (01:47 +0000)]
*** empty log message ***

19 years ago(SCM_TIME_UNITS_PER_SECOND): Use sysconf(_SC_CLK_TCK) when
Kevin Ryde [Mon, 6 Sep 2004 01:29:04 +0000 (01:29 +0000)]
(SCM_TIME_UNITS_PER_SECOND): Use sysconf(_SC_CLK_TCK) when
available.  This also gets around CLK_TCK being absent when
_GNU_SOURCE and _POSIX_C_SOURCE are defined in stime.c.

19 years ago2004-09-03 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Fri, 3 Sep 2004 19:45:37 +0000 (19:45 +0000)]
2004-09-03  Stefan Jahn  <stefan@lkcc.org>

        * configure.in (isinf): Let configure find the isinf() function
        on MinGW32 systems.

2004-09-03  Stefan Jahn  <stefan@lkcc.org>

        * threads.c (scm_threads_mark_stacks):  Fixed local variable
        definitions.

        * strings.c (scm_i_substring_copy, s_scm_string_append): Fixed
        local variable definitions.

        * stime.c (_POSIX_C_SOURCE):  Do not define this item on
        MinGW32 because it conflicts with its pthread headers.
        (s_scm_mktime): Consider the HAVE_STRUCT_TM_TM_ZONE define.
        (s_scm_strftime): Using scm_from_locale_string() instead of
        scm_makfrom0str().

        * posix.c (s_scm_putenv): Fixed typo in the !HAVE_UNSETENV
        part.

        * numbers.c (scm_init_numbers): Removed check_sanity() call
        inside GUILE_DEBUG.  The function has been removed somewhen...

        * filesys.c (_POSIX_C_SOURCE): Do not define this item on
        MinGW32 because it conflicts with its pthread headers.

2004-09-03  Stefan Jahn  <stefan@lkcc.org>

        * srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because
        lst1 is a #define on Win32 systems.

19 years ago*** empty log message ***
Kevin Ryde [Thu, 2 Sep 2004 00:13:20 +0000 (00:13 +0000)]
*** empty log message ***

19 years ago(Formatted Output): Excess arguments are ignored.
Kevin Ryde [Thu, 2 Sep 2004 00:12:44 +0000 (00:12 +0000)]
(Formatted Output): Excess arguments are ignored.
In ~*, correction N parameter cannot be negative.  In ~t, note
port-column used.

19 years ago*** empty log message ***
Kevin Ryde [Wed, 1 Sep 2004 23:49:01 +0000 (23:49 +0000)]
*** empty log message ***

19 years agoNew tests of excess arguments now ignored.
Kevin Ryde [Wed, 1 Sep 2004 23:36:47 +0000 (23:36 +0000)]
New tests of excess arguments now ignored.

19 years ago(format:out): Ignore excess arguments, per common lisp.
Kevin Ryde [Wed, 1 Sep 2004 23:33:16 +0000 (23:33 +0000)]
(format:out): Ignore excess arguments, per common lisp.

19 years ago(format:out-num-padded): Print "+" on 0 under @ modifier.
Kevin Ryde [Wed, 1 Sep 2004 23:17:11 +0000 (23:17 +0000)]
(format:out-num-padded): Print "+" on 0 under @ modifier.

19 years agoOops, didn't mean to put ~t yet.
Kevin Ryde [Wed, 1 Sep 2004 23:10:23 +0000 (23:10 +0000)]
Oops, didn't mean to put ~t yet.

19 years ago*** empty log message ***
Kevin Ryde [Wed, 1 Sep 2004 23:05:19 +0000 (23:05 +0000)]
*** empty log message ***

19 years ago(~@d): New tests.
Kevin Ryde [Wed, 1 Sep 2004 22:54:28 +0000 (22:54 +0000)]
(~@d): New tests.

19 years ago*** empty log message ***
Kevin Ryde [Wed, 1 Sep 2004 01:50:26 +0000 (01:50 +0000)]
*** empty log message ***

19 years ago2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
Kevin Ryde [Wed, 1 Sep 2004 01:46:19 +0000 (01:46 +0000)]
2004-09-01  Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
* tests/gc.test: Exercise record in weak-values hash table, exposing a
problem in 1.6.4 gc, but believed fixed by other changes in the head.

19 years ago*** empty log message ***
Kevin Ryde [Sat, 28 Aug 2004 22:18:19 +0000 (22:18 +0000)]
*** empty log message ***

19 years ago(SRFI-2): Note empty body is #t.
Kevin Ryde [Sat, 28 Aug 2004 22:17:45 +0000 (22:17 +0000)]
(SRFI-2): Note empty body is #t.

19 years ago*** empty log message ***
Marius Vollmer [Fri, 27 Aug 2004 12:46:11 +0000 (12:46 +0000)]
*** empty log message ***

19 years ago(scm_compile_shell_switches): Added 2003 and 2004 to
Marius Vollmer [Fri, 27 Aug 2004 12:46:02 +0000 (12:46 +0000)]
(scm_compile_shell_switches): Added 2003 and 2004 to
the Copyright years.

19 years ago(SCM_STRINGP): Accept all strings.
Marius Vollmer [Fri, 27 Aug 2004 12:45:37 +0000 (12:45 +0000)]
(SCM_STRINGP): Accept all strings.
(SCM_STRING_CHARS): Reject shared substrings here.

19 years ago(module-peek): Removed, this kluge is no longer necessary.
Marius Vollmer [Fri, 27 Aug 2004 12:44:14 +0000 (12:44 +0000)]
(module-peek): Removed, this kluge is no longer necessary.

19 years ago*** empty log message ***
Kevin Ryde [Fri, 27 Aug 2004 01:21:24 +0000 (01:21 +0000)]
*** empty log message ***

19 years agoUse define-module to keep bindings out of
Kevin Ryde [Fri, 27 Aug 2004 01:20:33 +0000 (01:20 +0000)]
Use define-module to keep bindings out of
further tests.  Use-module (test-suite lib) for stand-alone operation.
(rec): Exercise bad args.

19 years ago*** empty log message ***
Kevin Ryde [Fri, 27 Aug 2004 01:19:23 +0000 (01:19 +0000)]
*** empty log message ***

19 years ago(rec): Add missing `error' to else clause.
Kevin Ryde [Fri, 27 Aug 2004 01:18:56 +0000 (01:18 +0000)]
(rec): Add missing `error' to else clause.

19 years ago(regexp-quote): New tests.
Kevin Ryde [Fri, 27 Aug 2004 01:14:49 +0000 (01:14 +0000)]
(regexp-quote): New tests.

19 years ago*** empty log message ***
Kevin Ryde [Fri, 27 Aug 2004 01:10:20 +0000 (01:10 +0000)]
*** empty log message ***

19 years ago(AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
Kevin Ryde [Fri, 27 Aug 2004 01:09:48 +0000 (01:09 +0000)]
(AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
struct sockaddr_in6.sin6_len.  Reported by Michael Tuexen.

19 years ago(scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN and
Kevin Ryde [Fri, 27 Aug 2004 01:06:50 +0000 (01:06 +0000)]
(scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN and
HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN for sockaddr fields, SIN_LEN and
SIN_LEN6 are not defined on all systems.  Reported by Michael Tuexen.

19 years agoAdd a copyright year.
Kevin Ryde [Fri, 27 Aug 2004 01:03:03 +0000 (01:03 +0000)]
Add a copyright year.

19 years ago*** empty log message ***
Kevin Ryde [Fri, 27 Aug 2004 01:01:27 +0000 (01:01 +0000)]
*** empty log message ***

19 years ago(regexp-quote): [ and | must be quoted. Quote ( ) { + ?
Kevin Ryde [Fri, 27 Aug 2004 01:00:38 +0000 (01:00 +0000)]
(regexp-quote): [ and | must be quoted.  Quote ( ) { + ?
using char class [(] etc since \( in fact makes them become special in
regexp/basic.

19 years ago*** empty log message ***
Marius Vollmer [Thu, 26 Aug 2004 23:10:32 +0000 (23:10 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Marius Vollmer [Thu, 26 Aug 2004 17:30:31 +0000 (17:30 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Marius Vollmer [Thu, 26 Aug 2004 15:40:25 +0000 (15:40 +0000)]
*** empty log message ***

19 years ago* strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter.
Marius Vollmer [Thu, 26 Aug 2004 15:40:13 +0000 (15:40 +0000)]
* strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter.
* symbols.h, symbols.c (SCM_I_F_SYMBOL_UNINTERNED,
scm_i_symbol_is_interned, scm_i_mem2symbol,
scm_i_mem2uninternedsymbol): Use it to store uninternedness flag.

19 years ago*** empty log message ***
Marius Vollmer [Thu, 26 Aug 2004 15:17:07 +0000 (15:17 +0000)]
*** empty log message ***

19 years ago* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
Marius Vollmer [Thu, 26 Aug 2004 15:16:56 +0000 (15:16 +0000)]
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
* ice-9/readline.scm: Use new name with load-extension.

19 years ago*** empty log message ***
Marius Vollmer [Thu, 26 Aug 2004 15:16:21 +0000 (15:16 +0000)]
*** empty log message ***

19 years ago* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
Marius Vollmer [Thu, 26 Aug 2004 15:16:10 +0000 (15:16 +0000)]
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.

19 years ago* Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
Marius Vollmer [Thu, 26 Aug 2004 15:13:05 +0000 (15:13 +0000)]
* Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
to the library names.
* srfi-1.scm, srfi-4.scm: Use the new library names with
load-extension.

19 years agoBumped version number of libguile-ltdl to 2.
Marius Vollmer [Thu, 26 Aug 2004 15:10:24 +0000 (15:10 +0000)]
Bumped version number of libguile-ltdl to 2.

19 years ago* GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
Marius Vollmer [Thu, 26 Aug 2004 15:09:36 +0000 (15:09 +0000)]
* GUILE-VERSION: Bumped all versions for the 1.7.1 release.  Added
LIBGUILE_*_MAJOR variables for inclusion in the names of shared
libraries such as "libguile-srfi-srfi-1-v-MAJOR.la".  Removed
LIBQTHREADS_*.
* configure.in: Updated for the new set of variables defined in
GUILE-VERSION.

19 years agoBumped all versions for the 1.7.1 release. Added LIBGUILE_*_MAJOR
Marius Vollmer [Thu, 26 Aug 2004 15:08:44 +0000 (15:08 +0000)]
Bumped all versions for the 1.7.1 release.  Added LIBGUILE_*_MAJOR
variables for inclusion in the names of shared libraries such as
"libguile-srfi-srfi-1-v-MAJOR.la".  Removed LIBQTHREADS_*.

19 years ago*** empty log message ***
Marius Vollmer [Thu, 26 Aug 2004 14:59:44 +0000 (14:59 +0000)]
*** empty log message ***

19 years agoAdditions.
Marius Vollmer [Wed, 25 Aug 2004 19:03:14 +0000 (19:03 +0000)]
Additions.

19 years agoTypos fixed. Use existing functions in explaining symbol and keyword
Marius Vollmer [Wed, 25 Aug 2004 19:02:34 +0000 (19:02 +0000)]
Typos fixed.  Use existing functions in explaining symbol and keyword
snarfer.

19 years ago*** empty log message ***
Marius Vollmer [Wed, 25 Aug 2004 17:22:52 +0000 (17:22 +0000)]
*** empty log message ***

19 years agoRemoved things that are no longer true. Updated in general.
Marius Vollmer [Wed, 25 Aug 2004 17:22:38 +0000 (17:22 +0000)]
Removed things that are no longer true.  Updated in general.

19 years agoTidied up somewhat.
Marius Vollmer [Wed, 25 Aug 2004 17:22:14 +0000 (17:22 +0000)]
Tidied up somewhat.

19 years agoInclude srfi-13.h and srfi-14.h, do not include strop.h.
Marius Vollmer [Wed, 25 Aug 2004 17:21:04 +0000 (17:21 +0000)]
Include srfi-13.h and srfi-14.h, do not include strop.h.

19 years ago*** empty log message ***
Marius Vollmer [Wed, 25 Aug 2004 16:04:30 +0000 (16:04 +0000)]
*** empty log message ***

19 years ago* srfi-13.c: First cut at thread-safeness and proper use of
Marius Vollmer [Wed, 25 Aug 2004 16:04:09 +0000 (16:04 +0000)]
* srfi-13.c: First cut at thread-safeness and proper use of
scm_i_string_chars et al.  Copious scm_remember_upto_heres have
been inserted.  Made sure that no internal string pointer is used
across a SCM_TICK or a possible GC.

19 years ago*** empty log message ***
Marius Vollmer [Wed, 25 Aug 2004 13:49:48 +0000 (13:49 +0000)]
*** empty log message ***

19 years ago(scm_compile_shell_switches): Use scm_from_locale_string instead of
Marius Vollmer [Wed, 25 Aug 2004 13:47:52 +0000 (13:47 +0000)]
(scm_compile_shell_switches): Use scm_from_locale_string instead of
scm_makfrom0str.

19 years ago(scm_string_rindex): Export to Scheme, as it has always been.
Marius Vollmer [Wed, 25 Aug 2004 13:42:04 +0000 (13:42 +0000)]
(scm_string_rindex): Export to Scheme, as it has always been.

19 years ago*** empty log message ***
Marius Vollmer [Wed, 25 Aug 2004 13:41:14 +0000 (13:41 +0000)]
*** empty log message ***

19 years agoCorrect xref to SRFI-13, now points to node Strings.
Marius Vollmer [Wed, 25 Aug 2004 13:40:53 +0000 (13:40 +0000)]
Correct xref to SRFI-13, now points to node Strings.

19 years agoMoved docs for SRFI-14 into main API chapter. Updated docstrings from
Marius Vollmer [Wed, 25 Aug 2004 13:40:21 +0000 (13:40 +0000)]
Moved docs for SRFI-14 into main API chapter.  Updated docstrings from
libguile/.

19 years agoLeft inf? in its place, since wants to be here so much.
Marius Vollmer [Wed, 25 Aug 2004 13:39:26 +0000 (13:39 +0000)]
Left inf? in its place, since wants to be here so much.

19 years agoSynced from libguile/
Marius Vollmer [Wed, 25 Aug 2004 13:38:37 +0000 (13:38 +0000)]
Synced from libguile/

19 years ago*** empty log message ***
Kevin Ryde [Wed, 25 Aug 2004 01:08:14 +0000 (01:08 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kevin Ryde [Wed, 25 Aug 2004 01:07:35 +0000 (01:07 +0000)]
*** empty log message ***

19 years agoMore tests, in particular exercise #t result on empty body.
Kevin Ryde [Wed, 25 Aug 2004 01:04:40 +0000 (01:04 +0000)]
More tests, in particular exercise #t result on empty body.

19 years ago(and-let*): Give #t for an empty body, per srfi-2
Kevin Ryde [Wed, 25 Aug 2004 00:46:59 +0000 (00:46 +0000)]
(and-let*): Give #t for an empty body, per srfi-2
spec, previously came out as an empty (begin).

19 years ago*** empty log message ***
Marius Vollmer [Tue, 24 Aug 2004 23:37:07 +0000 (23:37 +0000)]
*** empty log message ***

19 years ago(docstring-process-alist): Consider entries in reverse order. That
Marius Vollmer [Tue, 24 Aug 2004 23:36:56 +0000 (23:36 +0000)]
(docstring-process-alist): Consider entries in reverse order.  That
puts them in new-docstrings.texi in the same order as in the C source.

19 years agoCorrected reference to srfi-14, which is now elsewhere.
Marius Vollmer [Tue, 24 Aug 2004 23:34:24 +0000 (23:34 +0000)]
Corrected reference to srfi-14, which is now elsewhere.