about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 4216 - include simpler alternative to build scriptKartik K. Agaram2018-03-125-11/+72
|
* 4215Kartik K. Agaram2018-03-081-3/+3
|
* 4214Kartik K. Agaram2018-02-212-2/+3
|
* 4213Kartik K. Agaram2018-02-201-0/+3
|
* 4212Kartik K. Agaram2018-02-201-1/+1
|
* 4211Kartik K. Agaram2018-02-2011-0/+12
| | | | | | | | Just ran into first issue from using the portable /bin/sh rather than a modern shell: https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input Turn on errexit everywhere.
* 4210 - a better errorKartik K. Agaram2018-02-202-7/+32
| | | | Thanks Ella Couch.
* 4209Kartik K. Agaram2018-02-1813-5286/+5323
|
* 4208Kartik K. Agaram2018-02-171-6/+42
| | | | | | edit/ app: Fix a bug introduced in commit 3954 (June 2017) Turns out commit 4206 wasn't really necessary to fix this, after all.
* 4207Kartik K. Agaram2018-02-155-8/+3
|
* 4206 - edit/ app: consistent cursor positioningKartik K. Agaram2018-02-154-9/+3
|
* 4205Kartik K. Agaram2018-02-152-90/+90
|
* 4204Kartik K. Agaram2018-02-152-3/+12
|
* 4203Kartik K. Agaram2018-02-031-2/+5
|
* 4202Kartik K. Agaram2018-02-031-2/+2
|
* 4201Kartik K. Agaram2018-02-031-0/+4
|
* 4200Kartik K. Agaram2018-01-2754-2869/+2869
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-25138-20904/+19978
|
* 4198Kartik K. Agaram2018-01-251-3/+3
|
* 4197 - done supporting all indirect addressing modesKartik K. Agaram2018-01-241-0/+44
|
* 4196Kartik K. Agaram2018-01-242-20/+28
|
* 4195Kartik K. Agaram2018-01-243-28/+20
|
* 4194Kartik K. Agaram2018-01-241-2/+80
|
* 4193Kartik K. Agaram2018-01-242-24/+20
|
* 4192Kartik K. Agaram2018-01-241-1/+24
|
* 4191Kartik K. Agaram2018-01-241-1/+15
|
* 4190Kartik K. Agaram2018-01-241-26/+17
|
* 4189Kartik K. Agaram2018-01-245-136/+136
|
* 4188Kartik K. Agaram2018-01-241-5/+11
|
* 4187Kartik K. Agaram2018-01-241-7/+9
|
* 4186Kartik K. Agaram2018-01-241-3/+0
| | | | Fix CI by dropping some accidental copy-pastes.
* 4185Kartik K. Agaram2018-01-247-102/+158
|
* 4184Kartik K. Agaram2018-01-241-1/+13
|
* 4183Kartik K. Agaram2018-01-246-188/+203
|
* 4182 - subx: beginnings of support for indexed addressingKartik K. Agaram2018-01-241-0/+45
|
* 4181Kartik K. Agaram2018-01-214-374/+374
|
* 4180Kartik K. Agaram2018-01-031-2/+7
| | | | Incomplete implementation of `xchg` since commit 4175.
* 4179 - experiment: rip out memory reclamationKartik K. Agaram2018-01-0316-1463/+151
| | | | | | | | | | | | | | | | | | | | | I have a plan for a way to avoid use-after-free errors without all the overheads of maintaining refcounts. Has the nice side-effect of requiring manual memory management. The Mu way is to leak memory by default and build tools to help decide when and where to expend effort plugging memory leaks. Arguably programs should be distributed with summaries of their resource use characteristics. Eliminating refcount maintenance reduces time to run tests by 30% for `mu edit`: this commit parent mu test: 3.9s 4.5s mu test edit: 2:38 3:48 Open questions: - making reclamation easier; some sort of support for destructors - reclaiming local scopes (which are allocated on the heap) - should we support automatically reclaiming allocations inside them?
* 4178Kartik K. Agaram2017-12-312-23/+20
|
* 4177Kartik K. Agaram2017-12-311-0/+1
| | | | Fix CI.
* 4176Kartik K. Agaram2017-12-312-2/+2
|
* 4175Kartik K. Agaram2017-12-301-0/+21
|
* 4174Kartik K. Agaram2017-12-301-0/+72
| | | | Temporary hack to debug Kragen Sitaker's VM.
* 4173Kartik K. Agaram2017-12-301-2/+2
|
* 4172Kartik K. Agaram2017-12-301-2/+2
|
* 4171Kartik K. Agaram2017-12-301-7/+7
|
* 4170Kartik K. Agaram2017-12-301-2/+2
|
* 4169Kartik K. Agaram2017-12-302-40/+22
|
* 4168Kartik K. Agaram2017-12-302-104/+104
|
* 4167 - show square colors in chessboard appKartik K. Agaram2017-12-272-400/+420
|