X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=090f1ec7c07886c4b2a86d3033805554e2fb1143;hb=84db9bf52aa25c19f7d547ea2dbec69ca4452300;hp=6effd22d2c61d7053c09e339f2ed855a39969f76;hpb=907321c065fb1383e800f0794981df91d4327f57;p=ttt diff --git a/ChangeLog b/ChangeLog index 6effd22..090f1ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +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. + 2005-11-15 Carl Worth * src/Makefile.am: