summaryrefslogtreecommitdiff
path: root/issue.h
AgeCommit message (Collapse)Author
2007-05-03Added Autotools, changed dir structure, added docsNick White
Added (perhaps somewhat shaky) autotools support Added tagging rules to junkify files generated by autotools Added a directory structure Updated README & INSTALL files to reflect changes Wrote a man page Changed version numbers in preparation for a release git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-23
2007-04-30Removed last of static issue array code, added sortingNick White
Removed defined constants from issue.h previously used to determine size of static arrays Removed unused separate show media structure function Remove clean media & clean issue functions Added issue sorting code git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-22
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-11Finalised separate cover removalNick White
Removed cover entry from issue structure completely, and updated show_struct to reflect the changes git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-19
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-02-28Initial importmaster--base-0Nick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0