]> git.cworth.org Git - ttt/commit
2005-11-22 Carl Worth <cworth@cworth.org>
authorCarl Worth <carl@theworths.org>
Tue, 22 Nov 2005 23:54:09 +0000 (23:54 +0000)
committerCarl Worth <carl@theworths.org>
Tue, 22 Nov 2005 23:54:09 +0000 (23:54 +0000)
commitc6398c6a1b59f6eddefc9f9ce577017b15677251
tree8e6b555d84099250c7671a1f31fe39bc8508254a
parent907321c065fb1383e800f0794981df91d4327f57
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.
ChangeLog
TODO [new file with mode: 0644]
configure.in
src/Makefile.am
src/ttt-client.c
src/ttt-lex.h [new file with mode: 0644]
src/ttt-lex.l [new file with mode: 0644]
src/ttt-token.h [new file with mode: 0644]
ylwrap [new file with mode: 0755]