summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-257-36/+217
* ssl.connect now returns the result of the certificate validation.dom962010-10-232-9/+6
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-232-3/+3
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-233-27/+50
* Added a .gitignore filedom962010-10-231-0/+2
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-233-0/+643
* base64: decoding worksAraq2010-10-231-20/+6
* added base64 module; decoding still brokenAraq2010-10-235-13/+142
* version 0.8.10Araq2010-10-215-2/+968
* version 0.8.10Araq2010-10-2158-30798/+732
* proper parameter order for os.copyFile/os.moveFileAraq2010-09-212-6/+3
* bugfix: finally sections are executed before return/breakAraq2010-09-206-2/+64
* bugfix: finally sections are executed before return/breakAraq2010-09-207-49/+71
* bugfix: overflow checking for small ints; bugfix: tiny C works againAraq2010-09-205-41/+19
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-1915-135/+208
* standard filter supports multiple line expressions; better amd64 detection fo...Araq2010-09-173-16/+56
* mac os x amd64 detection; missing C files addedAraq2010-09-163-2/+22
* C sources for bootstrappingAraq2010-09-130-0/+0
* fixes for exception handling; added system.compileOptionAraq2010-09-1318-165/+329
* attempt to get tiny C for i386 to workAraq2010-08-282-1/+7
* added missing wrappersAraq2010-08-288-0/+2576
* tiny C support; cosmetic improvements for the docsAraq2010-08-28151-43/+63611
* added some missing wrappersAraq2010-08-243-0/+2295
* bugfix: init of tempsAraq2010-08-2415-76/+107
* added detect.nim; bugfix: build.sh templateAraq2010-08-173-1/+834
* modified build.shAraq2010-08-170-0/+0
* included generated C code for bootstrappingAraq2010-08-170-0/+0
* got rid of old ide codeAraq2010-08-175-716/+0
* readme.txt restoredAraq2010-08-171-0/+21
* ughAraq2010-08-171-21/+0
|\
| * first commit (only readme.txt)Andreas Rumpf2010-08-161-0/+21
* accurate file/line informationAndreas Rumpf2010-08-1410-81/+508
* documentation changesAndreas Rumpf2010-08-122-267/+262
* windows.nim compiles again; thanks for fucking it upAndreas Rumpf2010-08-121-191/+87
* c2nim: new features & bugfixesAndreas Rumpf2010-08-1112-166/+1257
* added missing filesAndreas Rumpf2010-08-084-0/+190
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-17/+17
* inlining of the write barrier for dllsAndreas Rumpf2010-08-0825-854/+860
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-049-111/+101
* before stack init changeAndreas Rumpf2010-08-0113-58/+94
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-2933-671/+701
* implemented user-defined pragmasAndreas Rumpf2010-07-2311-151/+237
* standalone structs; function pointersAndreas Rumpf2010-07-235-86/+270
* standalone structs still not implementedAndreas Rumpf2010-07-231-0/+2
* c2nim: cast-bug fixes (sort of)Andreas Rumpf2010-07-232-112/+149
* c2nim: rewritten symbol exporting codeAndreas Rumpf2010-07-224-90/+44
* c2nim: code cleanupAndreas Rumpf2010-07-221-45/+0
* c2nim: better parsing of #ifdef C2NIM; #def supportAndreas Rumpf2010-07-228-98/+404
* bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-224-7/+5
* bugfix: c2nim: typedef a b;Andreas Rumpf2010-07-214-4/+10
6eb3b975799d22497d78a48'>a6517ed8 ^
a6061b9f ^






9b16f190 ^
















a6061b9f ^
9b16f190 ^

a6061b9f ^









f75c7021 ^










cac416f4 ^
f75c7021 ^

83c67014 ^
cac416f4 ^
f75c7021 ^
cac416f4 ^
f75c7021 ^



cac416f4 ^



f75c7021 ^












4a943d4e ^


83c67014 ^
4a943d4e ^
83c67014 ^
4a943d4e ^








a6517ed8 ^
4a943d4e ^


83c67014 ^
4a943d4e ^
83c67014 ^
4a943d4e ^








cac416f4 ^
4a943d4e ^

83c67014 ^
4a943d4e ^
83c67014 ^
4a943d4e ^






83c67014 ^



4a943d4e ^


a6061b9f ^
4a943d4e ^

83c67014 ^
4a943d4e ^
83c67014 ^
4a943d4e ^




83c67014 ^



4a943d4e ^


9b16f190 ^
4a943d4e ^


83c67014 ^
4a943d4e ^
83c67014 ^
4a943d4e ^







fb7cd3f1 ^
4a943d4e ^

83c67014 ^
4a943d4e ^
83c67014 ^
4a943d4e ^




f75c7021 ^
4a943d4e ^

83c67014 ^
4a943d4e ^





f75c7021 ^
f75c7021 ^









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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305