1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
Commit graph

5705 commits

Author SHA1 Message Date
Thien-Thi Nguyen
e1f0133b40 Mention libtool ./configure-regeneration requirement. 2001-08-30 18:23:35 +00:00
Neil Jerram
b45898cae3 * Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
2001-08-27 21:25:44 +00:00
Marius Vollmer
fada26b27e *** empty log message *** 2001-08-26 21:54:33 +00:00
Marius Vollmer
f5fd8aa2a7 Replaced "scm_t_portable" with "scm_port_table" which was an artifact
from the great "scm_*_t -> scm_t_" renaming.
2001-08-26 21:54:11 +00:00
Marius Vollmer
7e8ef316ad Use load-extension instead of explicit dynamic-link/dynamic-call.
Removed ".so" extension from library name.
2001-08-26 21:52:33 +00:00
Marius Vollmer
f91fc9cdd3 Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it
itself.
2001-08-26 21:51:32 +00:00
Thien-Thi Nguyen
047dc3aed5 Add news on :select' and :renamer' facilities. 2001-08-25 19:52:53 +00:00
Thien-Thi Nguyen
6fdad5dcc3 *** empty log message *** 2001-08-25 19:10:29 +00:00
Thien-Thi Nguyen
176d0e0bfd (test-time-comparision, test-time-arithmatic): New procs.
Add time comparison tests using new procs.
Thanks to Alex Shinn.
2001-08-25 19:08:50 +00:00
Thien-Thi Nguyen
fa5a8c00ec *** empty log message *** 2001-08-25 19:05:07 +00:00
Thien-Thi Nguyen
afb47f6d45 (add-duration): Fix bug: Call `add-duration!' w/ two args.
Thanks to Alex Shinn.
2001-08-25 18:40:11 +00:00
Thien-Thi Nguyen
e4d1c1eabd *** empty log message *** 2001-08-25 18:29:38 +00:00
Thien-Thi Nguyen
d098d810cf (SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,
SCM_VALIDATE_UINT_COPY, SCM_VALIDATE_INT_COPY): New macros.
Thanks to Chris Cramer.
2001-08-25 18:22:50 +00:00
Thien-Thi Nguyen
9ec1e7705c (GC_noop1): Move before `GC_find_limit' where it is used; nfc.
Thanks to Bill Schottstaedt.
2001-08-25 18:20:56 +00:00
Marius Vollmer
b573e74455 *** empty log message *** 2001-08-25 16:12:28 +00:00
Marius Vollmer
0005eb7c2d (resolve-interface): Get variables from the public interface of a
module instead of from the module itselfs.
2001-08-25 16:12:09 +00:00
Marius Vollmer
2e1711782d * eval.c (scm_m_atbind): Redesigned to behvae like `let', but with
dynamic scope.
* dynwind.h (scm_swap_bindings): Declare.
* dynwind.c (scm_swap_bindings): Make non-static.
2001-08-25 16:08:13 +00:00
Marius Vollmer
969e8e458a *** empty log message *** 2001-08-25 16:05:50 +00:00
Marius Vollmer
1150392856 New file. 2001-08-25 16:05:37 +00:00
Marius Vollmer
3307df9557 (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". 2001-08-25 16:05:04 +00:00
Michael Livshin
8a3e715b20 * gc.c (scm_gc_sweep): now can sweep unreachable variables (by
doing exactly nothing about them).  thanks Neil!
2001-08-24 23:57:12 +00:00
Thien-Thi Nguyen
ec2667f0cf *** empty log message *** 2001-08-24 22:24:11 +00:00
Thien-Thi Nguyen
31623ceabe Add Alex Shinn. 2001-08-24 22:09:22 +00:00
Thien-Thi Nguyen
e9313ed7f8 *** empty log message *** 2001-08-24 22:07:20 +00:00
Thien-Thi Nguyen
e5c5ac9240 (string-for-each, string-for-each-index): Add tests. 2001-08-24 22:06:05 +00:00
Thien-Thi Nguyen
4cf7528804 (string-for-each-index): New exported proc. 2001-08-24 22:00:45 +00:00
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
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
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
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
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
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