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

181 commits

Author SHA1 Message Date
Neil Jerram
5f1a6f1684 * Fix doc typo. 2002-01-07 20:49:03 +00:00
Thien-Thi Nguyen
9017c09281 *** empty log message *** 2002-01-03 00:11:00 +00:00
Marius Vollmer
e317a693ce *** empty log message *** 2001-11-21 20:23:58 +00:00
Neil Jerram
64744a7ff8 * Various small doc fixes. 2001-11-13 00:29:59 +00:00
Marius Vollmer
20ee940d8a Added Michael Carmack. 2001-10-14 20:15:23 +00:00
Dirk Herrmann
2fa1c1d46b * numbers.h: Removed old comment about using SCM_CAR to access
non-pair cells.

(SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM):  Make sure
the return value is signed.  Thanks to Brian Crowder for the bug
report.

(SCM_SRS):  Avoid unnecessary casting and don't unpack input
values.  With this patch, SCM_SRS can be safely used for other
types than scm_t_signed_bits.  However, it should still better be
an internal macro and thus be renamed to SCM_I_SRS.

(SCM_MAKINUM, SCM_INUM):  Use proper casting.
2001-10-05 17:55:31 +00:00
Martin Grabmüller
201e2170f3 Some cosmetic doc fixes. 2001-09-26 17:25:39 +00:00
Rob Browning
2f3b3004fb *** empty log message *** 2001-09-21 17:52:07 +00:00
Neil Jerram
df1cc476e4 * Added Eric Hanchrow to THANKS. 2001-08-30 20:23:20 +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
Martin Grabmüller
82893676f4 Make compilation under Windows easier. 2001-06-26 17:53:09 +00:00
Dirk Herrmann
71c771efdf * Added Jost to THANKS and AUTHORS list.
* Updated my personal authoring data.
2001-06-05 15:18:46 +00:00
Marius Vollmer
dcd0a9645f Updated for next release. 2001-06-01 23:43:14 +00:00
Thien-Thi Nguyen
32bac999a1 *** empty log message *** 2001-05-10 23:38:29 +00:00
Rob Browning
2b60bc955f *** empty log message *** 2001-05-06 03:33:46 +00:00
Dirk Herrmann
af7546ebe2 * Allow to convert an array of bytes to a list. Thanks to Masao Uebayashi. 2001-04-19 16:27:01 +00:00
Dirk Herrmann
0da6608d93 * Applied Niibe Yutaka's patch to add libguileqthreads version info. 2001-04-12 10:00:08 +00:00
Dirk Herrmann
80dee77b86 * Use const specifier in function signature of gh_ints2scm. 2001-03-15 00:42:10 +00:00
Mikael Djurfeldt
6798371657 *** empty log message *** 2001-03-08 19:36:35 +00:00
Dirk Herrmann
1ff7abbe3f * Added Thien-Thi Nguyen's patch to support "make check". 2001-01-26 13:44:57 +00:00
Dirk Herrmann
ed6a2db9d7 * Ooops: Forgot to credit Neil for the bug report. 2001-01-24 16:06:20 +00:00
Mikael Djurfeldt
f1e06a96a2 * eval.c (SCM_APPLY): Added # args check for application of
procedures with arity 3.  (Thanks to Anders Holst.)
2001-01-24 01:26:44 +00:00
Dirk Herrmann
4567ed787c * Applied Martin Grabmueller's fix of case's handling of 'else. 2001-01-19 17:16:52 +00:00
Dirk Herrmann
ac0c002c62 * Fixed a couple of bugs with quotient, remainder, bit-extract and logand. 2001-01-17 18:15:30 +00:00
Dirk Herrmann
debe0dc24f * Comment fixed. 2001-01-16 11:19:36 +00:00
Dirk Herrmann
8a39e3fc79 * Return type of scm_make_smob_type is scm_bits_t now. 2001-01-15 17:15:13 +00:00
Dirk Herrmann
21e8f468cf * coop-threads.c: Don't join finished threads. Thanks to Julian Satchell.
* coop.c: Removed old non-working code.
2000-11-30 10:26:44 +00:00
Gary Houston
9f561420d3 * fports.c (scm_open_file): fix the 'b' option. Thanks
to George Caswell.
2000-11-12 12:20:52 +00:00
Gary Houston
9f9919eb84 *** empty log message *** 2000-11-07 21:38:03 +00:00
Mikael Djurfeldt
b100f5eed2 *** empty log message *** 2000-11-07 02:19:13 +00:00
Dirk Herrmann
709a308dfc * Fix output. Thanks to I. N. Golubev for the patch. 2000-11-01 16:13:38 +00:00
Gary Houston
7e56f76644 *** empty log message *** 2000-09-30 15:54:32 +00:00
Mikael Djurfeldt
370646da5b *** empty log message *** 2000-09-10 19:11:28 +00:00
Dirk Herrmann
4c199a262b * Fixed two bugs with environment type predicates. 2000-09-05 10:43:53 +00:00
Mikael Djurfeldt
0745d3872f *** empty log message *** 2000-08-27 03:21:35 +00:00
Michael Livshin
d8d4d49366 *** empty log message *** 2000-08-19 19:21:59 +00:00
Michael Livshin
bbe6d8db73 *** empty log message *** 2000-08-17 20:46:22 +00:00
Mikael Djurfeldt
d6f3775530 *** empty log message *** 2000-08-14 15:40:27 +00:00
Mikael Djurfeldt
c4778010b3 *** empty log message *** 2000-08-13 19:21:34 +00:00
Dirk Herrmann
a6c12a04cf * Don't include <stdio.h> in gh.h. Thanks to Han-Wen Nienhuys. 2000-07-06 08:48:14 +00:00
Mikael Djurfeldt
a639823813 *** empty log message *** 2000-06-30 20:00:54 +00:00
Dirk Herrmann
e5d2c2fa4f * Made a couple of functions (not all yet) tail recursive.
Thanks to William Webber for the hint.
2000-06-21 18:19:20 +00:00
Michael Livshin
7f40b48a9f * guile-doc-snarf.in: use cut instead of sed, that's much much
faster.  also, don't call basename more than needed.  and, to gain
a couple of microseconds more, don't call cat needlessly.  (thanks
to Brad Knotwell).
2000-06-21 15:14:00 +00:00
Mikael Djurfeldt
c299f186ff *** empty log message *** 2000-06-20 22:26:41 +00:00
Mikael Djurfeldt
b5074b2374 *** empty log message *** 2000-06-20 02:38:36 +00:00
Michael Livshin
b20e69e3f4 *** empty log message *** 2000-06-18 12:06:43 +00:00
Mikael Djurfeldt
a6596faa22 *** empty log message *** 2000-06-06 12:44:46 +00:00
Mikael Djurfeldt
5cb6f99c23 *** empty log message *** 2000-06-02 13:17:01 +00:00
Michael Livshin
ab345d8f79 *** empty log message *** 2000-06-01 15:25:47 +00:00