summary refs log tree commit diff stats
path: root/lib/system/cellsets.nim
Commit message (Expand)AuthorAgeFilesLines
* added CellSetIter for git's historyAraq2015-12-011-0/+35
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* lib/system/a-e - Dropped 'T' from typespdw2015-06-041-28/+29
* system files use new identifiersAraq2014-08-231-7/+7
* the big renamefest: first stepsAraq2014-08-221-1/+1
* preparations for easier debuggingAraq2014-04-071-0/+2
* case consistency part 4Araq2013-12-271-2/+2
* case consistency part 1Araq2013-12-271-25/+25
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* code cleanup for mark&sweep GCAraq2013-02-071-33/+1
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-2/+54
* fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-1/+3
* temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-1/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfixes for .rod files and visual C++Araq2011-12-031-3/+3
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-10/+10
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-3/+3
* further progress for multi-threadingAraq2011-05-191-11/+11
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+196
05427792d3c3c00b56fbe764d783a40'>^
20b5f31c0 ^
335c19c86 ^
20b5f31c0 ^


2fb5d6292 ^
20b5f31c0 ^
4ab56d6be ^
20b5f31c0 ^




16b15f360 ^
20b5f31c0 ^















6725aa363 ^
20b5f31c0 ^
16b15f360 ^
20b5f31c0 ^










6725aa363 ^
20b5f31c0 ^

335c19c86 ^
20b5f31c0 ^

505836385 ^

391f2fc9b ^


6725aa363 ^
25abb7c2b ^








6725aa363 ^


20b5f31c0 ^









505836385 ^
2240fd3f3 ^


6725aa363 ^
20b5f31c0 ^





f12a0820e ^

6725aa363 ^
20b5f31c0 ^
f49f2f38f ^




20b5f31c0 ^

335c19c86 ^

20b5f31c0 ^

76c8d6164 ^




20b5f31c0 ^









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