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