summary refs log tree commit diff stats
path: root/tools/nimrepl.nim
Commit message (Expand)AuthorAgeFilesLines
* nimrepl compiles again (but doesn't work)Araq2015-06-291-85/+85
* Fix typosFederico Ceratto2015-02-151-1/+1
* posix.nim compiles againAraq2014-08-291-7/+7
* Make nimrepl and trimcc tools compiledef2014-08-011-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* nimrepl handles keys againBillingsly Wetherfordshire2012-09-111-2/+2
* rebuilt C sourcesAraq2012-07-081-3/+3
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-1/+1
* docgen understands and ignores *when false*Araq2010-11-181-1/+1
* added os.findExeAraq2010-10-311-12/+0
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-191-23/+40
* added system.appType magicAndreas Rumpf2010-07-211-1/+1
* bugfix: complex.nim compilesAndreas Rumpf2010-04-041-1/+2
* tiny C backend for a much faster REPLAndreas Rumpf2010-04-021-12/+14
* further enhancements for the GTK wrapperAndreas Rumpf2010-03-011-11/+17
* nimrepl uses new GTK wrapperAndreas Rumpf2010-02-281-85/+81
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* development of graphics moduleAndreas Rumpf2010-02-191-5/+7
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+160
2010-03-30 03:11:09 +0200 committer hut <hut@lavabit.com> 2010-03-30 03:11:09 +0200 ranger.main: use metavars with optparse' href='/akspecs/ranger/commit/ranger/__main__.py?id=fb82cc1a9fd0facb0dcfaba1d0b75ee8f12215c7'>fb82cc1a ^
0128bee7 ^
fb82cc1a ^

0128bee7 ^


0128bee7 ^
0128bee7 ^

c2238598 ^

7b1db25e ^
037862e3 ^


5d4f9249 ^
c2238598 ^
5d4f9249 ^


c2238598 ^


5d4f9249 ^
c2238598 ^


037862e3 ^


c2238598 ^

037862e3 ^
c2238598 ^
037862e3 ^





c2238598 ^
c2238598 ^


7a488bda ^
037862e3 ^
7a488bda ^








c2238598 ^

037862e3 ^

c2238598 ^
037862e3 ^

c2238598 ^



0128bee7 ^
d0008325 ^








0cfc59d6 ^
3937f010 ^
d0008325 ^
2948ed45 ^
0128bee7 ^
20d28b94 ^
dd6c4eee ^

d0008325 ^


3937f010 ^



fa4fd0a1 ^



75013dc7 ^
0128bee7 ^

ea87d005 ^
3937f010 ^


d4e2dfe9 ^

0128bee7 ^
a049ec03 ^
d0008325 ^




c2238598 ^
037862e3 ^
c2238598 ^
d0008325 ^





d0008325 ^
7b1db25e ^

c2238598 ^
037862e3 ^
c2238598 ^

d0008325 ^

c2238598 ^


d0008325 ^

c2238598 ^



d0008325 ^
7b1db25e ^
d0008325 ^
524d95e1 ^

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