about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Collapse)AuthorAgeFilesLines
* 259 - finally channel read/write can cause routine to sleepKartik K. Agaram2014-11-071-3/+29
|
* 258 - new channel helpers: empty? and full?Kartik K. Agaram2014-11-071-0/+30
|
* 256 - channel pointers can now wrapKartik K. Agaram2014-11-071-9/+25
|
* 254Kartik K. Agaram2014-11-071-0/+1
|
* 253Kartik K. Agaram2014-11-071-17/+17
|
* 252Kartik K. Agaram2014-11-071-3/+3
| | | | Single idiom for setting oargs.
* 251Kartik K. Agaram2014-11-071-5/+8
|
* 250 - experimental support for _ oargKartik K. Agaram2014-11-071-11/+22
| | | | | | | This radically overhauls our assumption that args must always be lists, so we're probably missing things. Where we do, more tests are required. Only important trace change: .traces/dummy-oarg
* 249Kartik K. Agaram2014-11-071-2/+2
| | | | I've been meaning to fix that misleading label for some time now..
* 247Kartik K. Agaram2014-11-071-3/+8
|
* 246Kartik K. Agaram2014-11-071-6/+7
|
* 244Kartik K. Agaram2014-11-061-2/+2
|
* 242Kartik K. Agaram2014-11-061-13/+0
|
* 241 - 'sleep' on a memory locationKartik K. Agaram2014-11-061-5/+18
| | | | I thought we could be oblivious of channels, but that requires more work.
* 240Kartik K. Agaram2014-11-061-6/+6
|
* 239Kartik K. Agaram2014-11-061-2/+2
|
* 238 - avoid deadlock if all jobs are sleepingKartik K. Agaram2014-11-061-2/+9
|
* 237 - rudimentary 'sleep'Kartik K. Agaram2014-11-061-3/+23
|
* 235Kartik K. Agaram2014-11-061-3/+3
|
* 234Kartik K. Agaram2014-11-061-40/+39
|
* 233 - start tracking global cycle countKartik K. Agaram2014-11-061-14/+14
| | | | We're gonna need this to implement 'sleep'.
* 231Kartik K. Agaram2014-11-061-34/+35
|
* 230Kartik K. Agaram2014-11-061-1/+2
|
* 229Kartik K. Agaram2014-11-041-4/+0
|
* 228 - rudimentary read from channelKartik K. Agaram2014-11-041-0/+9
|
* 227Kartik K. Agaram2014-11-041-1/+4
|
* 225 - simple writes to channelKartik K. Agaram2014-11-041-0/+11
|
* 223Kartik K. Agaram2014-11-041-2/+3
|
* 222 - trace cleanupKartik K. Agaram2014-11-041-13/+35
|
* 221Kartik K. Agaram2014-11-041-0/+19
|
* 219Kartik K. Agaram2014-11-031-3/+6
|
* 217Kartik K. Agaram2014-11-031-1/+1
|
* 216Kartik K. Agaram2014-11-031-5/+5
|
* 215 - allow record fields to be namedKartik K. Agaram2014-11-031-6/+19
|
* 213 - bring back the fork exampleKartik K. Agaram2014-11-011-2/+4
|
* 210 - go over mu.arc.t narrativeKartik K. Agaram2014-11-011-2/+2
|
* 201Kartik K. Agaram2014-11-011-15/+9
|
* 199 - fix 'index' like 'get' in 190Kartik K. Agaram2014-11-011-32/+27
|
* 198Kartik K. Agaram2014-11-011-2/+2
|
* 197 - length of array pointerKartik K. Agaram2014-11-011-5/+5
|
* 195 - more cleanupKartik K. Agaram2014-10-311-3/+5
| | | | | All test functions in mu.arc.t now passing cleanly through convert-names. edit.arc.t is still an open sore.
* 194 - cleanup: 'get', 'get-address'Kartik K. Agaram2014-10-311-27/+21
|
* 193Kartik K. Agaram2014-10-311-2/+2
|
* 192 - cleanupKartik K. Agaram2014-10-311-51/+44
| | | | | Decent messages for all assertion failures. Not actually tested though..
* 191Kartik K. Agaram2014-10-311-1/+1
|
* 190 - finally, variable names againKartik K. Agaram2014-10-311-67/+80
| | | | 32 commits and 3 days later.
* 189Kartik K. Agaram2014-10-311-10/+9
|
* 188 - new op: 'prepare-reply'Kartik K. Agaram2014-10-311-4/+10
| | | | | It's needed to allow 'defer' to execute statements on 'reply' without touching the results.
* 187 - return function results by valueKartik K. Agaram2014-10-311-12/+21
|
* 187Kartik K. Agaram2014-10-311-3/+0
|