Sun Aug 2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / ChangeLog
1 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
2         * config_defs.h: renamed to config_decls.h
3         * config.c, sysoputil.c: updated to reflect the above
4
5 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
6         * config_defs.h: new file, contains external declarations from config.c
7         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
8           for bbs_home_directory
9         * mailinglist.c, support.c: include <string.h>
10         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
11           duplicated defs, replace gets() call with fgets()
12         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
13
14 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
15         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
16
17 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
18         * ChangeLog: reordered; the GNU standard is to add new entries to the
19           top.
20         * .cvsignore: added userlist
21
22 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
23         * Finished migrating everything to the new data store.
24         * Replaced the binary "calllog" with the ASCII "citadel.log"
25         * Began converting broken utilities that depend on the old data store
26
27 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
28         * Makefile.in: removed msgstats
29
30 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
31         * Initial CVS import