summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #504 from ventor3000/masterAraq2013-07-072-0/+450
|\ | | | | modules poly and numeric added
| * Fixed some minor stuff in module polyRobert Persson2013-07-071-15/+9
| | | | | | | | | | Removed the stupid initPolyFromDegree which only served ro re-allocate results. Also fixed some minor stuff with nil return values in roots.
| * Optimized integrate function in module polyRobert Persson2013-07-071-10/+16
| | | | | | | | | | Rewrote the integrate function since the old one was quite hacky. The new one is about 7 times faster in release and 3 times faster in debug
| * Optimized divMod in polyRobert Persson2013-07-031-13/+11
| | | | | | | | | | Made a huge speed improvement in debug mode. Only a few % in release, but the memory load should be somewhat lower.
| * Fixed a mixed bag of stuff poly and numericRobert Persson2013-07-032-51/+42
| |
| * Cleanup of poly an numeric modulesRobert Persson2013-07-022-63/+0
| | | | | | | | Removed some test code
| * Added poly and numeric modulesRobert Persson2013-07-022-0/+524
| |
* | Merge pull request #513 from gradha/pr_extends_alignAraq2013-07-071-6/+14
|\ \ | | | | | | Extends align proc with default padding parameter.
| * | Extends align proc with default padding parameter.Grzegorz Adam Hankiewicz2013-07-051-6/+14
| | |
* | | Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-051-3/+9
|/ /
* / Silences debug echo.Grzegorz Adam Hankiewicz2013-07-041-1/+1
|/
* made parseBiggestFloat faster for large exponentsAraq2013-07-011-3/+12
|
* fixes --os:standaloneAraq2013-06-302-8/+11
|
* made some tests greenAraq2013-06-301-2/+2
|
* --os:standalone works againAraq2013-06-3011-638/+539
|
* 2n attempt to fix niminst on the testing machinesAraq2013-06-291-1/+2
|
* Merge pull request #487 from gradha/pr_no_more_slurpingAraq2013-06-281-1/+24
|\ | | | | Improves highlite module
| * Adds highlite to tests suite.Grzegorz Adam Hankiewicz2013-06-181-1/+1
| |
| * Adds previous slurping as runnable testcase.Grzegorz Adam Hankiewicz2013-06-181-1/+14
| |
| * Replaces relative file slurping with hardcoded array.Grzegorz Adam Hankiewicz2013-06-181-1/+11
| |
* | attempt to make libzip work on the testing machinesAraq2013-06-271-3/+5
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-273-148/+147
|\ \
| * | Fixed OSError + recvLine deprecation warnings.Dominik Picheta2013-06-273-148/+147
| | |
* | | bugfix: rendering of typ|typ2Araq2013-06-271-1/+1
| | |
* | | attempt to use the lib.so for libzipAraq2013-06-271-49/+54
| | |
* | | bugfix: marshal supports unsigned numbersAraq2013-06-272-3/+11
| | |
* | | fixes #492Araq2013-06-272-3/+3
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-2710-484/+579
|\ \
| * | Fixed OSError deprecation warnings.Dominik Picheta2013-06-262-31/+31
| | |
| * | Merge pull request #489 from onionhammer/patch-1Dominik Picheta2013-06-251-3/+4
| |\ \ | | | | | | | | Fix: OpenSSL on Windows
| | * | Fix: OpenSSL on Windowsonionhammer2013-06-201-3/+4
| | |/ | | | | | | | | | | | | | | | | | | Updated CRYPTO_malloc_init to no longer call CRYPTO_set_mem_functions if compiling for windows Updated ERR_load_BIO_strings to import from DLLUtilName instead of DLLSSLName Updated OpenSSL_add_all_algorithms to import from DLLUtilName instead of DLLSSLName
| * | Deprecated OSError, and modified it to require an explicit OS error code.Dominik Picheta2013-06-255-126/+196
| | | | | | | | | | | | The deprecated functions include the OSError and OSErrorMsg, the name did not change however the signature of the new functions did. They now require a TOSErrorCode value be passed to them. This value can be retrieved using OSLastError. The reason this was done is because on Windows any win api call can reset the last error code to 0, this change allows the user to immediately grab the error code and worry about the string representation later if needs be.
| * | Fixed terminal module so that it doesn't raise an EOS exception when stdout ↵Dominik Picheta2013-06-221-334/+332
| | | | | | | | | | | | is redirected.
| * | Changed the type of gboolean to a distinct cint.Dominik Picheta2013-06-222-1/+9
| | |
| * | Symlinks are now expanded in os.getAppFilename on Mac OS X.Dominik Picheta2013-06-221-0/+5
| | |
| * | Send buffer will be respected now when closing async SCGI clients.Dominik Picheta2013-06-211-3/+12
| | |
| * | Added an asyncio.isSendDataBuffered procedure.Dominik Picheta2013-06-211-0/+4
| |/
* / fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-274-74/+243
|/
* made tests greenAraq2013-06-101-1/+1
|
* fixes 465Araq2013-06-091-24/+0
|
* Merge pull request #473 from gradha/pr_doc_improvementsAraq2013-06-093-4/+4
|\ | | | | Doc improvements
| * Adds docutils modules to lib index, fixes :idx: markers.Grzegorz Adam Hankiewicz2013-06-093-4/+4
| |
* | Merge pull request #475 from gradha/pr_macosx_gnu_readlineAraq2013-06-091-22/+25
|\ \ | | | | | | Wraps variables inside `when` for macosx. Fixes #461.
| * | Wraps variables inside `when` for macosx. Refs #461.Grzegorz Adam Hankiewicz2013-06-091-22/+25
| |/
* | resolved conflict; added missing filesAraq2013-06-095-315/+248
|\|
| * Merge pull request #467 from fowlmouth/patch-9Araq2013-06-063-309/+242
| |\ | | | | | | use proper types in lua
| | * cleaned up lualib.nimBillingsly Wetherfordshire2013-06-061-20/+18
| | |
| | * cleaned up lua.nimBillingsly Wetherfordshire2013-06-061-188/+140
| | |
| | * use proper types in luaBillingsly Wetherfordshire2013-06-061-101/+84
| | | | | | | | | | | | | | | * ints changed to cint * the source has been cleaned up with {.push/pop.} * lua 5.2 has been removed (it is incompatible)
| * | Merge pull request #464 from fowlmouth/patch-8Araq2013-06-061-4/+4
| |\ \ | | | | | | | | made macros.dumptree and dumplisp immediate, deprecated the *_imm versions
.lua?id=81ecca89ff04988fa2117d8ecf4a94fce722c478'>81ecca8 ^
2e3a85d ^


