summaryrefslogtreecommitdiff
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded #include statements completely.hailfinger2010-05-301-0/+1
* Initialize the internal delay function before running programmer init.hailfinger2010-05-221-2/+3
* Fix assorted documentation, frontend and printing bugs.hailfinger2010-05-151-72/+130
* --force may have been a good idea back when only developers were usinghailfinger2010-04-281-8/+23
* Enable -Wshadow, clean code for thatmkarcher2010-01-121-1/+0
* Converting fprintf(stderr), printf, and printf_debug into a common printsnelson2010-01-071-1/+1
* Move the CLI related functions main() and cli_usage() to cli_classic.chailfinger2010-01-071-0/+387