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