about summary refs log tree commit diff stats
path: root/gemtext_encode.3
Commit message (Expand)AuthorAgeFilesLines
* gemtext_encode: update manpage CAVEATS section to note about HTML encoderAli Fardan2021-01-181-0/+10
* introduce gemtext_list_encode_to_html class of functionsAli Fardan2020-11-051-5/+34
* introduce new gemtext_text_strlen class of functionsAli Fardan2020-11-051-0/+1
* introduce new function to the library, gemtext_list_append(3)Ali Fardan2020-10-241-0/+1
* add CAVEATS section to gemtext_encode(3)Ali Fardan2020-10-231-0/+16
* allow passing NULL pointer to gemtext_encode() lenAli Fardan2020-10-231-1/+3
* new gemtext_text_new(3) manpage plus other manpage fixes and updatesAli Fardan2020-10-231-1/+1
* - fix manpagesAli Fardan2020-10-231-0/+3
* - rename previous gemtext_decode() family of functions to gemtext_list_decode()Ali Fardan2020-10-231-22/+54
* - unlist gemtext_free() from gemtext.h since we don't want it to be exportedAli Fardan2020-10-221-0/+74