1 2004-06-13 Andrew M. Bishop <amb@gedanken.demon.co.uk>
3 Version 1.5g of cxref released.
5 2004-02-14 Andrew M. Bishop <amb@gedanken.demon.co.uk>
7 Version 1.5f of cxref released.
9 2002-06-27 Andrew M. Bishop <amb@gedanken.demon.co.uk>
11 Version 1.5e of cxref released.
13 2002-05-05 Andrew M. Bishop <amb@gedanken.demon.co.uk>
15 Version 1.5d of cxref released.
17 2002-04-21 Andrew M. Bishop <amb@gedanken.demon.co.uk>
19 * Makefile.in: Bug fix for 'make install'.
21 2002-04-14 Andrew M. Bishop <amb@gedanken.demon.co.uk>
24 Change the rule for compiling .c to .o for versions of make that don't understand '%.o:%.c'.
27 Include a DESTDIR in the Makefiles to allow installing in a different place to the compile options.
29 2001-03-18 Andrew M. Bishop <amb@gedanken.demon.co.uk>
32 Allow the cxref programs to be compiled in a directory different from the source.
34 Sat Apr 28 15:45:00 2001 Andrew M. Bishop <amb@gedanken.demon.co.uk>
36 Version 1.5c of cxref released.
38 Sun Sep 26 10:00:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
40 Version 1.5b of cxref released.
42 Sun Aug 22 08:16:43 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
44 * Makefile.in: Add CFLAGS and LDFLAGS to the Makefile.in.
46 Fri Jun 25 18:09:44 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
49 Fix the problem if NAME_MAX is not defined even if PATH_MAX is.
51 Fri Jun 18 19:15:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
53 Version 1.5a of cxref released.
55 Fri May 7 18:38:20 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
58 Increase the size of the statically allocated memory for filenames, function names and typenames.
60 Sun Feb 21 12:00:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
62 Version 1.5 of cxref released.
64 Sat Jan 16 12:20:11 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
66 * Makefile.in: Add a new install target for Win32.
68 Sat Jan 16 11:11:05 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
70 * Makefile.in: Initial revision
72 Thu Nov 20 20:30:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
74 Version 1.4a of cxref released
76 Sat Aug 23 15:18:56 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
78 * input.c: Created some string lists that were lost in the changes.
79 Added in more cross referencing.
81 Sat Jul 5 18:30:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
83 Version 1.4 of cxref released
85 Sat Jul 5 18:28:12 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
87 * README.man, README: Updated to version 1.4.
89 Thu Jun 19 16:26:04 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
92 Allow the -N and -O options to be used either as -Odirname or -O dirname.
94 Sun May 11 15:23:10 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
97 Major changes to the internals of the program:
98 Changed StringList and StringList2 to be pointers.
99 Added more options to the AddToStringList() functions.
100 Lists of xrefs use StringList2 with separate function and filename.
101 Added in constructors and destructors for the main datatypes.
102 Added in functions to reset the lexer/parser/analysers when finished.
104 Wed Apr 23 20:00:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
106 Version 1.3a of cxref completed.
108 Sun Dec 8 10:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
110 Version 1.3 of cxref released
112 Sun Dec 8 10:07:45 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
114 * README.man: Initial revision
116 Sat Nov 16 16:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
118 Beta Version 1.3 of cxref released
120 Tue Oct 29 19:52:59 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
122 * Makefile: Automated makefile, uses separate configuration file.
124 Sat Oct 5 12:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
126 Version 1.2b of cxref released
128 Mon Aug 19 18:45:53 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
130 * input.c: Fixed seg fault on certain database features.
132 Sat Jul 6 20:00:00 1996 Andrew M. Bishop (amb@gedanken)
134 Version 1.2 of cxref released
136 Sat Jul 6 19:43:35 1996 Andrew M. Bishop (amb@gedanken)
138 * README: Reformatted, spell-checked, and small change to wording.
140 Sat Jul 6 19:17:03 1996 Andrew M. Bishop (amb@gedanken)
142 * input.c: More cross-referencing done.
144 * output.c: Better formatted and more useful output.
146 Mon Jul 1 19:10:10 1996 Andrew M. Bishop (amb@gedanken)
148 * Makefile: Removed redundant targets.
150 Wed May 22 19:00:00 1996 Andrew M. Bishop (amb@gedanken)
152 Version 1.1 of cxref released
154 Sat Feb 24 16:30:00 1996 Andrew M. Bishop (amb@gedanken)
156 Version 1.0 of cxref released
158 Sat Feb 24 14:53:52 1996 Andrew M. Bishop (amb@gedanken)
160 * README: Initial revision
162 * query.h, query.c, output.c, input.c, Makefile:
163 Version 1.0 Released (First release version).
165 Sun Feb 4 15:45:32 1996 Andrew M. Bishop (amb@gedanken)
167 * query.h: Now has fewer function prototypes.
169 * query.c: Small changes to make a working version.
172 Extensive modifications, to make a working version.
175 Added default values for CC & CFLAGS, added rules to make ../memory.o and ../slist.o.
177 Tue Nov 28 22:09:52 1995 Andrew Bishop (amb@dan)
179 * query.h, Makefile, query.c, input.c, output.c: Initial revision