summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* error(): Type-check args against format stringPatrick McDermott2019-10-141-1/+1
| | | | | | | | | Silences: src/main.c: In function ‘error’: src/main.c:49:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] vfprintf(stderr, format, ap); ^~~~~~~~
* main(): Use argcPatrick McDermott2019-10-141-0/+1
|
* Fix GPL versionPatrick McDermott2019-10-141-2/+2
| | | | | I don't know how or why I ended up applying GPLv2. I must have copied from one of my GPLv2-or-later projects and not noticed the error.
* screen_draw(): Rename to screen_main()Patrick McDermott2019-10-131-3/+7
|
* clock_*(): New functionsPatrick McDermott2019-10-131-0/+1
| | | | And create and draw the clock on the screen.
* screen_*(): New functionsPatrick McDermott2019-10-081-0/+7
|
* main(): Detect and report speech_new() errorsPatrick McDermott2019-10-051-1/+36
|
* speech_init(): Rename to speech_new()Patrick McDermott2019-10-051-1/+1
|
* main(): Play timePatrick McDermott2019-10-051-0/+1
|
* speech_init(): Hardcode register_cmu_us_slt() callPatrick McDermott2019-10-051-1/+1
| | | | And check for -lflite_cmu_us_slt.
* speech_*(): New functionsPatrick McDermott2019-10-041-0/+7
|
* Initial commitPatrick McDermott2019-08-191-0/+26