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

8995 commits

Author SHA1 Message Date
Thien-Thi Nguyen
49135c5db3 *** empty log message *** 2002-05-01 02:36:54 +00:00
Thien-Thi Nguyen
4b93c26312 (make-display-item): Hoist some lambdas; nfc. 2002-05-01 02:35:56 +00:00
Thien-Thi Nguyen
0bd1b44f15 *** empty log message *** 2002-04-30 22:02:24 +00:00
Thien-Thi Nguyen
19e34cd7d0 (ice9_sources): Add gap-buffer.scm. 2002-04-30 22:01:34 +00:00
Thien-Thi Nguyen
c517e17593 Initial revision.
Differences between this and (ttn gap-buffer):
Use string-join; autoload (srfi srfi-13).
Values for `default-initial-allocation', `default-chunk-size'
and `default-realloc-threshold' are 4x as large.
2002-04-30 21:59:38 +00:00
Marius Vollmer
3c102f21f7 *** empty log message *** 2002-04-30 07:54:51 +00:00
Marius Vollmer
eababd19f1 (EXTRA_DIST): Do not distribute qthtreads.m4. 2002-04-30 07:54:40 +00:00
Marius Vollmer
cfa1858aca *** empty log message *** 2002-04-30 07:42:29 +00:00
Marius Vollmer
b592db01b8 *** empty log message *** 2002-04-30 07:41:43 +00:00
Marius Vollmer
87ea4cd389 Invoke plain aclocal instead of guile-aclocal.sh. We don't need the
Guile m4 macros and the previous invocation of guile-aclocal.sh
created the aclocal.m4 file in the wrong directory (see change from
2002-04-26).
2002-04-30 07:41:36 +00:00
Marius Vollmer
e74de40434 Invoke plain aclocal instead of guile-aclocal.sh. We don't need the
Guile m4 macros and the previous invocation of guile-aclocal.sh
created the aclocal.m4 file in the wrong directory (see change from
2002-04-26).
2002-04-30 07:37:09 +00:00
Thien-Thi Nguyen
3eb1560b51 *** empty log message *** 2002-04-29 22:02:45 +00:00
Thien-Thi Nguyen
a811976207 Fix commentary typo; nfc. 2002-04-29 22:01:53 +00:00
Marius Vollmer
b894c6cc63 *** empty log message *** 2002-04-28 14:53:32 +00:00
Marius Vollmer
8655bfe784 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
from gh.texi to data-rep.texi.  Both files already had similar
descriptions for SCM.  Given that gh.texi is deprecated, looking
up `SCM' in the index should take one to the primary location
rather than deprecated section.  Hence this change.  Added
`@deftp' for scm_t_bits data type so that a proper index entry is
added for this.  Thanks to Richard Y. Kim!

* data-rep.texi (Subrs): Changed scm_make_gsubr to
scm_c_define_gsubr.  Thanks to Richard Y. Kim!
2002-04-28 14:53:21 +00:00
Thien-Thi Nguyen
d937b06252 *** empty log message *** 2002-04-28 00:00:03 +00:00
Thien-Thi Nguyen
f94ae86ed7 (EXTRA_DIST): Remove qthreads.m4. 2002-04-27 23:58:45 +00:00
Marius Vollmer
c1855462dd *** empty log message *** 2002-04-26 19:20:55 +00:00
Marius Vollmer
fc295f11d2 (string-tokenize): Updated for fixed semantics. 2002-04-26 19:20:46 +00:00
Marius Vollmer
65f5dbae9a (s_scm_string_tokenize): Only take character sets as the second arg.
Collect characters belonging to this set into tokens (as specified by
the SRFI), instead of splitting at these characters.  Default to an
equivalent of char-set:graphic instead of everything-but-whitespace.
Thanks to Matthias Koeppe!
2002-04-26 19:16:38 +00:00
Marius Vollmer
ee73d3e693 Added Matthias Köppe. 2002-04-26 19:15:01 +00:00
Marius Vollmer
efb7d2fc25 *** empty log message *** 2002-04-26 18:42:55 +00:00
Marius Vollmer
c0ab7f1317 (SRFI-13 Miscellaneous): Updated docs of string-tokenize. 2002-04-26 18:42:39 +00:00
Marius Vollmer
54d4ac1f44 *** empty log message *** 2002-04-26 18:35:42 +00:00
Marius Vollmer
d26d290311 (string-tokenize): Updated for fixed semantics. 2002-04-26 18:35:34 +00:00
Marius Vollmer
aa6a37ea2e (s_scm_string_tokenize): Only take character sets as the second arg.
Collect characters belonging to this set into tokens (as specified by
the SRFI), instead of splitting at these characters.  Default to an
equivalent of char-set:graphic instead of everything-but-whitespace.
Thanks to Matthias Koeppe!
2002-04-26 18:34:21 +00:00
Marius Vollmer
6a8b45b06d *** empty log message *** 2002-04-26 18:08:14 +00:00
Marius Vollmer
9c8f864e5b Moved to guile-config/. 2002-04-26 18:08:06 +00:00
Marius Vollmer
5caa57b198 *** empty log message *** 2002-04-26 18:06:01 +00:00
Marius Vollmer
af304e84b1 Added comment about keeping the invocation of guile-aclocal in sync
with Makefile.am
2002-04-26 18:05:48 +00:00
Marius Vollmer
05c2fec380 Replaced with a simple invocation of "aclocal -I guile-config". This
works as of automake 1.5.
2002-04-26 18:05:08 +00:00
Marius Vollmer
041a5450ae Change to parent dir before invoking guile-aclocal.sh. 2002-04-26 18:04:05 +00:00
Marius Vollmer
63355c80d2 * Makefile.am (EXTRA_DIST): Added qthreads.m4.
* qthreads.m4: Moved here from top directory.
2002-04-26 18:03:21 +00:00
Marius Vollmer
3587b26daa Moved to guile-config/. 2002-04-26 18:02:24 +00:00
Marius Vollmer
3769adee9a *** empty log message *** 2002-04-26 17:50:49 +00:00
Marius Vollmer
dea8de6201 Change to parent dir before invoking guile-aclocal.sh. 2002-04-26 17:50:23 +00:00
Marius Vollmer
2378f3d69a Replaced with a simple invocation of "aclocal -I guile-config". This
works as of automake 1.5.
2002-04-26 17:49:28 +00:00
Marius Vollmer
95b6a62fd8 Added Greg Troxel. 2002-04-26 17:47:05 +00:00
Marius Vollmer
a11532e6ed *** empty log message *** 2002-04-26 17:36:10 +00:00
Marius Vollmer
4096654308 * Makefile.am (EXTRA_DIST): Added qthreads.m4.
* qthreads.m4: Moved here from top directory.
2002-04-26 17:35:54 +00:00
Thien-Thi Nguyen
221f0aa291 *** empty log message *** 2002-04-25 15:32:42 +00:00
Thien-Thi Nguyen
0107a982bc Remove explicit "set -x", which can be
enabled by the user on the command line,
and which construction is not portable.
2002-04-25 15:31:48 +00:00
Thien-Thi Nguyen
220d249637 *** empty log message *** 2002-04-23 22:43:11 +00:00
Thien-Thi Nguyen
5a9ac4ec19 Update. 2002-04-23 22:42:26 +00:00
Thien-Thi Nguyen
af1122404f *** empty log message *** 2002-04-23 22:34:03 +00:00
Thien-Thi Nguyen
0e15d345c5 (scm_slot_exists_p): Rename from scm_slots_exists_p. 2002-04-23 22:33:29 +00:00
Thien-Thi Nguyen
fb7d3f4f7b (scm_slot_exists_p): Rename from scm_slots_exists_p.
(s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
2002-04-23 22:31:53 +00:00
Thien-Thi Nguyen
6336047f2b *** empty log message *** 2002-04-23 22:30:07 +00:00
Thien-Thi Nguyen
dc78ae2a34 Update. 2002-04-23 22:29:23 +00:00
Thien-Thi Nguyen
87b7206327 *** empty log message *** 2002-04-22 18:01:17 +00:00