Neil Jerram
|
2ccb6ae47b
|
* Added Eric Hanchrow to THANKS.
|
2001-08-30 20:23:44 +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 |
|
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 |
|
Dirk Herrmann
|
44e4775494
|
* Fixed some parameter checks. Thanks to Dale P. Smith.
|
2000-05-20 10:07:44 +00:00 |
|
Dirk Herrmann
|
98cb6e75f5
|
* Fixed IS_INF.
* Reordered some dispatch sequences.
|
2000-05-09 12:58:53 +00:00 |
|
Gary Houston
|
0607c1096c
|
*** empty log message ***
|
2000-05-01 22:22:05 +00:00 |
|
Mikael Djurfeldt
|
9d0633a8a6
|
*** empty log message ***
|
2000-04-18 11:30:35 +00:00 |
|
Mikael Djurfeldt
|
abfadf764a
|
*** empty log message ***
|
2000-04-10 20:37:23 +00:00 |
|
Mikael Djurfeldt
|
395c856721
|
*** empty log message ***
|
2000-04-03 19:45:32 +00:00 |
|
Mikael Djurfeldt
|
2b260c0f2e
|
*** empty log message ***
|
2000-03-14 18:03:27 +00:00 |
|
Mikael Djurfeldt
|
31ed4cff09
|
*** empty log message ***
|
2000-03-14 07:06:21 +00:00 |
|