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

6720 commits

Author SHA1 Message Date
Marius Vollmer
594e69b74b (AC_CHECK_HEADERS): Check for floatingpoint.h ieeefp.h, and nan.h.
(AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
2002-05-06 22:26:57 +00:00
Thien-Thi Nguyen
f7481d58bb (process-groupings): Fix bug: Pass non-#f third arg to `add-hook!'. 2002-05-06 20:59:31 +00:00
Thien-Thi Nguyen
a7954a3eda Initial revision. 2002-05-06 20:37:54 +00:00
Marius Vollmer
2a7461f5ed *** empty log message *** 2002-05-06 19:32:30 +00:00
Marius Vollmer
0a77048bfd (regexp-substitute/global): Do not test with empty regexp. Empty
regexps do not work on NetBSD.
2002-05-06 19:32:20 +00:00
Marius Vollmer
8f16fe5a70 Include <sys/types.h> before <netinet/in.h> when checking vor IPv6.
This is for NetBSD 1.5.  Thanks to Greg Troxel!
2002-05-06 19:04:40 +00:00
Marius Vollmer
43a1d6f1e5 *** empty log message *** 2002-05-06 19:04:31 +00:00
Marius Vollmer
45845efeb3 *** empty log message *** 2002-05-06 18:52:50 +00:00
Marius Vollmer
0b1b772f29 (basic syncase macro): Added. 2002-05-06 18:52:01 +00:00
Marius Vollmer
5f1bde674f Use (ice-9 threads) so that with-mutex is defined. 2002-05-06 18:45:24 +00:00
Marius Vollmer
beac3691b7 *** empty log message *** 2002-05-06 18:44:09 +00:00
Marius Vollmer
c8519a82f2 (scm_string_tokenize): Instead of using "isgraphic" as the subtitute
for char-set:graphic when then token-set hsa been defaulted, grab the
real char-set:graphic from (srfi srfi-14).
2002-05-06 18:44:02 +00:00
Marius Vollmer
139e5cb2fb (SCM_CHARSET_GET): Cast IDX to unsigned char so that it works for
8-bit characters.  Thanks to Matthias Koeppe!  No, make that "Köppe".
2002-05-06 18:43:54 +00:00
Thien-Thi Nguyen
d47fd163a9 *** empty log message *** 2002-05-01 21:04:21 +00:00
Thien-Thi Nguyen
e333e6cc17 bye bye 2002-05-01 21:03:41 +00:00
Thien-Thi Nguyen
0859b96a4e Add call to $mscripts/render-bugs to create BUGS file. 2002-05-01 21:02:14 +00:00
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
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
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
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
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
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
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
Thien-Thi Nguyen
0b607675c2 (scm_slot_exists_p): Rename from scm_slots_exists_p. 2002-04-22 18:00:24 +00:00
Thien-Thi Nguyen
7a0c65ebca *** empty log message *** 2002-04-22 17:47:38 +00:00
Thien-Thi Nguyen
6d77c894fe (scm_slot_exists_p): Rename from scm_slots_exists_p.
(s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
2002-04-22 17:46:06 +00:00
Gary Houston
1841c44acc *** empty log message *** 2002-04-20 21:26:05 +00:00
Gary Houston
b6287a25bd *** empty log message *** 2002-04-20 21:23:48 +00:00
Gary Houston
867cf9bedd *** empty log message *** 2002-04-20 20:57:40 +00:00
Gary Houston
5e423a39ab * removal of unused fields in root state (thanks to Christopher
Cramer for pointing out the disuse.)
	* root.h (scm_root_state): removed def_inp, def_outp, def_errp.
	* root.c (root_mark): don't mark them.
	(scm_make_root): don't set them to #f.
	* init.c (scm_init_standard_ports): don't initialise with the
	default ports.
2002-04-20 20:57:09 +00:00
Neil Jerram
ce9d056227 Manual debugging and refactoring work. 2002-04-20 19:26:40 +00:00