summary refs log tree commit diff stats
path: root/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-5/+5
| | | | No one calls it EcmaScript anymore.
* rebuilt C sources for bootstrappingAraq2013-01-311-0/+436
|
* rebuilt C sourcesAraq2012-11-181-400/+0
|
* preparations for 0.9.0Araq2012-09-231-2/+418
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-4/+4
|
* cross-compilation improvementsAraq2012-07-081-0/+4
|
* rebuilt C sourcesAraq2012-07-081-2/+36
|
* better support for unsigned integers.Zahary Karadjov2012-06-111-481/+364
|
* C sources rebuilt for BSD supportAraq2012-04-061-0/+16
|
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-041-0/+4
| | | | wide char versions of the WinAPI
* version 0.8.14Araq2012-02-091-2/+172
|
* rebuilt C sources for bootstrappingAraq2012-01-281-0/+2
|
* rebuilt C sources for bootstrappingAraq2012-01-181-2/+2
|
* C sources regenerated for new len(openarray) header that catches more bugs; ↵Araq2012-01-031-0/+8
| | | | symbol files should work again
* bugfix: don't process arguments that are to be passed to the produced exeAraq2011-11-301-0/+4
|
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-031-2/+12
|
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-2/+14
|
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵Araq2011-07-311-156/+8
| | | | generated C code)
* 0.8.12 bugfix: some files not in download packageAraq2011-07-111-0/+15
|
* version 0.8.12Araq2011-07-101-0/+148
|
* preparations for 0.8.12Araq2011-07-101-4/+4
|
* improvements to get code size down for programs that don't use GCAraq2011-06-261-2/+2
|
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-2/+4
|
* rebuilt csources; bootstrap should work againAraq2011-06-151-6/+14
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-141/+0
| | | | sources and ./build.sh
* C source regeneratedAraq2011-04-241-0/+4
|
* p[] instead of p^Araq2011-04-111-114/+0
|
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-2/+4
|
* regenerated C code; attempt to support powerpc64Araq2011-02-201-0/+9
|
* rebuilt C code for installationAraq2011-02-041-349/+351
|
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-6/+14
|
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-261-0/+726
|
* type alias fixes for SDLrumpf_a@web.de2010-03-061-464/+0
|
* further enhancements for the GTK wrapperAndreas Rumpf2010-03-011-0/+464
|
* version 0.7.4Andreas Rumpf2009-01-071-126/+0
|
* version 0.7.2Andreas Rumpf2008-12-121-0/+126
/blame/js/inknswitch/ink.js?id=b92f7fae79000da520365703875c1be1ce8f7230'>^
11b0eb3 ^

3c6b5ba ^
8b8fdf4 ^


3c6b5ba ^

8b8fdf4 ^



0aa2204 ^
8b8fdf4 ^

e71fd1a ^
8b8fdf4 ^
e71fd1a ^
8b8fdf4 ^











11b0eb3 ^

3f6e81d ^
3c6b5ba ^
3f6e81d ^


7aa3e02 ^
e71fd1a ^
3f6e81d ^

b92f7fa ^

e71fd1a ^
b92f7fa ^

3f6e81d ^
8b8fdf4 ^


e71fd1a ^
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214