]> git.cworth.org Git - ttt/blob - ChangeLog
2005-11-07 Carl Worth <cworth@cworth.org>
[ttt] / ChangeLog
1 2005-11-07  Carl Worth  <cworth@cworth.org>
2
3         * src/ttt.h: Grab some useful definitions from wdo.h:
4         ASSERT_NOT_REACHEED and TTT_PRINTF_FORMAT. Add several needed
5         include directives.
6
7         * src/Makefile.am: Rip out not-yet existing ttt-command and
8         ttt-error.
9         
10         * src/ttt-args.c: (ttt_args_parse): Track name change from
11         args_help to ttt_args_help.
12
13         * src/ttt.c: Remove in favor of ttt-server.c and ttt-client.c.
14         
15         * src/x.h: Add prototype for xfwrite.
16
17 2005-11-05  Richard D. Worth  <richard@theworths.org>
18
19         * src/ttt-board.c: (ttt_board_init): Added for loop counter init.
20         * src/ttt-board.h: Added prototypes.
21
22 2005-11-05  Richard D. Worth  <richard@theworths.org>
23
24         * src/args.c: Renamed ttt-args.c
25         * src/args.h: Renamed ttt-args.h
26         * src/ttt-args.c: (ttt_args_help), (ttt_args_usage),
27         (ttt_args_parse): Added ttt_ prefix.
28         * src/ttt-args.h: Added ttt_, TTT_ prefix.
29
30 2005-11-05  Kevin Worth  <kevin@cworth.org>
31
32         * src/ttt-board.c: (ttt_board_init): Implemented board_init.
33         * src/ttt-board.h: (ttt_board_t): Added cells array.
34
35 2005-11-05  Carl Worth  <cworth@cworth.org>
36
37         * src/Makefile.am: Add ttt-board.[ch] and x.[ch]
38         
39         * src/ttt-board.h:
40         * src/ttt-board.c: (ttt_board_init), (ttt_board_init_from_string),
41         (ttt_board_to_string), (ttt_board_write): Add some stub functions
42         for Richard and Kevin to have some practice
43         implementing. Functions to represent a board and to go to/from a
44         string.
45         
46         * src/x.h:
47         * src/x.c: (xasprintf), (xvasprintf), (xpipe), (xfork), (xmalloc),
48         (xcalloc), (xrealloc), (xfdopen), (xstrdup), (xfwrite): Several
49         utility functions that make system calls, check the result, and
50         exit on any error. This will simplify the error checking needed in
51         programs using these functions.
52         
53 2005-11-05  Carl Worth  <cworth@cworth.org>
54
55         * src/Makefile.am: Break things up for separate ttt-client and
56         ttt-server and programs.
57