Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-06 | do not suppress compilation output with the @ prefix0.1 | Anders Damsgaard | |
As "Considerations" in bitreich-style/c/makefile-guideline.txt: >87 * It is not recommended to suppress compilation output with the @ prefix (for >88 example to make output look nicer aligned). The verbose output is very useful >89 for debugging and suppressing it only adds debugging abstractions. | |||
2021-01-06 | install/uninstall xml2tsv(1) man page | Anders Damsgaard | |
2020-09-30 | several improvements and more efficient xml parser | Hiltjo Posthuma | |
2020-02-05 | merge new version of xmlparser (f32a38c45da3bd764f1708600a33bd878cbe8afc) | KatolaZ | |
2020-01-12 | avoid unnecessary fields due to data after tags | KatolaZ | |
Avoid to include more fields than needed in a record when there is some data (e.g., spaces) after the end of a tag | |||
2020-01-07 | remove CFLAGS from linking | KatolaZ | |
2020-01-07 | fix xml2tsv makefile target for compatibility | KatolaZ | |
2020-01-05 | avoid double printout on short tags | KatolaZ | |
2020-01-05 | add newline to error printouts | KatolaZ | |
2020-01-05 | use stack_empty in stack-related functions | KatolaZ | |
2020-01-05 | add manpage | KatolaZ | |
2020-01-05 | add LDFLAGS in config.mk | KatolaZ | |
2020-01-05 | remove control chars | KatolaZ | |
2020-01-04 | print unclosed tags after EOF and rename print_no_cr | KatolaZ | |
2020-01-04 | quote \ appropriately | KatolaZ | |
2020-01-04 | add minimal README.md | KatolaZ | |
2020-01-04 | use config.h | KatolaZ | |
2020-01-04 | add Makefile and config.h | KatolaZ | |
2020-01-04 | quote newline and tabs; set separator and attribute assign chars | KatolaZ | |
2020-01-04 | fix buffer overflow | KatolaZ | |
2020-01-03 | some fixes and improvements | Hiltjo Posthuma | |
- print_no_cr: fix for modification of const buffer. - improve buffering of data handlers using the start and end handlers. - add XML entity conversion. - some white-space fixes. | |||
2020-01-03 | improve output when a tag contains a shorttag | Hiltjo Posthuma | |
for example: <root><p>test file<br/>abc</p></root> | |||
2020-01-03 | fix use of strncpy (thanks Hiltjo Posthuma) | KatolaZ | |
2020-01-03 | initial commit | KatolaZ | |