summary refs log tree commit diff stats
path: root/lib/system/sysstr.nim
Commit message (Expand)AuthorAgeFilesLines
...
* C code gen: generate even better code for the GCAraq2011-12-121-0/+14
* c2nim compiles againAraq2011-12-121-1/+1
* improvements to get code size down for programs that don't use GCAraq2011-06-261-16/+15
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-20/+18
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-1/+1
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-5/+6
* Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib u...PhiLho2010-05-211-5/+5
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* implemented multi methodsAndreas Rumpf2009-09-231-18/+8
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+299
ame the previous revision' href='/ahoang/Nim/blame/compiler/ropes.nim?h=devel&id=36287310644b31ed3b65922075d49e58940cdd7e'>^
a9ef5bf45 ^
a541be893 ^
f530bbd63 ^
e25474154 ^
ca1f3f36b ^
a541be893 ^
546af8c57 ^

a541be893 ^
ca1f3f36b ^
fe750a5cf ^
ca1f3f36b ^
f644e3079 ^
ca1f3f36b ^
e25474154 ^
a9ef5bf45 ^
ff914b89d ^
bcdb5b083 ^

a9ef5bf45 ^
ff914b89d ^
bcdb5b083 ^

ff914b89d ^

ca1f3f36b ^
e25474154 ^
86556ebfd ^
93ced3135 ^
86556ebfd ^
ca1f3f36b ^
e25474154 ^
b2c7910fb ^
869a5aa90 ^
b2c7910fb ^
e25474154 ^
ff914b89d ^

abb05ab64 ^
064417fc5 ^
ca1f3f36b ^
064417fc5 ^
7e747d11c ^
a541be893 ^
e25474154 ^

a541be893 ^
7e747d11c ^
e25474154 ^
a541be893 ^
e25474154 ^
7e747d11c ^
e25474154 ^
a541be893 ^
064417fc5 ^
a541be893 ^
91f42a294 ^
e25474154 ^
7e0540ed8 ^
e25474154 ^
d0edb1826 ^
7be2e2bef ^
b0c11d3ef ^
7e747d11c ^
aafbe5c86 ^


0f131b9f4 ^
aafbe5c86 ^


0f131b9f4 ^
b2c7910fb ^
7be2e2bef ^
aafbe5c86 ^

7be2e2bef ^
aafbe5c86 ^
7e747d11c ^
0b197ade6 ^
7e747d11c ^
91f42a294 ^
fe750a5cf ^
7e747d11c ^
e25474154 ^
d0edb1826 ^
7be2e2bef ^
546af8c57 ^


e25474154 ^
abb05ab64 ^



ff914b89d ^
7e747d11c ^
91f42a294 ^
a541be893 ^
e25474154 ^

ca1f3f36b ^
ff914b89d ^
d68181246 ^
93ced3135 ^
ff914b89d ^

ff3cf001a ^

ff914b89d ^
ca1f3f36b ^
ff914b89d ^
7e747d11c ^

171996465 ^



ff3cf001a ^
171996465 ^


7e747d11c ^
ff914b89d ^

171996465 ^

ff914b89d ^
171996465 ^
171996465 ^
ff3cf001a ^

171996465 ^
86556ebfd ^
ff914b89d ^

93ced3135 ^
86556ebfd ^
a541be893 ^
171996465 ^

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