]> git.cworth.org Git - ttt/blob - ChangeLog
eedf81b665fcf146db1ea4a3b9e965e35920b746
[ttt] / ChangeLog
1 2005-11-05  Carl Worth  <cworth@cworth.org>
2
3         * src/Makefile.am: Add ttt-board.[ch] and x.[ch]
4         
5         * src/ttt-board.h:
6         * src/ttt-board.c: (ttt_board_init), (ttt_board_init_from_string),
7         (ttt_board_to_string), (ttt_board_write): Add some stub functions
8         for Richard and Kevin to have some practice
9         implementing. Functions to represent a board and to go to/from a
10         string.
11         
12         * src/x.h:
13         * src/x.c: (xasprintf), (xvasprintf), (xpipe), (xfork), (xmalloc),
14         (xcalloc), (xrealloc), (xfdopen), (xstrdup), (xfwrite): Several
15         utility functions that make system calls, check the result, and
16         exit on any error. This will simplify the error checking needed in
17         programs using these functions.
18         
19 2005-11-05  Carl Worth  <cworth@cworth.org>
20
21         * src/Makefile.am: Break things up for separate ttt-client and
22         ttt-server and programs.
23