summaryrefslogtreecommitdiff
path: root/getht.c
AgeCommit message (Collapse)Author
2010-05-19Switched to simpler build system, and fixed bugsNick White
Now there's a proper build system in place, which is actually simple enough to understand. I also fixed plenty of warnings about the code (reminding me how badly I knew C when I wrote this). Hinduism today aren't indexing their new issues using the index file I was sourcing any more, so I don't expect to fix any more bugs or improve this much.
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-11Removed unnecessary command-line warningNick White
Removed warning message about unknown option - get(long)opt already gives that for us. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-17
2007-03-07various checks & cleanups, default usage, hook scriptNick White
Add file valid checks to update Add file checks to parse contents Remove empty files which don't download Automatically attempt to update contents if they cannot be opened Add default showopts if no options are passed Remove show struct mention in usage Move order of usage Add alternative media toc file option Added commit hook script git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-6
2007-03-05Add long option supportNick White
Added long option support using getopt_long Separated usage to separate function git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-5
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