about summary refs log tree commit diff stats
path: root/subx/050write_stderr.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4699Kartik Agaram2018-10-141-44/+0
|
* 4698Kartik Agaram2018-10-141-3/+3
|
* 4682 - subx: start testing all layers of 'library'Kartik Agaram2018-10-101-0/+6
|
* 4668Kartik Agaram2018-10-051-2/+2
|
* 4667Kartik Agaram2018-10-051-1/+1
| | | | | Standardize on hyphens in all names. And we'll use colons for namespacing labels in functions.
* 4662Kartik Agaram2018-10-051-1/+1
|
* 4655Kartik Agaram2018-10-021-2/+2
|
* 4644Kartik Agaram2018-10-011-3/+3
|
* 4642Kartik Agaram2018-10-011-0/+6
|
* 4638 - extract some common libraries from appsKartik Agaram2018-10-011-0/+32
I'm still trying to figure out what the defaults should be. At the moment you have to explicitly pass in every file you want loaded into the output binary. Maybe that control is a good thing. The examples need no libraries so far.