aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-18Document escape_html_*()Nicholas Johnson
2022-01-17Remove checks for errors that will never happenNicholas Johnson
2022-01-17Compact convert_line()Nicholas Johnson
2022-01-17Add date and version number to manpageNicholas Johnson
2022-01-17Return empty a tags for empty linkNicholas Johnson
2022-01-17Fix missing / in convert_h*_line()Nicholas Johnson
2022-01-17Make convert_link_line() use escape_and_add_tags()Nicholas Johnson
2022-01-17Add else for clarityNicholas Johnson
2022-01-17Use function pointer for escape_and_add_tags()Nicholas Johnson
2022-01-17Add function to add tags and escape textNicholas Johnson
2022-01-17Remove error handling from skip_whitespace*Nicholas Johnson
2022-01-17Remove leftover lineNicholas Johnson
2022-01-17Add more complete error handling to convert_pre_toggle_line()Nicholas Johnson
2022-01-17Write functions to skip whitespace and non-whitespaceNicholas Johnson
2022-01-14Add file extensions to make IO clearerNicholas Johnson
2022-01-14Update command line help menuNicholas Johnson
2022-01-14Add user install option to MakefileNicholas Johnson
2022-01-14Add more information to manpageNicholas Johnson
2022-01-14Minor syntax styling adjustmentNicholas Johnson
2022-01-14Add install/uninstall directives to MakefileNicholas Johnson
2022-01-14Add manpageNicholas Johnson
2022-01-14Use standard input/output for command line programNicholas Johnson
2022-01-14Create src directory for organizationNicholas Johnson
2022-01-14Add spaces between keywords to distinguish them from function callsNicholas Johnson
2022-01-14Add README.txtNicholas Johnson
2022-01-14Add .gitignore fileNicholas Johnson
2022-01-14Implement basic command-line functionalityNicholas Johnson
2022-01-14Enforce consistent syntax styleNicholas Johnson
2022-01-14Write basic MakefileNicholas Johnson
2022-01-14Failure returns -1Nicholas Johnson
2022-01-14Initialize variables in gmi_to_html()Nicholas Johnson
2022-01-14Return 1 for errorNicholas Johnson
2022-01-14Move main() to separate fileNicholas Johnson
2022-01-13Write C header fileNicholas Johnson
2022-01-13Implement public function gmi_to_html()Nicholas Johnson
2022-01-13Implement convert_link_line()Nicholas Johnson
2022-01-13Fix typo in escape_html_attribute()Nicholas Johnson
2022-01-13Replace ' with ' ' is not in the HTML specNicholas Johnson
2022-01-13Implement convert_quote_line()Nicholas Johnson
2022-01-12Implement convert_quote_line()Nicholas Johnson
2022-01-12Implement convert_ul_line()Nicholas Johnson
2022-01-12Handle case of empty headingNicholas Johnson
2022-01-12Implement convert_h2_line() and convert_h3_line()Nicholas Johnson
2022-01-12Implement convert_h1_line()Nicholas Johnson
2022-01-12Remove extra spacesNicholas Johnson
2022-01-12Add nullptr checksNicholas Johnson
2022-01-12Add free() to avoid memory leaksNicholas Johnson
2022-01-12always append newline in convert_text_line()Nicholas Johnson
2022-01-12Remove convert_pre_toggle_line(). It's not neededNicholas Johnson
2022-01-12Remove useless pointer for size_tNicholas Johnson