Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove binary test and add .gitignore | Ali Fardan | 2020-10-23 | 1 | -0/+0 |
| | |||||
* | - rename previous gemtext_decode() family of functions to gemtext_list_decode() | Ali Fardan | 2020-10-23 | 1 | -0/+0 |
- change behavior of gemtext_decode family of functions to handle struct gemtext* only - introduce new gemtext_list_decode() family of functions to handle lists of struct gemtext* - rename previous gemtext_encode() family of functions to gemtext_list_encode() - change behavior of gemtext_encode family of functions to handle struct gemtext* only - introduce new gemtext_list_encode() family of functions to handle lists of struct gemtext* - reexport gemtext_free() - update manpages |