Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2483 - to-text can now handle lists | Kartik K. Agaram | 2015-11-27 | 1 | -0/+28 |
| | | | | | 'append' also implicitly calls 'to-text' unless there's a better variant. | ||||
* | 2477 | Kartik K. Agaram | 2015-11-27 | 1 | -5/+4 |
| | |||||
* | 2476 | Kartik K. Agaram | 2015-11-27 | 1 | -10/+10 |
| | |||||
* | 2474 - overload 'copy' and 'equal' for text | Kartik K. Agaram | 2015-11-22 | 1 | -15/+13 |
| | | | | 2473 was the final bugfix holding this back. | ||||
* | 2467 - rename 'string' to 'text' everywhere | Kartik K. Agaram | 2015-11-21 | 1 | -0/+1280 |
Not entirely happy with this. Maybe we'll find a better name. But at least it's an improvement. One part I *am* happy with is renaming string-replace to replace, string-append to append, etc. Overdue, now that we have static dispatch. |