summary refs log tree commit diff stats
path: root/tinyc
Commit message (Expand)AuthorAgeFilesLines
* TinyC upgrade (#6593)Dmitry Atamanov2017-10-28394-31815/+67614
* Trim remaining .txt files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
* Fix typosFederico Ceratto2015-02-1510-14/+14
* Fix typosFederico Ceratto2015-02-151-1/+1
* fixes constant array indexing bugAraq2014-06-302-0/+0
* Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16131-0/+0
* docgen understands and ignores *when false*Araq2010-11-181-0/+2
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-191-3/+3
* fixes for exception handling; added system.compileOptionAraq2010-09-131-0/+5
* attempt to get tiny C for i386 to workAraq2010-08-281-0/+5
* tiny C support; cosmetic improvements for the docsAraq2010-08-28133-0/+63543
10:36 +0100 committer Araq <rumpf_a@web.de> 2013-12-27 23:10:36 +0100 case consistency part 4' href='/ahoang/Nim/commit/lib/system/widestrs.nim?h=devel&id=92b8fac94a7243cde785d985db3fd86b6025b079'>92b8fac94 ^
2ca90a20a ^


92b8fac94 ^






2ca90a20a ^
92b8fac94 ^
























































baf89e3d6 ^
92b8fac94 ^






2ca90a20a ^
92b8fac94 ^



2ca90a20a ^
92b8fac94 ^
2ca90a20a ^
92b8fac94 ^
2ca90a20a ^
92b8fac94 ^



dd806cafa ^
9145bcfbb ^
92b8fac94 ^







7c757599f ^
92b8fac94 ^



c103eddc7 ^
92b8fac94 ^
c103eddc7 ^
92b8fac94 ^
c103eddc7 ^
43bddf62d ^
7c757599f ^









43bddf62d ^
c103eddc7 ^
92b8fac94 ^
c103eddc7 ^
493dbc893 ^

c103eddc7 ^
493dbc893 ^


7c757599f ^
493dbc893 ^



7c757599f ^




43bddf62d ^
92b8fac94 ^

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