about summary refs log tree commit diff stats
path: root/unk
Commit message (Collapse)AuthorAge
* Change spacingCase Duckworth2021-01-30
| | | | | Aesthetic. Removed space before parentheses, tho: save 1b.
* Use ^D instead of ZZCase Duckworth2021-01-30
| | | | | One byte control character. Saves 2b
* Don't force removal of O; it should remove on its ownCase Duckworth2021-01-30
| | | | saves 1b
* Don't exit on errorCase Duckworth2021-01-30
| | | | saves 3b
* Move TM to L; change I/ file namesCase Duckworth2021-01-30
| | | | | | TM->L saves 3b changing I/ filenames to include the output extension before the input extension saves 4 bytes, and it's more flexible: it can output any type of files now.
* Abort on errorCase Duckworth2019-07-01
|
* Fix permissionsCase Duckworth2019-07-01
|
* Change T and B to functionsCase Duckworth2019-07-01
|
* Fix output file formatCase Duckworth2019-07-01
|
* Change names and shorter head/tailCase Duckworth2019-06-30
|
* RenameCase Duckworth2019-06-30