From: Carl Worth Date: Tue, 22 Nov 2005 23:54:09 +0000 (+0000) Subject: 2005-11-22 Carl Worth X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c6398c6a1b59f6eddefc9f9ce577017b15677251;hp=c6398c6a1b59f6eddefc9f9ce577017b15677251;p=ttt 2005-11-22 Carl Worth * TODO: Add TODO file listing all the stuff from the protocol that needs to be implemented. * src/Makefile.am: * configure.in: * ylwrap: * src/ttt-lex.h: * src/ttt-lex.l: * src/ttt-token.h: Add support for a flex-based tokenizer which tokenizes newlines and space-separated strings. * src/ttt-client.c: (_ttt_client_init), (_ttt_client_fini), (_append_to_request), (_free_request), (_read_request), (_execute_request): Use new tokenizer to tokenize input into an array of request strings. ---