-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.adp
78 lines (68 loc) · 3.14 KB
/
credits.adp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<master>
<property name="title"><trn key="website.credits.title" locale="en_US">Free Pascal - Credits</trn></property>
<property name="entry">credits</property>
<property name="header"><trn key="website.credits.header" locale="en_US">Credits</trn></property>
<trn key="website.credits.note" locale="en_US">
<p> This page lists some of the people who have contributed to the
Free Pascal compiler project. Of course, the list is not complete,
as many, many people have used and helped us in the development
of Free Pascal. We would like to thank all of you who submit
bug reports (as well as patches) and generally encourage
us to continue our work. Its all very appreciated.
</p>
</trn>
<trn key="website.credits.contributions" locale="en_US">
<h3>Direct contributions</h3>
<p> The following people made direct improvements
to the compiler / runtime library and associated software.
</p>
<ul>
<li>Leon de Boer : Free Vision, Objects unit (rtl)</li>
<li>Armin Diehl : Netware port (rtl)</li>
<li>Casey Duncan : PowerPC routines (rtl)</li>
<li>Berczi Gabor : Initial IDE development</li>
<li>Sebastian Guenther : serial (rtl), ggipgraph (rtl) and several units in FCL</li>
<li>Tomas Hajny : OS/2 port, OS/2 maintenance (compiler,rtl)</li>
<li>John Lee : Snapshot creation and maintenance</li>
<li>Mark May : DOS unit for linux (rtl)</li>
<li>Mazen Neifer: sparc port (compiler,rtl)</li>
<li>Olle Raab : Mac OS Classic port (compiler, rtl), Mac Pascal dialect</li>
<li>Thomas Schatzl : Graph unit (rtl), GO32 unit (rtl), many other (compiler,rtl)</li>
<li>Balazs Scheidler : Objects unit (rtl), ex-mailing list administrator</li>
<li>Nils Sjoholm : Amiga port (rtl), debugging.</li>
<li>MH Spiegel : Objects unit (rtl)</li>
<li>Gernot Tenchio : Graph unit (rtl)</li>
<li>Erik WachtMeester : Inifiles unit (fcl)</li>
<li>Frank ZAGO : Object unit (rtl)</li>
<li>Gertjan Schouten : Sysutils unit (rtl) </li>
<li>Karoly Balogh : MorphOS port (rtl)</li>
</ul>
</trn>
<trn key="website.credits.thanks" locale="en_US">
<h3>Thanks / Indirect contributions</h3>
<p> The following people helped us in a technical way </p>
<ul>
<li>John Hauser : Original softfloat package (converted to pascal, now used as FPU emulation layer)</li>
<li>Fred Fish : Original C code for generic math routines of RTL</li>
<li>Jean Philippe Odent : Original Pascal code for generic math routines of RTL</li>
<li>Ingemar Ragnemalm : Information on Macintoch Classic (m68k) architecture and on MPW 68k assembler</li>
<li>Johann Ruegg : m68k RTL routines (from Sozobon C)</li>
<li>Michael Schmitz : Account for linux-m68k development</li>
<li>Dale Schumacher : clib m68k copy routines</li>
<li>MCGV Stack: Help with the Unix and BSD ports, hardware donations, compiler
farm hosting. Specially I'd like to thank
<ul><li>Hennes Passman</li>
<li>Johan van Selst</li>
<li>Dean Strik</li>
<li>Marc Olzheim</li>
<li>Jilles Tjoelker</li>
<li>Janjaap van Velthooven</li>
<li>Serge van den Boom</li>
<li>Jan-Willem Knopper</li>
<li>Nick Brok</li>
</ul>
</li>
<li>Menno Victor van der star : Original floodfill algorithm (graph unit)</li>
<li>Rolf Jansen : XCode integration kit, Mac OS Universal Interfaces</li>
</ul>
</trn>