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

5739 commits

Author SHA1 Message Date
Thien-Thi Nguyen
e8d7c28a23 Mention libtool ./configure-regeneration requirement. 2001-08-30 18:27:11 +00:00
Neil Jerram
433f3491f1 * Merge missing ChangeLog entry from development CVS branch. 2001-08-27 21:32:39 +00:00
Neil Jerram
07f9576b8c * Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
* Add .cvsignore files.
2001-08-27 21:02:46 +00:00
Marius Vollmer
d877cf50d6 *** empty log message *** 2001-08-26 21:49:49 +00:00
Marius Vollmer
206a1bd8d7 Replaced "scm_t_portable" with "scm_port_table" which was an artifact
from the great "scm_*_t -> scm_t_" renaming.
2001-08-26 21:49:32 +00:00
Marius Vollmer
591897a9b8 Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it
itself.
2001-08-26 21:48:57 +00:00
Thien-Thi Nguyen
b51d7c353c Add news on :select' and :renamer' facilities. 2001-08-25 19:55:56 +00:00
Thien-Thi Nguyen
06833fa252 *** empty log message *** 2001-08-25 19:12:40 +00:00
Thien-Thi Nguyen
73019da091 (test-time-comparision, test-time-arithmatic): New procs.
Add time comparison tests using new procs.
Thanks to Alex Shinn.
2001-08-25 19:11:30 +00:00
Thien-Thi Nguyen
f4f1c79032 *** empty log message *** 2001-08-25 19:07:24 +00:00
Thien-Thi Nguyen
f1454a13dc (add-duration): Fix bug: Call `add-duration!' w/ two args.
Thanks to Alex Shinn.
2001-08-25 19:06:09 +00:00
Thien-Thi Nguyen
8423ceea62 *** empty log message *** 2001-08-25 18:37:31 +00:00
Thien-Thi Nguyen
0b9f43f5b2 (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:31:56 +00:00
Thien-Thi Nguyen
5bae771731 (GC_noop1): Move before `GC_find_limit' where it is used; nfc.
Thanks to Bill Schottstaedt.
2001-08-25 18:31:17 +00:00
Marius Vollmer
60b3e53eb4 *** empty log message *** 2001-08-25 16:10:50 +00:00
Marius Vollmer
05616098de (resolve-interface): Get variables from the public interface of a
module instead of from the module itselfs.
2001-08-25 16:10:33 +00:00
Marius Vollmer
118b24260c Fixed typo. 2001-08-25 16:09:44 +00:00
Thien-Thi Nguyen
bf99aa6c4f *** empty log message *** 2001-08-24 22:27:38 +00:00
Thien-Thi Nguyen
af81f151f1 Add Alex Shinn. 2001-08-24 22:17:45 +00:00
Thien-Thi Nguyen
dfcbae095d *** empty log message *** 2001-08-24 22:16:40 +00:00
Thien-Thi Nguyen
439ece68ab (string-for-each, string-for-each-index): Add tests. 2001-08-24 22:15:35 +00:00
Thien-Thi Nguyen
ad9a257283 (string-for-each-index): New exported proc. 2001-08-24 22:13:26 +00:00
Thien-Thi Nguyen
9a6b38abe1 (scm_string_for_each): Reverse order of first 2 args.
(scm_string_for_each_index): New func.

Thanks to Alex Shinn.
2001-08-24 22:12:45 +00:00
Thien-Thi Nguyen
24205ce1cd (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 22:10:29 +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