summaryrefslogtreecommitdiff
path: root/tocxml.c
AgeCommit message (Collapse)Author
2007-04-29Completed issue malloc, fixed build warningsNick White
Used malloc to dynamically assign enough memory for sections, items, and media, using the functionality of issuemem.c Included some function definitions in issue.h to remove various build warnings git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-21
2007-03-11Changed cover handling to same as sectionNick White
Cover is now just section 0. Avoids unnecessary code duplication, and is no less functional. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-18
2007-03-04Fixed bug causing segfault if -a -n/m were passed togetherNick White
Issue structure was passed incorrectly to parsemedia Fixed fill correct issue(s) if it already exists Added default no_of_media to -1 git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-4
2007-02-28Initial importmaster--base-0Nick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0