1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +02:00
Commit graph

5967 commits

Author SHA1 Message Date
Thien-Thi Nguyen
0f21643339 (scm_string_for_each): Reverse order of first 2 args.
(scm_string_for_each_index): New func.

Thanks to Alex Shinn.
2001-08-24 21:59:50 +00:00
Thien-Thi Nguyen
8c67d05cef (scm_string_map, scm_string_map_x,
scm_string_for_each): Reverse order of first two args.
(scm_string_for_each_index): New proc.

Thanks to Alex Shinn.
2001-08-24 21:57:52 +00:00
Neil Jerram
3b29694c7c * Fix inclusion of AUTHORS file following documentation split into subdirs. 2001-08-24 12:42:49 +00:00
Neil Jerram
ad36a10117 * Split documentation into per-manual subdirectories. 2001-08-24 11:58:36 +00:00
cvs2svn
0923df6aa1 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2001-08-24 11:06:34 +00:00
Neil Jerram
0aa7a7ceba * Removed texinfo.tex - it is supplied by Automake.
* Added some entries to .cvsignore files.
2001-08-24 11:06:33 +00:00
Neil Jerram
11ca886536 * Complete split of documentation into per-manual subdirectories. 2001-08-24 10:16:15 +00:00
Neil Jerram
a0e07ba4ec * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
Thien-Thi Nguyen
691365f22a *** empty log message *** 2001-08-23 19:09:08 +00:00
Thien-Thi Nguyen
2b33c2f28d (string-map): Swapped order of string and
proc args to conform with the srfi.  (Thanks to Alex Shinn.)
2001-08-23 19:07:30 +00:00
Thien-Thi Nguyen
fd8a9f4b35 (string-map): Swapped order of string and proc args to
conform with the srfi.  (Thanks to Alex Shinn.)
2001-08-23 19:02:41 +00:00
Mikael Djurfeldt
80fdeb4e5a * tests/srfi-13.test (string-map): Swapped order of string and
proc args to conform with the srfi.  (Thanks to Alex Shinn.)

* srfi-13.c (string-map): Swapped order of string and proc args to
conform with the srfi.  (Thanks to Alex Shinn.)
2001-08-22 12:00:06 +00:00
Mikael Djurfeldt
88176879bf * scheme-options.texi (Evaluator trap options): Splitted
section "Evaluator options".

* scheme-evaluation.texi (Evaluator Behaviour): Typo "reader
options" --> "evaluator options".
2001-08-22 09:57:35 +00:00
Neil Jerram
cf504ee0cf * Fix spelling mistake in comment. 2001-08-18 16:32:04 +00:00
Rob Browning
59cd9b0f67 * Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
already in info_TEXINFOS.
2001-08-18 03:06:26 +00:00
Rob Browning
8098fca931 *** empty log message *** 2001-08-18 03:06:18 +00:00
Rob Browning
a786db16b2 * .cvsignore: rename stamp-vti1 to stamp-vti.1. Of course this
only matters once you fix the bug in automake.
2001-08-18 03:06:09 +00:00
Rob Browning
b46629fe3a * Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
already in info_TEXINFOS.
2001-08-18 03:03:50 +00:00
Rob Browning
45e364406f *** empty log message *** 2001-08-18 03:03:41 +00:00
Rob Browning
a7cc45f3fe * .cvsignore: rename stamp-vti1 to stamp-vti.1. Of course this
only matters once you fix the bug in automake.
2001-08-18 03:03:32 +00:00
Thien-Thi Nguyen
8025d1d412 *** empty log message *** 2001-08-18 00:06:33 +00:00
Thien-Thi Nguyen
48578ab1c7 Fix omission bug: Add `heap_segment' forward decl
(proto) in the case when either `GUILE_DEBUG' or
`GUILE_DEBUG_FREELIST' preprocessor symbols are defined.

(map_free_list): Fix typo: Ref `f' correctly.

Thanks to Chris Cramer.
2001-08-18 00:00:37 +00:00
Thien-Thi Nguyen
43b83b541d *** empty log message *** 2001-08-17 23:50:02 +00:00
Thien-Thi Nguyen
eae3393547 Fix omission bug: Add `heap_segment' forward decl
(proto) in the case when either `GUILE_DEBUG' or
`GUILE_DEBUG_FREELIST' preprocessor symbols are defined.

(map_free_list): Fix typo: Ref `f' correctly.

