index
:
xml2tsv
master
a simple xml-to-tsv converter, based on xmlparser
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-01-12
avoid unnecessary fields due to data after tags
KatolaZ
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
2020-01-03
improve output when a tag contains a shorttag
Hiltjo Posthuma
2020-01-03
fix use of strncpy (thanks Hiltjo Posthuma)
KatolaZ
2020-01-03
initial commit
KatolaZ