Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | bugfix: missing gzip support in open-command. | Kaz Kylheku | 2022-06-21 | 1 | -1/+33 |
* | gzio: unused variable warning. | Kaz Kylheku | 2022-05-31 | 1 | -1/+0 |
* | gzio: fix multiple definition of gzio_stream_s. | Kaz Kylheku | 2022-05-31 | 1 | -0/+2 |
* | gzio: remove unused variables. | Kaz Kylheku | 2022-05-28 | 1 | -2/+0 |
* | gzio: include type in printed representation of stream. | Kaz Kylheku | 2022-05-27 | 1 | -2/+16 |
* | gzio: bugfix: just return descr for :name property. | Kaz Kylheku | 2022-05-27 | 1 | -1/+1 |
* | gzio: support :byte-oriented prop. | Kaz Kylheku | 2022-05-27 | 1 | -2/+10 |
* | gzio: remove real-time-mode flag. | Kaz Kylheku | 2022-05-27 | 1 | -2/+0 |
* | gzio: support more modes in open-file. | Kaz Kylheku | 2022-05-26 | 1 | -0/+35 |
* | First cut at new feature: gzip streams. | Kaz Kylheku | 2022-05-26 | 1 | -0/+511 |