Commit Graph

8185 Commits

Author SHA1 Message Date
Kartik K. Agaram 6f8b711881 234 2014-11-06 15:24:00 -08:00
Kartik K. Agaram fac6a170ed 233 - start tracking global cycle count
We're gonna need this to implement 'sleep'.
2014-11-06 11:36:16 -08:00
Kartik K. Agaram c6ea9df841 232 2014-11-06 10:28:46 -08:00
Kartik K. Agaram 7d743c6061 231 2014-11-06 10:22:33 -08:00
Kartik K. Agaram 1f75e48cef 230 2014-11-06 10:21:15 -08:00
Kartik K. Agaram 1a85c63f4d 229 2014-11-04 19:00:49 -08:00
Kartik K. Agaram e7d75e0bfa 228 - rudimentary read from channel 2014-11-04 18:35:13 -08:00
Kartik K. Agaram ebdb363695 227 2014-11-04 18:33:07 -08:00
Kartik K. Agaram da2a15e7d3 225 - simple writes to channel 2014-11-04 13:46:31 -08:00
Kartik K. Agaram 76e562a862 224 2014-11-04 13:45:35 -08:00
Kartik K. Agaram 101ee55263 223 2014-11-04 13:43:57 -08:00
Kartik K. Agaram f27613a982 222 - trace cleanup 2014-11-04 13:42:49 -08:00
Kartik K. Agaram 4dbf55edbd 221 2014-11-04 00:01:57 -08:00
Kartik K. Agaram 02b89cc7be 220 - stop creating empty traces 2014-11-04 00:00:16 -08:00
Kartik K. Agaram c6ef4826d6 219 2014-11-03 23:58:06 -08:00
Kartik K. Agaram f9dd5af5c0 218 2014-11-03 23:35:06 -08:00
Kartik K. Agaram 08f0118a7c 217 2014-11-03 22:47:57 -08:00
Kartik K. Agaram 39cc7eb658 216 2014-11-03 22:38:28 -08:00
Kartik K. Agaram 83d275f9a8 215 - allow record fields to be named 2014-11-03 22:37:44 -08:00
Kartik K. Agaram 5be49b35fd 214 2014-11-03 22:32:56 -08:00
Kartik K. Agaram 002cbf13f1 213 - bring back the fork example 2014-11-01 16:34:33 -07:00
Kartik K. Agaram 2c9aa92f56 212 - initial flow
Bring back the example program.
2014-11-01 16:15:15 -07:00
Kartik K. Agaram a65fbc8bf9 211 - update html for reading 2014-11-01 15:55:42 -07:00
Kartik K. Agaram eee42c9411 210 - go over mu.arc.t narrative 2014-11-01 15:06:31 -07:00
Kartik K. Agaram 47aa28545e 209 2014-11-01 13:58:58 -07:00
Kartik K. Agaram 6cba4dbe70 208 2014-11-01 13:57:52 -07:00
Kartik K. Agaram 41cfcf7d4e 207 2014-11-01 12:46:45 -07:00
Kartik K. Agaram fdf5e0832e 206 2014-11-01 12:40:59 -07:00
Kartik K. Agaram d9e8ced7ea 206 2014-11-01 12:38:33 -07:00
Kartik K. Agaram f9f437a356 205 2014-11-01 12:32:10 -07:00
Kartik K. Agaram 0e7fd320bd 204
Make 'idiv' test easier to read.
2014-11-01 12:31:29 -07:00
Kartik K. Agaram 57da58163f 203 2014-11-01 10:05:49 -07:00
Kartik K. Agaram a8a1786bad 202 - variable names for edit.mu 2014-11-01 02:32:39 -07:00
Kartik K. Agaram 4da62e4ac3 201 2014-11-01 02:28:00 -07:00
Kartik K. Agaram 9059ccf615 199 - fix 'index' like 'get' in 190 2014-11-01 02:23:32 -07:00
Kartik K. Agaram 0909f30c47 198 2014-11-01 02:17:23 -07:00
Kartik K. Agaram 990963b470 197 - length of array pointer 2014-11-01 02:16:16 -07:00
Kartik K. Agaram 4339b5d206 196 2014-10-31 21:22:23 -07:00
Kartik K. Agaram 02afde0b69 195 - more cleanup
All test functions in mu.arc.t now passing cleanly through convert-names.
edit.arc.t is still an open sore.
2014-10-31 21:16:17 -07:00
Kartik K. Agaram 60f85dd6dd 194 - cleanup: 'get', 'get-address' 2014-10-31 21:07:47 -07:00
Kartik K. Agaram e83da606a7 193 2014-10-31 21:04:22 -07:00
Kartik K. Agaram 708a5172de 192 - cleanup
Decent messages for all assertion failures.
Not actually tested though..
2014-10-31 17:50:38 -07:00
Kartik K. Agaram 0da9a2b034 191 2014-10-31 17:36:29 -07:00
Kartik K. Agaram 68b9221ced 190 - finally, variable names again
32 commits and 3 days later.
2014-10-31 17:35:24 -07:00
Kartik K. Agaram c14eb01b29 189 2014-10-31 16:24:42 -07:00
Kartik K. Agaram d9b215437a 188 - new op: 'prepare-reply'
It's needed to allow 'defer' to execute statements on 'reply' without
touching the results.
2014-10-31 16:22:30 -07:00
Kartik K. Agaram 32f282b4ae 187 - return function results by value 2014-10-31 16:18:13 -07:00
Kartik K. Agaram 7daade2a51 187 2014-10-31 16:14:11 -07:00
Kartik K. Agaram 7d52fe2a3c 186 - per-call default scope
We can't free memory yet, but at least this way we stop using stale
scopes by default.
2014-10-31 16:11:12 -07:00
Kartik K. Agaram 40418ad404 185 - make sure functions call by value
This becomes important in the presence of scopes.
2014-10-31 15:21:07 -07:00