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