]> git.cworth.org Git - ttt/blob - ChangeLog
2bf3f375ffac19dc3161cf852058963ced0c71ee
[ttt] / ChangeLog
1 2005-11-05  Richard D. Worth  <richard@theworths.org>
2
3         * src/args.c: Renamed ttt-args.c
4         * src/args.h: Renamed ttt-args.h
5         * src/ttt-args.c: (ttt_args_help), (ttt_args_usage),
6         (ttt_args_parse): Added ttt_ prefix.
7         * src/ttt-args.h: Added ttt_, TTT_ prefix.
8
9 2005-11-05  Kevin Worth  <kevin@cworth.org>
10
11         * src/ttt-board.c: (ttt_board_init): Implemented board_init.
12         * src/ttt-board.h: (ttt_board_t): Added cells array.
13
14 2005-11-05  Carl Worth  <cworth@cworth.org>
15
16         * src/Makefile.am: Add ttt-board.[ch] and x.[ch]
17         
18         * src/ttt-board.h:
19         * src/ttt-board.c: (ttt_board_init), (ttt_board_init_from_string),
20         (ttt_board_to_string), (ttt_board_write): Add some stub functions
21         for Richard and Kevin to have some practice
22         implementing. Functions to represent a board and to go to/from a
23         string.
24         
25         * src/x.h:
26         * src/x.c: (xasprintf), (xvasprintf), (xpipe), (xfork), (xmalloc),
27         (xcalloc), (xrealloc), (xfdopen), (xstrdup), (xfwrite): Several
28         utility functions that make system calls, check the result, and
29         exit on any error. This will simplify the error checking needed in
30         programs using these functions.
31         
32 2005-11-05  Carl Worth  <cworth@cworth.org>
33
34         * src/Makefile.am: Break things up for separate ttt-client and
35         ttt-server and programs.
36