~aghuloum/ikarus/ikarus.dev

1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
1
People listed in this file have contributed comments, suggestions,
2
criticisms,  and bug reports which have helped me fix and improve
3
Ikarus Scheme.  Without their contributions, my job would've been
4
much harder.  I'm very thankful.  
5
6
   Aziz,,,
7
8
1095 by Abdulaziz Ghuloum
* Added a dedications file.
9
====================================================================
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
10
VERSION 0.0.2:
11
12
- Everybody who took the time to email me when Ikarus was released.
1095 by Abdulaziz Ghuloum
* Added a dedications file.
13
  Thanks for the encouragements.
14
15
- Eric Hanchrow (offby1) reported the first public bug on bignum
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
16
  division error
17
18
- Wolfram Fenske helped test porting the system to NetBSD and
19
  FreeBSD, increasing the number of supported platforms from 3 to 5.
20
  The Solaris port is still unfinished though.
21
22
- Tom Gordon reported installation problems on 64-bit systems which
1095 by Abdulaziz Ghuloum
* Added a dedications file.
23
  resulted in improving the error report of the configure script.
24
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
25
- Jens Axel Søgaard(and his brother) provided solutions for
26
  compiling Ikarus on 64-bit machines.
27
28
- Andre van Tonder reported expansion problems for top-level
29
  programs.  He also made suggestions for improving the user's
30
  guide.
31
32
- Michael Adams helped in a zillion things including fixing typos,
33
  making the command-line procedure consistent for scripts and
34
  interactive sessions, installing the boot file in a proper
35
  location (along with some help in using automake and autoconf),
36
  filed bug reports (on expt, modulo, error, get-line,
1095 by Abdulaziz Ghuloum
* Added a dedications file.
37
  number->string, truncate, fltruncate, flabs, substring,
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
38
  define-record-type, put-u8, the expander, and the compiler), and
1095 by Abdulaziz Ghuloum
* Added a dedications file.
39
  helped cut startup time in half by instrumenting the ikarus
40
  loader.
41
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
42
- Phil Bewig wrote SRFI-41 (streams) in R6RS, which loads flawlessly
43
  in Ikarus.
44
45
- Felix Klock reported (indirectly) that the +nan.0 and +inf.0
46
  should be case insensitive.
47
48
- Derick Eddington reported garbage collection problems with code
49
  that only uses bignum arithmetic.  Also reported problems with
50
  reading identifiers containing unicode escape sequences and
51
  corrected a minor bug with export classifications.
52
53
- Kent Dybvig approved of an idea for optimizing closures that
1095 by Abdulaziz Ghuloum
* Added a dedications file.
54
  resulted in cutting the bootstrap time in half.
55
56
- Will Clinger indirectly reported that Ikarus does not support the
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
57
  #!r6rs comment.
58
59
1095 by Abdulaziz Ghuloum
* Added a dedications file.
60
====================================================================
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
61
VERSION 0.0.1:
62
63
- Kent Dybvig and Michael Adams both advised that the initial
64
  release should build and install using the standard ./configure,
65
  make, make install sequence.   This made the lauch of Ikarus very
66
  successful as people had little or no problems building and
67
  installing it.  
1095 by Abdulaziz Ghuloum
* Added a dedications file.
68
1094 by Abdulaziz Ghuloum
Added ACKNOWLEDGMENTS.
69
- Will Byrd gave suggestions about the minimum stuff that should go
70
  into the user's guide and suggested having a small R6RS tutorial.
71
72
- Roshan James bugged me to port Ikarus to Windows.  Only half of
73
  his wish came true (cygwin is not windows in his dictionary).
74