summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* fixed system.nim to use the proper getTypeInfo magicAraq2011-06-101-1/+1
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
* bugfix: generic instantiation across module boundariesAraq2011-06-061-0/+1
* still playing with threadsAraq2011-05-171-1/+1
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-1/+1
* support for clangAraq2011-03-241-0/+7
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-1/+1
* always compile with at least O1; bugfix set initialization for interactive modeAraq2011-03-101-2/+10
* REPL improvementsAraq2011-02-131-0/+1
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-1/+1
* changes to threads; --recursivePath supportAraq2011-01-291-0/+1
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-1/+2
* docgen: module dependencies are now listedAraq2011-01-162-10/+0
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-152-2/+12
* docgen understands and ignores *when false*Araq2010-11-181-0/+1
* test file for c2nimAndreas Rumpf2010-07-211-5/+5
* version 0.8.8Andreas Rumpf2010-03-142-3/+6
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-1/+1
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-281-1/+1
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-263-0/+0
* SQLite wrapperAndreas Rumpf2010-02-241-1/+1
* continued work on html/xmlparserrumpf_a@web.de2010-02-143-0/+0
* more enhancements for the libAndreas Rumpf2010-02-081-2/+3
* httpclient uses strtabsAndreas Rumpf2010-02-071-14/+36
* strutils.parseHexInt addedAndreas Rumpf2010-01-181-1/+0
* devel of web frontendrumpf_a@web.de2010-01-101-0/+1
* floating point checksAndreas Rumpf2009-12-141-93/+93
* added configuration file for TeXAndreas Rumpf2009-12-101-0/+123
* Pascal version of compiler uses nimlibAndreas Rumpf2009-12-091-1/+6
* bugfix: inconsequent tuple usageAndreas Rumpf2009-12-091-163/+0
* version 0.8.2rumpf_a@web.de2009-10-211-8/+8
* added tools and web dirsAndreas Rumpf2009-09-153-3/+5
* version0.7.10Andreas Rumpf2009-06-082-302/+286
* version 0.7.8Andreas Rumpf2009-05-081-13/+14
* version 0.7.6Andreas Rumpf2009-04-222-12/+5
* version 0.7.4Andreas Rumpf2009-01-072-101/+100
* version 0.7.2Andreas Rumpf2008-12-121-0/+293
* version 0.7.0Andreas Rumpf2008-11-165-843/+53
* deleted web and distAndreas Rumpf2008-08-233-0/+606
* too many changes to listAndreas Rumpf2008-08-232-144/+163
* first releaseRumpf2008-06-232-150/+140
* Initial importAndreas Rumpf2008-06-222-0/+438
mp;id=f07bb12fc5c59430e995a64956b36331ce3629b9'>f07bb12f ^
34a60763 ^
f07bb12f ^



34a60763 ^
f07bb12f ^
34a60763 ^
f07bb12f ^
34a60763 ^
f07bb12f ^






f07bb12f ^

34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^





f07bb12f ^






34a60763 ^

f07bb12f ^
34a60763 ^

f07bb12f ^












34a60763 ^
f07bb12f ^


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