about summary refs log tree commit diff stats
path: root/031address.cc
Commit message (Expand)AuthorAgeFilesLines
* 2399 - consistent debug_string vocabularyKartik K. Agaram2015-11-081-2/+1
* 2393 - redo 2391Kartik K. Agaram2015-11-071-1/+2
* 2392 - undo 2391Kartik K. Agaram2015-11-071-2/+1
* 2391Kartik K. Agaram2015-11-071-1/+2
* 2388 - final layer of edit/ loaded successfullyKartik K. Agaram2015-11-071-0/+7
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-8/+8
* 2373 - bad bug: instruction was losing /lookupKartik K. Agaram2015-11-051-0/+12
* 2313Kartik K. Agaram2015-10-291-1/+1
* 2283 - represent each /property as a treeKartik K. Agaram2015-10-261-2/+2
* 2277 - reagents now have a tree of typesKartik K. Agaram2015-10-251-42/+29
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-9/+9
* 2243Kartik K. Agaram2015-10-051-0/+2
* 2241 - back to type-checking get-addressKartik K. Agaram2015-10-051-1/+1
* 2237Kartik K. Agaram2015-10-041-1/+1
* 2234 - check type of get's productKartik K. Agaram2015-10-021-0/+2
* 2227 - offset-checking for containersKartik K. Agaram2015-10-011-2/+6
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-3/+3
* 2220Kartik K. Agaram2015-09-301-0/+3
* 2219Kartik K. Agaram2015-09-301-12/+4
* 2218 - check types in instructions much earlierKartik K. Agaram2015-09-301-3/+48
* 2213 - start moving type checks out of 'run'Kartik K. Agaram2015-09-281-4/+1
* 2199 - stop printing numbers in scientific notationKartik K. Agaram2015-09-141-3/+3
* 2095Kartik K. Agaram2015-08-281-3/+0
* 1988 - handle reagents without typesKartik K. Agaram2015-08-131-1/+1
* 1951 - warn when copying scalars to arrays, etc.Kartik K. Agaram2015-08-071-0/+3
* 1921 - show trace by clicking on codeKartik K. Agaram2015-08-021-2/+2
* 1902Kartik K. Agaram2015-07-301-0/+14
* 1877 - shorten /lookup property to prefix '*'Kartik K. Agaram2015-07-281-0/+20
* 1869 - rename the /deref property to /lookupKartik K. Agaram2015-07-281-17/+17
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-13/+13
* 1864Kartik K. Agaram2015-07-281-1/+13
* 1862Kartik K. Agaram2015-07-281-1/+1
* 1860 - new primitive: $systemKartik K. Agaram2015-07-271-47/+1
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-2/+8
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-1/+1
* 1842 - get layers building again after 2 weeksKartik K. Agaram2015-07-241-12/+61
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-1/+1
* 1585Kartik K. Agaram2015-06-171-1/+1
* 1434 - support all unicode spacesKartik K. Agaram2015-05-231-2/+2
* 1417 - draft zoom levels in tracesKartik K. Agaram2015-05-211-1/+1
* 1414 - traces now robust to new recipes/typesKartik K. Agaram2015-05-211-14/+1
* 1391 - avoid unsigned integersKartik K. Agaram2015-05-171-6/+6
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-17/+17
* 1360 - store doubles in memoryKartik K. Agaram2015-05-121-2/+2
* 1357 - temporarily revert floating-point supportKartik K. Agaram2015-05-121-1/+1
* 1356 - snapshot #2: floating point supportKartik K. Agaram2015-05-121-1/+1
* 1299 - stop using [] in any vectorKartik K. Agaram2015-05-071-7/+7
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-3/+3
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+130
com> 2010-02-16 02:03:46 +0100 incremented version number and updated pydoc html files' href='/akspecs/ranger/commit/doc/pydoc/test.tc_ui.html?h=v1.9.0b6&id=34a60763e79546e0f84e30fbcc430632f3dbb39e'>34a60763 ^
f07bb12f ^






f07bb12f ^

34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^





f07bb12f ^




34a60763 ^

f07bb12f ^
34a60763 ^

f07bb12f ^










34a60763 ^
f07bb12f ^


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
184
185
186
187
188
189
190
191