]> git.cworth.org Git - ttt/blobdiff - ChangeLog
2005-11-22 Carl Worth <cworth@cworth.org>
[ttt] / ChangeLog
index 6effd22d2c61d7053c09e339f2ed855a39969f76..090f1ec7c07886c4b2a86d3033805554e2fb1143 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-11-22  Carl Worth  <cworth@cworth.org>
+
+       * 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  <cworth@cworth.org>
 
        * src/Makefile.am: