summary refs log tree commit diff stats
path: root/lib/system/ansi_c.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #1744Araq2014-12-171-4/+5
* Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-4/+17
|\
| * Improve setjmp()/longjmp() performance.Reimer Behrends2014-09-251-4/+17
* | the big renamefest: first stepsAraq2014-08-221-2/+2
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-2/+2
* parseBiggestFloat is now builtinAraq2014-07-161-4/+1
* More human readable `$`(float)katlogic2014-06-151-1/+4
* Fixes #1168Simon Hafner2014-05-031-0/+3
* case consistency part 4Araq2013-12-271-7/+7
* bootstraps with new template symbol binding rulesAraq2013-12-241-11/+11
* NoFakeVars progressAraq2013-12-241-3/+12
* vm: FFI improvementsAraq2013-12-231-15/+31
* fixes #569; C++ codegen works againAraq2013-08-311-1/+1
* fixes #532Araq2013-08-011-1/+1
* fixes --os:standaloneAraq2013-06-301-5/+6
* --os:standalone works againAraq2013-06-301-40/+56
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
* fixes #293Araq2013-01-081-1/+1
* fixes #250Araq2012-11-191-7/+9
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-181-0/+2
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+2
* changed integer promotion rules; added math.fmodAraq2012-06-281-2/+2
* bugfix #100 againAraq2012-03-281-1/+0
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-2/+3
* 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
* overload resolution for proc varsAndreas Rumpf2009-06-241-3/+4
* version0.7.10Andreas Rumpf2009-06-081-0/+104
ter Araq <rumpf_a@web.de> 2013-04-13 21:55:02 +0200 added manyloc test suite; --path now relative to project dir if not absolute' href='/ahoang/Nim/commit/tests/manyloc/keineschweine/nakefile.nim?h=devel&id=75b508032b9da285f30d4ec7f2af4c63075b8611'>75b508032 ^
e80465dac ^
75b508032 ^














56045ad7f ^
75b508032 ^






3866820ee ^
75b508032 ^


87f548c5f ^
75b508032 ^


3866820ee ^
75b508032 ^







3866820ee ^
75b508032 ^
e80465dac ^
75b508032 ^












e80465dac ^
75b508032 ^

87f548c5f ^
75b508032 ^




e80465dac ^
75b508032 ^


e80465dac ^
75b508032 ^













3cedf3e88 ^
0d4e52c64 ^
75b508032 ^




e80465dac ^
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