Thanks to Chris Cramer.
2001-08-17 23:45:29 +00:00
Rob Browning
65e43ca6d3 * Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version
variables.
2001-08-16 03:44:36 +00:00
Rob Browning
ab4cd34b26 *** empty log message *** 2001-08-16 03:44:29 +00:00
Rob Browning
9e86801e2f * Makefile.am (libguile_la_LDFLAGS): use libtool interface version
variables.
(libpath.h): change libguileversion to libguileinterface.
2001-08-16 03:44:19 +00:00
Rob Browning
9e202853dd * configure.in
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
2001-08-16 03:43:50 +00:00
Rob Browning
85e6a2f842 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
(GUILE_MICRO_VERSION): reset for new unstable.
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
2001-08-16 03:41:49 +00:00
Rob Browning
5f86665feb *** empty log message *** 2001-08-16 03:31:53 +00:00
Rob Browning
6e8caa4697 * GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
2001-08-16 03:31:45 +00:00
Rob Browning
8d1d50074a * configure.in
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
2001-08-16 03:30:54 +00:00
Rob Browning
9e6f140aea * Makefile.am (libguile_la_LDFLAGS): use libtool interface version
variables.
(libpath.h): change libguileversion to libguileinterface.
2001-08-16 03:30:36 +00:00
Rob Browning
cfef251019 * Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version
variables.
2001-08-16 03:30:08 +00:00
Thien-Thi Nguyen
f4685eb623 Expand ice-9/getopt-long.scm bugfix news. 2001-08-12 19:30:50 +00:00
Thien-Thi Nguyen
cbb3b02ec6 Remove dependency on `TTN_TEST_NEW' env var. 2001-08-12 19:25:56 +00:00
Thien-Thi Nguyen
19248874cc *** empty log message *** 2001-08-12 19:24:30 +00:00
Thien-Thi Nguyen
b817e7ef1c Rewrite.
Touch up docstrings.
Augment commentary.
2001-08-12 19:21:59 +00:00
Thien-Thi Nguyen
a583bf1ec6 Expand ice-9/getopt-long.scm bugfix news. 2001-08-12 19:19:41 +00:00
Thien-Thi Nguyen
c0c07ee942 Remove dependency on `TTN_TEST_NEW' env var. 2001-08-12 19:03:34 +00:00
Thien-Thi Nguyen
4030287ec0 *** empty log message *** 2001-08-12 18:59:16 +00:00
Thien-Thi Nguyen
3925d0c31f Rewrite.
Touch up docstrings.
Augment commentary.
2001-08-12 18:56:39 +00:00
Thien-Thi Nguyen
24bf1e2f6b *** empty log message *** 2001-08-12 18:45:08 +00:00
Thien-Thi Nguyen
8f8ba32f9f (exception:no-such-option,
exception:option-does-not-support-arg,
exception:option-must-be-specified,
exception:option-must-have-arg, exception:not-enough-args): New vars.

("option-ref", "required", "specified no value, given anyway",
"specified arg required"): New top-level sections.
2001-08-12 18:41:12 +00:00
Thien-Thi Nguyen
c3597bc4e0 *** empty log message *** 2001-08-12 18:34:11 +00:00
Thien-Thi Nguyen
252422b029 (exception:no-such-option,
exception:option-does-not-support-arg,
exception:option-must-be-specified,
exception:option-must-have-arg, exception:not-enough-args): New vars.

("option-ref", "required", "specified no value, given anyway",
"specified arg required"): New top-level sections.
2001-08-12 18:31:10 +00:00
Dirk Herrmann
2f4a254ac9 * Added some syntax tests for numbers. 2001-08-11 16:59:42 +00:00
Neil Jerram
f90bcd2ea4 * Added `call-with-readline-completion-function'. 2001-08-11 12:04:16 +00:00
Marius Vollmer
ef6b936a7e *** empty log message *** 2001-08-09 17:35:56 +00:00
Marius Vollmer
90ddf3a07c (TESTS): Do not call the variable "TESTS", call it "SCM_TESTS". This
has special meaning to automake.  How many tries left to get this
right, mvo?
2001-08-09 17:34:24 +00:00