81ecca8 ^


2e3a85d ^

81ecca8 ^
2e3a85d ^
48b7de4 ^
2e3a85d ^







cb5524e ^
81ecca8 ^



2e3a85d ^
2859063 ^
2e3a85d ^
81ecca8 ^
2e3a85d ^


70a15b3 ^
81ecca8 ^

5b91af1 ^
d7ee9a7 ^
2e3a85d ^





81ecca8 ^

2e3a85d ^
81ecca8 ^
d6795f9 ^
b700021 ^
2e3a85d ^
5b91af1 ^
2e3a85d ^


81ecca8 ^
2e3a85d ^
48b7de4 ^
2e3a85d ^
81ecca8 ^
2e3a85d ^
2859063 ^
2e3a85d ^
81ecca8 ^



2e3a85d ^
81ecca8 ^
2e3a85d ^

81ecca8 ^


2e3a85d ^




81ecca8 ^
2e3a85d ^


81ecca8 ^




5aae527 ^
81ecca8 ^
5b91af1 ^
81ecca8 ^
2e3a85d ^

5b91af1 ^
2e3a85d ^
adeb541 ^
2e3a85d ^
b700021 ^
2e3a85d ^

81ecca8 ^


2e3a85d ^



3b36093 ^
2e3a85d ^
81ecca8 ^
2e3a85d ^
81ecca8 ^




f7d4dee ^
2e3a85d ^
81ecca8 ^


2e3a85d ^
81ecca8 ^



2e3a85d ^
81ecca8 ^
5aae527 ^
2e3a85d ^
5aae527 ^
2e3a85d ^


81ecca8 ^


2e3a85d ^
a1da18c ^
f7d4dee ^
2e3a85d ^
a1da18c ^
f7d4dee ^
2e3a85d ^
a1da18c ^
f7d4dee ^
2e3a85d ^
81ecca8 ^
5b91af1 ^
2e3a85d ^

81ecca8 ^



29dac6a ^
22ad537 ^



b700021 ^
2e3a85d ^

81ecca8 ^
5b91af1 ^
2e3a85d ^

81ecca8 ^



22ad537 ^



b700021 ^
2e3a85d ^


81ecca8 ^
188bbc7 ^
2e3a85d ^



81ecca8 ^
3b36093 ^
2e3a85d ^


b700021 ^
2e3a85d ^
81ecca8 ^
2e3a85d ^

81ecca8 ^
5b91af1 ^
2e3a85d ^



800a5c0 ^
2e3a85d ^
800a5c0 ^
2e3a85d ^

2b18893 ^
3b36093 ^
2e3a85d ^
b700021 ^
5b91af1 ^
2e3a85d ^


1ede1c3 ^
2e3a85d ^
5b91af1 ^
780105c ^
5b91af1 ^
b700021 ^
2e3a85d ^

81ecca8 ^
2e3a85d ^



81ecca8 ^
2e3a85d ^
81ecca8 ^

2e3a85d ^
5b91af1 ^
81ecca8 ^
2e3a85d ^


5b91af1 ^
2e3a85d ^




5b91af1 ^
2e3a85d ^

b700021 ^
2e3a85d ^
81ecca8 ^
93aca28 ^
2e3a85d ^


81ecca8 ^
2e3a85d ^
92ad998 ^
a1da18c ^






2884f87 ^












92ad998 ^








































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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511