Fixed warning while generated AutoDoc documentation: NewList() is not in Exec.
[AROS.git] / tools / cxref / ChangeLog
blobf3b63a7d9b31154bc1dda178380d77593424ad9b
1 2004-06-13  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
3         Version 1.5g of cxref released.
5 2004-06-13  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
7         * NEWS: Updated for version 1.5g release.
9 2004-05-09  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
11         * NEWS, cxref.c: Update to version 1.5g.
13         * Makefile.in:
14         Don't pass the CXREF_CPP #define to cxref.c if not using cxref-cpp.
16 2004-04-24  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
18         * parse.y:
19         Bug fix for the previous change allowing mixtures of declarations and statements in compound statements.
21 2004-03-06  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
23         * INSTALL, configure.in:
24         Add a --without-cxref-cpp option to the configure scripts.
26 2004-02-14  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
28         Version 1.5f of cxref released.
30 2004-02-14  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
32         * NEWS: Update to version 1.5f.
34 2004-01-24  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
36         * html.c, latex.c, rtf.c, sgml.c, warn-raw.c:
37         Declaring a function as extern is the same as not declaring it local.
39 2004-01-18  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
41         * parse.l, preproc.c:
42         Add extra flags so that parsing gcc-3.x output works better.
44 2004-01-11  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
46         * warn-raw.c:
47         Fix the text printed for some warnings from the -warn option.
49 2004-01-10  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
51         * var.c:
52         Ensure that variables defined in header file and locally get comments.
54 2003-12-02  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
56         * func.c:
57         Don't look for argument comment for functions with void arguments.
59 2003-09-05  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
61         * parse-yy.h: Corrected a comment.
63         * cxref.c: Add a missing quote character in error message.
65         * Makefile.in: Delete y.tab.h if not needed.
67 2003-07-20  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
69         * parse.y:
70         Allow mixtures of variable declarations and statements in compound statements (suggested by Henrik Poulsen).
72 2003-06-29  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
74         Version 1.5e of cxref released.
76 2003-06-29  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
78         * NEWS: Update with latest information.
80 2003-06-27  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
82         * cxref.c: Update version number.
84 2003-06-22  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
86         * parse.l:
87         Handle macros with variable args that use MACRO(a,b,...) as well as MACRO(a,b...).
89         * preproc.c, parse.l:
90         Handle gcc-3.x putting all of its internal #defines in the output.
92 2003-06-15  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
94         * FAQ-html.pl:
95         Don't force emacs to use perl mode and indent the file with emacs cperl mode.
97 2003-05-05  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
99         * cxref.c: Update to work with newer version of flex.
100         Removed some gcc warnings.
102         * parse-yy.h, parse.l, Makefile.in:
103         Update to work with newer version of flex.
105 2003-01-17  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
107         * comment.c:
108         Don't copy from bad pointer if new comment equls current one (patch from Simon 'corecode' Schubert).
110 2002-09-17  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
112         * parse.l:
113         Don't lose the comment or value when C++ style comments follow a #define.
115 2002-08-17  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
117         * parse.l:
118         Allow parsing of integers defined with i32 or i64 suffix denoting length.
120 2002-07-19  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
122         * INSTALL: Clarified the installation instructions.
124 2002-07-14  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
126         * parse-yy.h: Bug fix for Sun version of yacc.
128 2002-06-30  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
130         * html.c: Add quick links to cross references in appendix.
132         * html.c: Remove some extra ';' in #include cross reference output.
134 2002-06-23  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
136         * xref.c:
137         Fix overwriting of cross-reference filenames for local functions with the same name in multiple files.
139 2002-05-05  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
141         Version 1.5d of cxref released.
143 2002-05-05  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
145         * NEWS: Updated to version 1.5d.
147         * FAQ: Small updates.
149         * cxref.c: Update the help message version number.
151         * parse.y:
152         Use the YYTRANSLATE() macro when printing the debugging output.
154 2002-04-21  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
156         * Makefile.in: Bug fix for 'make install'.
158 2002-04-14  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
160         * parse.y: Add a missing ';' that the latest version of Bison detected.
162         * Makefile.in:
163         Change the rule for compiling .c to .o for versions of make that don't understand '%.o:%.c'.
165 2002-03-31  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
167         * INSTALL, Makefile.in:
168         Include a DESTDIR in the Makefiles to allow installing in a different place to the compile options.
170 2002-02-17  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
172         * Makefile.in:
173         More fixes to allow configure/build outside of cxref source tree.
175 2002-02-03  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
177         * Makefile.in: Add flex specific command line options if using flex.
179         * parse.l:
180         Add some missing rules to stop flex warning message with -s option.
181         Re-indent some of the code for neatness.
183         * parse.l: Handle the GCC floating point hex extension.
185 2002-01-26  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
187         * parse.l:
188         Keep the sign of negative numbers when reporting the value of #define statements.
190 2002-01-19  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
192         * INSTALL: Reference the --help option to configure.
194         * cxref-cc: Bug fix for IFS handling.
196 2002-01-13  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
198         * html.c, warn-raw.c:
199         If a function is included from a header file make it clear in the output.
201 2002-01-07  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
203         * html.c:
204         Fix bug with referencing wrong source HTML file for global variables.
206 2001-11-04  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
208         * cxref.c: More fixes for the -R/ bug.
210 2001-10-27  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
212         * Makefile.in:
213         Remove two instances of $< that caused problems with non-GNU make programs.
215 2001-09-06  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
217         * cxref.c: Fix bug that stopped -R/ from working.
219 2001-08-23  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
221         * parse.l: Handle the GNU C __builtin_va_arg extension.
223 2001-08-17  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
225         * sgml.c: Fix bad SGML output (&nbsp; instead of &nbs;).
227 2001-08-11  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
229         * parse.l: Handle the gcc-3.0 __builtin_va_list type.
231 2001-06-30  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
233         * FAQ-html.pl, README.html: Fixup to make the files HTML 3.2 compliant.
235         * html.c: Remove any ^L characters when writing out HTML source files.
236         Fix bad HTML output (&nbsp; instead of &nbs;).
237         Don't replace " with &quot; (not valid in HTML 3.2).
239 Sat Apr 28 15:45:00 2001  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
241         Version 1.5c of cxref released.
243 Sat Apr 28 15:43:17 2001  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
245         * NEWS: Updated to version 1.5c.
247         * parse.y: Fix problem with not allocating enough memory.
249 Sun Mar 18 10:29:25 2001  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
251         * Makefile.in, configure.in:
252         Allow the cxref programs to be compiled in a directory different from the source.
254 Sat Jan  6 13:05:13 2001  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
256         * preproc.c, rtf.c, sgml.c, warn-raw.c, xref.c, cxref.c, func.c, html.c, latex.c:
257         Remove some gcc compilation warnings.
259 Sat Aug 19 15:44:44 2000  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
261         * cxref.c: Added more useful debugging messages.
263 Sat Jul  8 15:07:40 2000  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
265         * cxref.c:
266         Disallow files from being cross referenced if they are outside the root directory.
268 Mon Mar 13 19:40:31 2000  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
270         * parse.l: Optimise the lex source for run-time speed.
272 Sat Jan 29 14:46:42 2000  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
274         * parse.y: Allow bracketed function declarations.
276         * parse.l: Fix typo with COMMENT / WARN_COMMENT #define.
278 Tue Nov 16 19:19:50 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
280         * parse.l:
281         Modify SeenComment() function. Add the __restrict keyword (ignore it). Include string.h.
283         * autoconfig.h.in: Initial revision
285         * comment.c, cxref.h: Modify SeenComment() function.
287         * cxref.c: Updated the version number.
289 Sun Sep 26 10:00:00 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
291         Version 1.5b of cxref released.
293 Sun Sep 26 08:55:24 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
295         * NEWS: Update to version 1.5b.
297 Sun Aug 22 08:16:24 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
299         * Makefile.in: Add CFLAGS and LDFLAGS to the Makefile.in.
301 Wed Jul 21 18:26:21 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
303         * cxref.c, preproc.c:
304         Increase the length of the buffer to the getcwd() function call.
306 Sun Jul 11 10:09:53 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
308         * parse.l: Ensure that the lexer is reset to the initial state.
310         * cxref.c: Don't call yyrestart() before the first file.
312 Fri Jul  2 18:26:13 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
314         * preproc.c:
315         Use what the programmer said for deciding if an include file is global or local.
317 Fri Jun 25 18:12:41 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
319         * html.c: Fix a stupid bug with dereferencing a NULL pointer.
321         * xref.c:
322         Fix the problem if NAME_MAX is not defined even if PATH_MAX is.
324 Sun Jun 20 09:55:27 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
326         * xref.c, cxref.c, cxref.h: Speed up the cross referencing.
328 Sat Jun 19 16:52:02 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
330         * html.c:
331         Fix the bug with the +html+ style comments in the source HTML output.
333 Fri Jun 18 19:15:00 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
335         Version 1.5a of cxref released.
337 Fri Jun 18 18:12:18 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
339         * NEWS: Updated to version 1.5a.
341 Thu Jun 17 18:00:39 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
343         * parse.y: Allow the GNU extension to case statements.
345         * parse.l: Fix problems with C++ style comments after #defines.
347 Wed Jun 16 18:51:45 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
349         * parse-yy.h: Turn on the debugging by default.
351         * cxref.c: Fix the CanonicaliseName() function (again).
353 Tue Jun  8 18:41:51 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
355         * cxref.c: Bug fix in the CanonicaliseName function.
357 Fri Jun  4 16:19:06 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
359         * html.c:
360         Make sure that the source file has the correct relative path from the cxref file.
362 Thu May 27 16:44:39 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
364         * README.tex:
365         Changed to LaTeX2e documentclass instead of documentstyle.
367 Wed May 26 18:34:31 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
369         * cxref.c: Fix the CanonicaliseName() function.
371 Thu May 20 19:00:00 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
373         * parse.y, parse.l: Handle more GNU extensions.
375 Sat May 15 19:00:11 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
377         * parse.l, preproc.c, cxref.h:
378         Remove the problem of #line directives confusing the parser.
380 Sat May 15 16:58:57 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
382         * latex.c, rtf.c, sgml.c, cxref.c, html.c:
383         Add the cxref and cpp command lines to the output files (not RTF).
385 Wed May 12 18:54:34 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
387         * INSTALL: Add the --with-cxref-cpp option.
389 Sat May  8 14:16:31 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
391         * configure.in: Add a --with-cxref-cpp option.
393 Fri May  7 18:38:35 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
395         * xref.c:
396         Increase the size of the statically allocated memory for filenames, function names and typenames.
398 Thu Apr 15 18:08:44 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
400         * Makefile.in:
401         Remove the generated lex and yacc parsers in the clean target.
403 Tue Apr 13 19:08:01 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
405         * Makefile.in:
406         Removed some potentially problematic options to Lex/Yacc commands.
408 Fri Mar 26 19:51:08 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
410         * FAQ: Added the -isystem gcc option hint.
412 Fri Mar 19 17:37:52 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
414         * xref.c, parse.l, rtf.c, sgml.c, warn-raw.c, html.c, latex.c:
415         Allow the '$' charcter to be used in function and variable names.
417 Sun Mar 14 09:41:22 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
419         * latex.c: Fix a bug with verbatim comments.
421 Fri Mar  5 20:01:55 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
423         * rtf.c, sgml.c, html.c, latex.c:
424         Fix a bug with the include/exclude directives at the start of comments.
426 Sun Feb 21 12:00:00 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
428         Version 1.5 of cxref released.
430 Sun Feb 21 11:47:58 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
432         * NEWS: Updated to version 1.5.
434 Sat Feb  6 14:53:05 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
436         * FAQ: Added a reference to the fixheader Perl script.
438 Thu Jan 28 19:23:01 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
440         * Makefile.in: Use the -html-src option for the README.
442 Thu Jan 28 19:19:36 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
444         * html.c: Use a table for the struct/union output in HTML 3.2.
446 Wed Jan 27 19:19:31 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
448         * parse.y: Fix a problem with common comments and type casting.
450 Tue Jan 26 19:40:13 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
452         * html.c, cxref.c, README.tex, README.man, README.sgml, README.html, Makefile.in, README:
453         Produce an HTML version of the source file with links into it.
455 Sun Jan 24 16:53:50 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
457         * warn-raw.c, func.c, preproc.c, type.c, var.c, Makefile.in, cxref.h, datatype.h:
458         Store the line numbers of the definitions as we see them.
460         * cxref.c: Don't allow -delete or a filename in the .cxref file.
462         * README.tex, README.sgml, README.html, README.man, README:
463         Some simple documentation changes.
465 Mon Jan 18 17:49:48 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
467         * preproc.c, var.c, parse.y:
468         Stop comments from header files from leaking into the main source file.
470 Sun Jan 17 09:40:47 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
472         * INSTALL: Add information about the --enable-us-paper option.
474 Sat Jan 16 12:20:04 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
476         * Makefile.in: Fix problem with using gcc instead of cxref-cpp.
477         Add a new install target for Win32.
479 Sat Jan 16 11:11:42 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
481         * configure.in, Makefile.in: Initial revision
483         * memory.c: Modify for use with autoconf and configure.
485         * INSTALL: Add information about using autoconf and configure.
487 Mon Jan 11 19:34:07 1999  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
489         * rtf.c: Fix the verbatim comments.
491 Mon Dec 28 14:26:26 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
493         * rtf.c: Make the RTF output work as required.
495 Sun Dec 27 12:41:15 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
497         * FAQ: Use gcc instead of cxref-cpp if new enough.
499 Tue Dec 22 17:10:10 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
501         * FAQ: Put in information about using cxref with cygwin on win32.
503         * memory.c: Allow the file to compile with the win32 cygwin library.
505 Tue Dec 22 15:23:38 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
507         * README.sgml: Initial revision
509         * README.man, README.tex, README.html, README:
510         Updated the documentation to include the new output formats.
512         * rtf.c, sgml.c: Initial revision
514         * comment.c: Handle verbatim comments better.
516         * warn-raw.c: Abstract out the output specific comment handling.
518         * latex.c: Some tidying up to make more like the HTML with tables.
520         * html.c: Add in new HTML-3.2 option.
522         * cxref.h: Add in RTF and SGML formats.
524         * cxref.c: Add in RTF and SGML and allow two types of HTML.
526         * Makefile.config, Makefile: Add in RTF and SGML formats.
528         * INSTALL: Note the changes to the Makefile.
530 Sat Dec 12 17:08:58 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
532         * FAQ-html.pl: Fix a problem with '&' in the FAQ.html output.
534 Sat Dec  6 14:30:00 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
536         Version 1.4c of cxref not released
538 Sun Dec  6 14:28:54 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
540         * NEWS: Updated to version 1.4c.
542 Tue Nov 24 18:54:43 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
544         * FAQ: A new FAQ question/answer.
546 Tue Nov 17 20:05:12 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
548         * cxref.c: Fix the CanonicaliseName() function.
550 Fri Oct 23 18:50:59 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
552         * html.c:
553         Have a different, more specialised, format for the HTML. [WineDoc side branch]
555         * func.c, file.c: Output some parser information. [WineDoc side branch]
557         * cxref.c: Use block comments by default. [WineDoc side branch]
559         * comment.c:
560         Allow both types of comments for functions. [WineDoc side branch]
562 Fri Oct 23 18:21:44 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
564         * comment.c:
565         Strip leading and trailing whitespace from function argument comments.
567         * parse.l: Added in the char_varying() data type.
569 Fri Oct  9 18:43:16 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
571         * parse.y:
572         Allow a typename to be used as the name for a structure in a field_list.
574         * parse.l: Add in the gnu typeof() and __FUNCTION__ extensions.
576         * cxref-cc: More useful error messages.
578 Tue Jun 23 18:11:10 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
580         * memory.c: Added Solaris x86 to the USE_STD_ARG list.
582 Tue Jun 16 18:31:40 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
584         * FAQ-html.pl: Do not make quoted URLs into real links.
586 Sun May 31 07:57:09 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
588         * cxref.c: Fix a bug with cwd=rootdir.
590 Sat May 16 10:56:51 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
592         * parse.y: Allow orphaned ';' in structure definitions.
594 Wed Apr 22 17:47:42 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
596         * Makefile: Make more AIX friendly.
598 Sat Apr 18 19:30:00 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
600         Version 1.4b of cxref released
602 Sat Apr 18 19:29:31 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
604         * README, README.tex, README.man, README.html, NEWS:
605         Updated to version 1.4b.
607         * parse.y:
608         Fixed properly the problem with comments for pointer to function variables.
610 Sat Apr 18 18:46:06 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
612         * latex.c, html.c: Small fix to comment handling.
614 Sat Apr 18 13:29:04 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
616         * comment.c:
617         Use a lot less memory by not using the private memory heap.
618         Fixed SplitComment() that was giving wrong results for some comments.
619         Allow the comment to be deleted to tidy up at the end.
621         * parse.y:
622         Change to the way that common comments are stored due to comment.c changes.
624         * parse.l: Small change to comment.c function interface.
626         * cxref.h: Add a function to free the memory used in comment.c.
628         * cxref.c: Ensure that there are no mallocs not freed on exit.
629         Fix the bug in the -I option mangling based on -R and cwd.
631 Tue Apr 14 18:55:55 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
633         * Makefile:
634         Don't create directories to install into if they already exist.
636         * cxref.c: Be more careful over the exit status of the child process.
638         * parse.l: Added __typeof and __alignof.
640         * install.sh:
641         Fixed a problem with installing cxref-query and making directories.
643 Sat Apr  4 09:27:27 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
645         * FAQ: Fix some typos and make easier for FAQ-html.pl to work with.
647         * FAQ-html.pl: Add links for internal references and external URLs.
649 Thu Mar 26 22:05:20 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
651         * cxref.c:
652         Modify the -I options if they refer to sub-directories of the current dir or -R option dir.
654 Mon Mar 16 19:44:56 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
656         * parse.y, warn-raw.c, html.c, latex.c:
657         Allow empty structures or unions to be defined.
659 Mon Mar 16 19:16:20 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
661         * cxref-cc:
662         Made all the output come out on stderr, handle '-' as filename with a warning.
664 Sun Mar  1 16:11:58 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
666         * parse.y:
667         Added a fix for function prototypes declared using a typedef.
669 Thu Feb 26 19:55:54 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
671         * parse.y:
672         Make sure that comments for pointer to function typedefs and variables are included.
674         * preproc.c:
675         Make sure that the pathname gets updated if we find out later what it really is.
677         * comment.c:
678         Ensure that the file comment comes from the file in question and not an included file.
680         * cxref.c:
681         Allow the argument '-R.' to be ignored and not acted on incorrectly.
683 Wed Feb 11 19:44:08 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
685         * cxref.c: Change int to pid_t.
687 Tue Jan 20 18:51:24 1998  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
689         * parse.l: Save some memory when parsing comments.
691 Thu Nov 20 20:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
693         Version 1.4a of cxref released
695 Thu Nov 20 20:16:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
697         * NEWS: Updated to version 1.4a.
699         * comment.c:
700         Made lines containing only whitespace be replaced by a newline.
702         * parse.l, README.tex, cxref.c, README.html, README.man, README:
703         Added in a -no-comments option.
705         * Makefile: Fixed more SUN make problems.
707         * latex.c, parse.y, warn-raw.c, html.c:
708         Stop wwwoffle crashing on (pointless) unamed structs within structure defintions.
710 Tue Aug 26 16:42:32 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
712         * cxref.c:
713         Fix incorrect parsing of .cxref file when there is a legally recognised space.
715 Mon Aug 25 09:24:14 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
717         * Makefile.config, install.sh, memory.c:
718         Changes to work with Ultrix (install -c and USE_STD_ARG).
720 Sun Aug 24 15:29:16 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
722         * comment.c:
723         Do not try to access a NULL pointer for comments that are empty.
725 Sat Aug 23 15:21:09 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
727         * cxref.c: Improved the CanonicaliseName() function.
729 Wed Aug  6 17:45:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
731         * cxref.c: Allow blank lines and comments in the .cxref file.
732         Fixed string handling / memory bug.
734         * comment.c: Fixed string handling / memory bug.
736         * README.man, README.tex, README, README.html:
737         Allow blank lines and comments in the .cxref file.
739 Wed Jul 30 16:50:06 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
741         * parse.l: Better handling of multi-line preprocessor directives.
743 Mon Jul 28 18:17:24 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
745         * Makefile: Made the Makefile work with SUN make.
747 Fri Jul 25 19:10:34 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
749         * preproc.c: Clean up properly in ResetPreProcAnalyser().
751         * parse.y:
752         Handle 'volatile const' and 'const volatile' and clean up properly in RestParser().
754         * latex.c, html.c, warn-raw.c: Cope with functions that are declared as external.
756 Fri Jul 18 19:21:56 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
758         * cxref.c: Fixed bug in -CPP option.
760 Sat Jul  5 18:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
762         Version 1.4 of cxref released
764 Sat Jul  5 18:22:27 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
766         * NEWS: Updated for version 1.4.
768 Sun Jun 22 10:09:28 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
770         * Makefile: Fixed a bug in the allclean target.
772         * parse.y: Bug fix for a GNU C extension.
774         * cxref.c: Bug fix for reading the .cxref file.
776 Sun Jun 22 10:07:12 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
778         * README.tex, README, README.html, README.man, FAQ:
779         Added in a description of the cxref-cc script.
781         * cxref-cc: Initial revision
783 Thu Jun 19 17:40:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
785         * cxref.c:
786         Added a new option -Rdirname to specify the source code tree root directory.
787         Added in the reading of options from a .cxref file.
789         * preproc.c, cxref.h:
790         Moved the CanonicaliseName() function from preproc.c to cxref.c and made it global.
792         * README.html, README.man, README.tex, FAQ, README:
793         Added documentation about the -R option and the .cxref file.
795 Wed Jun 18 18:54:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
797         * Makefile:
798         Changed the installed cxref to not have a path hard-coded to cxref-cpp (using execvp).
800 Sat Jun 14 16:35:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
802         * var.c, warn-raw.c, parse.y, latex.c, parse.l, html.c, datatype.h, func.c:
803         Handle the functions and variables that are included into a file from a header
804         file as if they were actually in the file.
805         But only if the result of compilation of the file is to put them into the object
806         file, so not inline functions or extern variables.
808 Fri Jun 13 18:32:17 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
810         * FAQ: Added in a section 0 pointing to the cxref home-page.
812 Mon May 26 15:30:51 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
814         * preproc.c, cxref.h, parse.l:
815         Cope with comments trailing #include statements now that cxref-cpp has been fixed.
817 Mon May 26 11:23:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
819         * html.c, latex.c, README.man, README.tex, README.c, README.html, README:
820         Added in a way to allow extended markup (HTML or LaTeX) inside of comments.
822 Sun May 25 16:59:16 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
824         * README.html, html.c, FAQ-html.pl:
825         Used 'weblint' and 'htmlchek' to check the conformance of the HTML output and fixed most deviations.
827 Sun May 25 10:03:36 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
829         * parse.y: Fixed the reported parse bugs
830          - initialised declarator using GNU extension,
831          - type name / identifier confusion.
833 Sun May 18 15:41:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
835         * parse.y:
836         Re-ordered the statements into a logical rather than alphabetical order.
838 Sun May 18 10:05:52 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
840         * latex.c, xref.c, html.c, README.tex, cxref.c, cxref.h, README.html, README.man, README:
841         Added an option to allow files to be deleted from the cross reference output.
843 Sat May 17 15:06:01 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
845         * parse.l, preproc.c, cxref.h:
846         Made fuller use of the CPP changes for included files.
848         * cxref.c: Made fuller use of the CPP changes for included files.
849         Moved CurFile to cxref.c from file.c.
851         * file.c: Moved CurFile to cxref.c from file.c.
853 Fri May 16 19:06:19 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
855         * cxref.c, FAQ, README, README.tex, README.html, README.man:
856         Added in a way of passing extra arguments to the pre-processor.
858 Sun May 11 15:24:04 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
860         * comment.c: Do not Malloc the string returned from SplitComment.
862         * xref.c, warn-raw.c, var.c, slist.c, type.c, preproc.c, parse.y,
863           parse.l, html.c, latex.c, func.c, datatype.h, file.c, cxref.c, cxref.h:
864         Major changes to the internals of the program:
865           Changed StringList and StringList2 to be pointers.
866           Added more options to the AddToStringList() functions.
867           Lists of xrefs use StringList2 with separate function and filename.
868           Added in constructors and destructors for the main datatypes.
869           Added in functions to reset the lexer/parser/analysers when finished.
871         * memory.c: Improved the debugging information.
873         * Makefile: Handle missing sub-directories gracefully.
875 Sun Apr 27 17:09:25 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
877         * comment.c:
878         Tidy up the comment string once it is collected, not in the lexer.
880         * preproc.c, cxref.h:
881         Changed the way that the lexer interfaces to cpp for the include files.
883         * parse.l:
884         Added new comment options; -verbatim-comments and -block-comments.
885         Changed the way that the lexer interfaces to cpp for the include files.
887         * html.c, latex.c, cxref.c:
888         Added new comment options; -verbatim-comments and -block-comments.
890         * README.man: Describe the new comment options.
892         * README, README.html, README.tex:
893         Changed the description of the modifications to cpp
894         and describe the new comment options.
896         * Makefile: Make use of the new cpp option for #includes.
898 Fri Apr 25 18:39:19 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
900         * README.html, README.tex, README: Changed over to cpp-2.7.2.
902 Wed Apr 23 20:00:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
904         Version 1.3a of cxref completed.
906 Wed Apr 23 19:46:48 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
908         * parse.y: Added a fix for type cast inside of an array declaration.
910 Thu Mar  6 18:40:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
912         * cxref.c: Added the sys/wait.h include file.
914         * Makefile:
915         Fixed a bug in the allclean target added when removing 'make -C'.
917 Fri Feb  7 19:20:37 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
919         * func.c, cxref.c: Fixed minor memory handling problems.
921         * parse.y:
922         Fixed a problem with function prototypes having pointer to pointer to function arguments.
924 Fri Jan 24 20:33:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
926         * Makefile: Removed all of the GNU Make features.
928 Thu Jan  9 17:48:23 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
930         * memory.c: Stdarg is needed for other UNIXes.
932 Sat Jan  4 15:54:31 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
934         * install.sh: Made the exit status work correctly now.
936 Sun Dec 15 18:09:43 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
938         * install.sh: Initial revision
940         * Makefile, Makefile.config:
941         Added an installation configuration option.
943 Fri Dec 13 20:03:19 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
945         * Makefile:
946         The program was installed to a INSTDIR/bin/cxref-cpp but cxref-inst looked at INSTDIR/cxref-cpp.
948 Sun Dec  8 10:30:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
950         Version 1.3 of cxref released
952 Sun Dec  8 10:11:12 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
954         * NEWS: Added news of version 1.3 changes.
956 Sun Dec  8 10:07:45 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
958         * Makefile.config: Changed the INSTDIR to install the manual pages.
960         * Makefile: Added the manual pages.
962         * README.man: Initial revision
964 Sat Dec  7 20:36:38 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
966         * parse.l: Added C++ style comments
967         More GNU extensions
968            __extension__ keyword is ignored, and expression is parsed
969            __typeof__ keyword returns a type name of __typeof__
970            Varargs macros allowed
972         * parse.y:
973         Made the parser work on the source conde in the Linux kernel:
974            Added lots more GNU extensions
975            Fixed more problems with type names and identifiers clashing
976            Changed the way that integer types are handled to allow for any number of types
977            Concatenate the value of expressions so that constant expressions e.g. for array sizes are expressed.
979 Sat Dec  7 14:08:39 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
981         * Makefile.config:
982         Stop flex from including #line directives taht confuse cxref.
984 Tue Nov 26 17:50:52 1996  Andrew M. Bishop  <amb@gedanken>
986         * cxref.c:
987         Wrote a new popen/pclose that uses execlp instead of system, requires arguments to be kept as a list.
989 Sat Nov 16 16:30:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
991         Beta Version 1.3 of cxref released
993 Sat Nov 16 16:19:15 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
995         * NEWS: Added news of version 1.3 (beta) changes.
997 Sat Nov 16 15:29:51 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
999         * cxref.el: Added compatability for newer Emacs cc-mode.
1001 Sat Nov  2 17:38:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1003         * parse.y:
1004         Fixed problems with implicit integer types and type qualifiers.
1006 Sat Nov  2 17:21:02 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1008         * warn-raw.c:
1009         Really moved type comment to match html.c/latex.c (earlier attempt was wrong).
1011 Sat Nov  2 14:44:01 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1013         * README.tex, README.html, README:
1014         Removed references to using cxref without cxref-cpp, and improved cxref-cpp section.
1016         * README.c:
1017         Improved README.c, added cross-referenceable items, removed references to cxref-cpp.
1019         * Makefile: Use -xref option on README.c and fix parse-yacc.h target.
1021 Wed Oct 30 20:34:03 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1023         * Makefile:
1024         Provide the yacc and lex output .[ch] files for people without bison/flex.
1026 Tue Oct 29 19:53:55 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1028         * parse.y: Slight change to error message for when parser fails.
1030         * cxref.c: Slight change to error message for when cpp dies.
1032         * Makefile.config: Initial revision
1034         * Makefile: Automated makefile, uses separate configuration file.
1036         * INSTALL: New automated makefiles require new instructions.
1038 Sun Oct 27 15:50:42 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1040         * cxref.c: Tidied up the usage information, made it 80 chars wide,
1041         included author's name, e-mail address, web page, version number.
1043         * warn-raw.c:
1044         Added ';' in struct listings, moved type comment to match html.c/latex.c.
1046         * latex.c: Added ';' in struct listings.
1048         * html.c:
1049         Added ';' in struct listings, changed order of tags to satisfy weblint,
1050         replaced <menu> with <ul> added HTML-2.0 DTD at the top.
1052 Sun Oct 20 16:50:10 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1054         * README.tex, README.html, README:
1055         Added a 'Further Information' section and general updating.
1057         * FAQ-html.pl: Initial revision
1059         * FAQ: More information in section 4 and general updating.
1061 Sat Oct  5 12:30:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1063         Version 1.2b of cxref released
1065 Sat Oct  5 12:15:21 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1067         * NEWS: Added news of version 1.2b changes.
1069 Sun Sep 29 14:53:59 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1071         * cxref.h, var.c: Tidy up the scope variables after each file.
1073         * cxref.c:
1074         Added warning about -warn-xref option without and -xref option.
1075         Tidy up the scope variables after each file.
1077         * warn-raw.c:
1078         Check for both -warn-xref and -xref options before printing a warning.
1080         * html.c: Stopped the appendix from appearing in the wrong place.
1082 Sun Sep 15 16:05:37 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1084         * warn-raw.c, latex.c, html.c:
1085         Changed the output format to put comments for a nested struct/union after the variable name.
1087         * type.c:
1088         Typedefs of function types recognised as such so they can be used in prototypes.
1089         Comments in nested structure/union type defintions now get picked up correctly.
1091         * cxref.h:
1092         Typedefs of function types recognised as such so they can be used in prototypes.
1094         * parse.y:
1095         Typedefs of function types recognised as such so they can be used in prototypes.
1096         Function defintions from header files handled safely.
1098         * xref.c: Bug that caused dangling (illegal) cross references fixed.
1100         * file.c, func.c, datatype.h:
1101         Function prototypes within function definitions now cause no loss of references.
1103 Sun Aug 18 16:52:16 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
1105         * cxref.c:
1106         Recognise an abnormal termination of cxref-cpp (or whatever) and stop processing the file.
1108 Sat Aug 17 12:00:00 1996  Andrew M. Bishop  (amb@gedanken)
1110         Version 1.2a of cxref released
1112 Sat Aug 17 11:56:46 1996  Andrew M. Bishop  (amb@gedanken)
1114         * NEWS: Added news of version 1.2a changes.
1116         * func.c: Better handling of K&R function definitions.
1118         * parse.l: Added more GCC extensions.
1119         Change the way identifiers and type names are distinguished.
1121         * parse.y: Now have feedback to lexical analyser.
1122         Use an array to store current variable name to handle nested definitions.
1123         Added the rest of the integer types.
1124         Removed the reduce/reduce conflict.
1126 Sat Jul  6 20:00:00 1996  Andrew M. Bishop  (amb@gedanken)
1128         Version 1.2 of cxref released
1130 Sat Jul  6 19:56:15 1996  Andrew M. Bishop  (amb@gedanken)
1132         * NEWS: New news added, reformatted, and spell-checked.
1134         * FAQ: Initial revision
1136         * README, README.html, README.tex: Reformatted, and spell-checked.
1138 Sat Jul  6 19:05:47 1996  Andrew M. Bishop  (amb@gedanken)
1140         * html.c: Added heading for source files section.
1142 Sat Jul  6 17:01:16 1996  Andrew M. Bishop  (amb@gedanken)
1144         * parse.y: Lots of changes, in particular:
1145            Handle parse errors safely, do not exit but go on to the next file.
1146            Complete rewrite of function declaration code, fixed scope and K&R problems.
1147            Copes with variable types better than it used to.
1148            Extern variables allowed within functions (EXTERN_F type).
1149            Renamed some of the local variables, and changed their behaviour to accomplish the above.
1150         There remain 3 reduce/reduce conflicts that do not (seem to) affect the program output.
1152         * INSTALL: Removed the reference to the %expect in parse.y.
1154 Thu Jul  4 20:02:27 1996  Andrew M. Bishop  (amb@gedanken)
1156         * func.c: Bug with ellipses in function definition.
1158 Tue Jul  2 20:52:59 1996  Andrew M. Bishop  (amb@gedanken)
1160         * latex.c, warn-raw.c, html.c:
1161         Change the output to handle the EXTERN_F scope type.
1163         * cxref.c: Fixed bug in -CPP option handling.
1165 Sat Jun 29 16:43:38 1996  Andrew M. Bishop  (amb@gedanken)
1167         * Makefile:
1168         Don't assume that . is on the path, so use ./cxref not just cxref and use $(MAKE) for subdirectories.
1170 Sat Jun 29 16:28:52 1996  Andrew M. Bishop  (amb@gedanken)
1172         * xref.c, cxref.h:
1173         Defined the scope type EXTERN_F for variables declared extern within a function.
1174         The outputs need to be modified to reflect this, as does the parser and cross-referencer.
1176 Thu Jun 27 20:10:03 1996  Andrew M. Bishop  (amb@gedanken)
1178         * comment.c: Fixed bugs in the SplitComment() function.
1180 Sun Jun 16 18:59:47 1996  Andrew M. Bishop  (amb@gedanken)
1182         * parse.l:
1183         Better handling of whitespace in comments and make better use of current parse file variable.
1185 Sun Jun 16 16:44:28 1996  Andrew M. Bishop  (amb@gedanken)
1187         * var.c:
1188         Remove the fixed limit on the number of levels of scope variables.
1190         * type.c:
1191         Fixed bug where 1st and not matching '}' was searched for in typedef definition.
1193         * func.c:
1194         Use file name from parser, not locally generated for prototypes.
1195         Better handling of traditional function declarations.
1196         Changed the way that function internal comments are handled.
1198         * cxref.h: Changed some function prototypes in func.c.
1200         * comment.c:
1201         Changed the way that function internal comments are handled.
1203 Tue Jun 11 18:12:41 1996  Andrew M. Bishop  (amb@gedanken)
1205         * parse-yy.h, parse.l:
1206         Add support for line numbers and file names in the parser.
1208         * parse.y:
1209         Gracefully handle yacc parse errors, print line numbers and file names, don't exit.
1210         Parse labeled statements with a ';' in a non-ANSI but common way.
1212 Sun Jun  9 18:22:33 1996  Andrew M. Bishop  (amb@gedanken)
1214         * warn-raw.c: Minor improvement to the output for raw mode.
1216         * cxref.c:
1217         Gracefully handle yacc parse errors, move on to the next file.
1219 Sat Jun  8 16:54:32 1996  Andrew M. Bishop  (amb@gedanken)
1221         * latex.c: Added cxref.sty,
1222         Combined the AddLatexAppendix() function into the WriteLatexDocument() function,
1223         Merged the WriteLatexPreamble() and WriteLatexPostamble() functions into WriteLatexTemplate(),
1224         Removed the code in latex() that tried to convert '-' into an en-dash,
1225         Create directories that are needed for the output files to write into.
1227         * html.c:
1228         Combined the AddHTMLAppendix() function into the WriteHTMLDocument() function,
1229         Create directories that are needed for the output files to write into.
1231         * func.c:
1232         Fixed bug where option_xref==0 still listed out the functions called (syntax error).
1234         * README, README.tex, README.html:
1235         Updated the README as a result of adding cxref.sty, also minor tweaks.
1237         * Makefile: Added doc/cxref.sty to the files included in latex-style.c.
1239         * INSTALL:
1240         Added a description of the change that needs to be made in doc/page.sty for US paper.
1242 Wed May 22 19:00:00 1996  Andrew M. Bishop  (amb@gedanken)
1244         Version 1.1 of cxref released
1246 Wed May 22 17:55:53 1996  Andrew M. Bishop  (amb@gedanken)
1248         * parse.y:
1249         A large number of changes to get the program to provide better
1250         debugging output and parse new GNU C language extensions.
1251            Better debugging options for the parser, by adding extra levels of
1252             debugging, and a wrapper function that intercepts yylex() calls.
1253            Allows the asm() GNU extension.
1254            Bit-fields now parsed correctly.
1255            Enum typedefs allowed to have a trailing comma.
1256            Function definitions with no return type are now recognised as int
1257             and those with no arguments recognised as void.
1259         * parse.l:
1260         A large number of changes to get the program to work on other systems
1261         and parse new GNU C language extensions.
1262            Code fixed to work with a POSIX lex program (no YY_START or <*>).
1263            Code handles carriage returns in strange places.
1264            GNU __attribute__ & __extension__ compiler directives handled better.
1265            Allows the asm() GNU extension.
1266            Re-ordered the code, and added comments for each section.
1268         * NEWS: Initial revision
1270 Mon May 20 18:54:01 1996  Andrew M. Bishop  (amb@gedanken)
1272         * preproc.c:
1273         Fixed bug in SeenInclude where a #include "..." inside a #include <...> didn't work.
1275         * parse-yy.h: Added better YACC debugging support.
1277         * Makefile: Made latex-style.c be ANSI compatible.
1279         * cxref.c: Fixed stupid bug, added better YACC debugging support.
1281 Sat May 18 19:40:50 1996  Andrew M. Bishop  (amb@gedanken)
1283         * README: Changed the title to version 1.1.
1285         * INSTALL: Added a few more references to the cpp/README.
1287 Sun Feb 25 09:50:47 1996  Andrew M. Bishop  (amb@gedanken)
1289         * INSTALL: Initial revision
1291 Sat Feb 24 16:30:00 1996  Andrew M. Bishop  (amb@gedanken)
1293         Version 1.0 of cxref released
1295 Sat Feb 24 14:54:19 1996  Andrew M. Bishop  (amb@gedanken)
1297         * INSTALL: Initial revision
1299         * xref.c, warn-raw.c, var.c, type.c, slist.c, preproc.c, parse.y, parse.l, parse-yy.h, memory.h, memory.c, latex.c, html.c, func.c, file.c, datatype.h, cxref.h, cxref.el, cxref.c, comment.c, README.tex, README.html, README, Makefile:
1300         Version 1.0 Released (First release version).
1302 Sun Feb  4 15:41:31 1996  Andrew M. Bishop  (amb@gedanken)
1304         * xref.c: Re-ordered the cross referencing.
1306         * memory.h: Added a SafeCalloc() function.
1308         * memory.c:
1309         Added a SafeCalloc() function and slight mod to DEBUG macros.
1311         * cxref.h: Error in XREF_* macro definitions.
1313         * Makefile: Added default values for CC & CFLAGS, added cxref-query.
1315 Tue Nov 28 19:31:20 1995  Andrew Bishop  (amb@dan)
1317         * warn-raw.c:
1318         Fixed bug where variable or function is global and is referenced in the file and invalid warning was printed.
1320 Fri Nov 24 20:51:40 1995  Andrew Bishop  (amb@dan)
1322         * parse.l:
1323         Made push past work for 'int foo[2]={1,2}; /* */' where the yacc grammar did not ask for ';'.
1325 Fri Nov 24 19:21:36 1995  Andrew Bishop  (amb@dan)
1327         * xref.c:
1328         Fixed bug where functions referenced from a file do not get cross-referenced.
1329         Tidied up the function cross referencing, rationalising the functions needed.
1330         Fixed the extern variable fixup where unknown definitions were ignored.
1331         Changed the variable xref file for variables referenced from files.
1332         Changed the type definition xref file for not typedef types.
1334 Mon Nov 20 19:09:06 1995  Andrew Bishop  (amb@dan)
1336         * Makefile:
1337         Added 'program' as the default target and put 'program' and 'docs' as dependencies of 'all'.
1339 Sun Nov 19 15:33:28 1995  Andrew Bishop  (amb@dan)
1341         * warn-raw.c:
1342         Fixed bugs with referencing null pointer if some comments are missing.
1344 Wed Nov 15 19:15:01 1995  Andrew Bishop  (amb@dan)
1346         * parse.y: Added long long types, removed spaces from ends of lines.
1348         * latex.c: Added hard-space to the tables to stop latex2e breaking.
1350         * cxref.h: Made work on Solaris 2.3
1352         * Makefile: Stopped using echo -n for latex-style.c (fails on SVR4).
1354 Tue Oct 17 20:18:25 1995  Andrew Bishop  (amb@dan)
1356         * latex.c, cxref.c, README.tex, README.html, README:
1357         Added support for LaTeX2e version.
1359 Mon Oct  9 19:19:33 1995  Andrew Bishop  (amb@dan)
1361         * latex.c:
1362         Fixed some problems with the latex() function that converts illegal symbols to a legel format.
1364 Thu Aug 24 20:41:11 1995  Andrew Bishop  (amb@dan)
1366         * parse.y, type.c: Fixed bug where 'See Also' for typedefs failed.
1368 Tue Aug 22 20:03:42 1995  Andrew Bishop  (amb@dan)
1370         * cxref.c: Fixed bug with -xref options.
1372 Sat Aug 12 16:27:07 1995  Andrew Bishop  (amb@dan)
1374         * cxref.el: Split up the "$Header$" string in the cxref-file-comment.
1376 Thu Aug 10 20:09:43 1995  Andrew Bishop  (amb@dan)
1378         * cxref.el: Changed the cxref-endline-comment to use c-mode functions.
1380 Sat Aug  5 16:03:11 1995  Andrew Bishop  (amb@dan)
1382         * html.c, latex.c: Bug with cross reference of extern variables.
1384 Sat Aug  5 15:44:49 1995  Andrew Bishop  (amb@dan)
1386         * xref.c, warn-raw.c, func.c, cxref.h, cxref.c:
1387         Added -xref[...] options.
1388         used #defines for -xref[...], -warn[..] and -index[...] options.
1390         * README.tex, README.html, README:
1391         Added details of the -xref[...] options.
1393         * datatype.h, parse-yy.h, parse.y, memory.c, type.c:
1394         Fixed xref warnings.
1396 Mon Jul 31 20:54:56 1995  Andrew Bishop  (amb@dan)
1398         * warn-raw.c, type.c, datatype.h:
1399         Typedef, references to other types was bogus.
1401         * latex.c, html.c: Variable and Typedef bugs.
1403         * Makefile: Changed the readme target.
1405         * README.tex, README.html, README: Miscellaneous improvements.
1407 Sun Jul 30 17:53:01 1995  Andrew Bishop  (amb@dan)
1409         * README.html, README.tex: Initial revision
1411         * README: Spelling, grammar and syntax changes.
1413         * README.c: Changed the example include files to be system ones.
1415         * Makefile:
1416         Added a readme target to make README_c.tex and README.c.html.
1418 Sat Jul 29 20:08:53 1995  Andrew Bishop  (amb@dan)
1420         * xref.c: Fixed references to external variables.
1422         * warn-raw.c: Added a FilePart output function.
1423         Renamed the #defines for option_warn options.
1425         * latex.c, html.c:
1426         Added functions and variables referenced to the file section.
1427         Added a FilePart output function and added functions and variables referenced in this file section.
1429         * README:
1430         Renamed a4.sty to page.sty, added cxref.el, improved xref section.
1432         * Makefile: Renamed a4.sty to page.sty.
1434         * cxref.el: Initial revision
1436 Tue Jul 25 20:48:11 1995  Andrew Bishop  (amb@dan)
1438         * README: Removed examples to README.c.
1439         * README.c: Initial revision
1441         * cxref.c: Examples of the trailing and leading comments implemented.
1443         * cxref.h: Two function prototypes removed.
1444         * func.c, type.c:
1445         Implement the push through of comments, no spare comment needed and function removed.
1446         * comment.c: Implement the push through of comments.
1447         * parse.y, parse.l: Implement the push through of comments.
1449         * file.c: Fix a bug of freeing some data that is not mallocated.
1451         * html.c: Rationalise the usage of the html() function and fix it.
1453 Sun Jul 23 16:23:36 1995  Andrew Bishop  (amb@dan)
1455         * parse.l: Handles trailing comments for #define / #include.
1456         * cxref.h, datatype.h, parse-yy.h, memory.h:
1457         Modified comment to trailing style for #define / #include.
1459         * README:
1460         Add explanation of new comment styles and Author / copyright info.
1462         * func.c: Option to have return value comment inline.
1464         * parse.y: Improved error function (reports EOF).
1466 Wed Jul 12 19:02:56 1995  Andrew Bishop  (amb@dan)
1468         * html.c: Fixed stupid HTML bug with '<' and '>' special characters.
1470         * Makefile: Changed the rule for all etc (from ':' to '').
1472 Sat Jul  8 14:37:30 1995  Andrew Bishop  (amb@dan)
1474         * html.c: Improved HTML.
1476 Mon Jul  3 17:38:06 1995  Andrew Bishop  (amb@dan)
1478         * type.c: Big Bug fixes.
1480 Sun Jul  2 17:59:59 1995  Andrew Bishop  (amb@dan)
1482         * latex.c: Added changes to mirror html.c.
1484         * html.c: Initial revision
1486 Sun Jul  2 16:00:20 1995  Andrew Bishop  (amb@dan)
1488         * cxref.h, cxref.c: Added HTML option.
1490         * latex.c: Renamed the appendix file.
1492         * Makefile, README: Added HTML option.
1494 Sat Jul  1 16:29:46 1995  Andrew Bishop  (amb@dan)
1496         * xref.c, warn-raw.c: Handles struct and union non-typedefs.
1498         * type.c: Typedef cross referencing, struct and union non-typedefs.
1500         * parse.y: Handles repeated comments, struct and union non-typedefs.
1502         * parse.l: Handles bogus comment styles.
1504         * latex.c: Typedef cross referencing, Type option.
1506         * datatype.h: Typedef cross referencing.
1508         * cxref.h: New prototypes.
1510         * cxref.c: New options.
1512         * comment.c: Handles repeated comments, can discard partial comments if bogus.
1514         * Makefile: Added LaTeX style sheets, more verbose output.
1516 Wed Jun 28 20:20:09 1995  Andrew Bishop  (amb@dan)
1518         * README: Updated with new command line options.
1520 Wed May  3 20:30:04 1995  Andrew Bishop  (amb@dan)
1522         * xref.c: New index and warn options.
1524         * warn-raw.c: New warn option.
1526         * var.c: Now includes scope.c.
1528         * type.c: Bug fix.
1530         * parse.y: Better type handling.
1532         * parse.l: Better handling of comments and #defines.
1534         * latex.c: New index and warn options and general tidying up and improvements.
1536         * cxref.h, cxref.c: New index and warn options.
1538         * comment.c: Change for all-comments option (first comment is for file) and tidy up.
1540         * Makefile: Removed scope.c.
1542         Beta testing of this version now.
1544 Wed Apr 26 21:57:27 1995  Andrew Bishop  (amb@dan)
1546         * cxref.c:
1547         Handle -all-comments option and discard all '-...' arguments.
1549 Wed Apr 26 21:45:21 1995  Andrew Bishop  (amb@dan)
1551         * type.c: Better handling of comments and multi-file fixed.
1553         * Makefile: Bug fixes for local cpp.
1555         * cxref.c: Handle -all-comments option and discard all '-...' arguments.
1557         * func.c: Handle spare_arg_commment better, variable refs for file.
1559         * parse.y: Many changes, better handling of pointer to functions etc.
1561         * var.c: Mult-file fixed.
1563         * parse.l: New -all-comments option and #define values.
1565         * latex.c: New output stuff and much better LaTeX, using environments etc.).
1567         * warn-raw.c: New outputs.
1569         * xref.c: Output list of typedefs and better handling of function/variable refs.
1571         * scope.c: Removed stray variable CurFile.
1573         * cxref.h: Value of #defines function proto.
1575         * preproc.c: Value of simple #defines.
1577         * datatype.h, file.c: Variable refs for file, value for #defines and visible for variables.
1579         * comment.c: handle -all-comments option.
1581 Sun Apr 23 15:08:36 1995  Andrew Bishop  (amb@dan)
1583         * README: Minor change to reflect the new cross referencing.
1585         * Makefile: Add the option to use a local copy of cpp and added the two new files.
1587         * memory.h: Added note about how the memory is used in the program.
1589         * parse.l: Changed some of the memory handling to reduce usage.
1591         * parse-yy.h: Changed to YYDEBUG = true.
1593         * warn-raw.c, xref.c: Function and Variable references and StringLists.
1595         * cxref.c: Handles Makefile option of which cpp.
1597         * latex.c: Have variable and function references.
1599         * parse.y: Multiple changes, to handle function calls, references, typedefs, prototypes and definitions better.
1600                    New error message when YYDEBUG is set.
1601                    Scoping for variables.
1603         * datatype.h: New datatypes for string lists.
1605         * cxref.h: New functions in new files.
1607         * comment.c: No change.
1609         * file.c: Use StringLists and have function references.
1611         * func.c: Use StringLists and have variable and function references.
1613         * preproc.c, type.c, var.c: Use StringLists.
1615         * scope.c, slist.c: Initial revision
1617 Wed Apr  5 20:08:54 1995  Andrew Bishop  (amb@dan)
1619         * warn-raw.c, var.c, type.c, preproc.c, parse.l, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
1620         Second Beta Version, to allow RPC to test it fully.
1622         * README: Initial revision
1624 Mon Apr  3 20:22:00 1995  Andrew Bishop  (amb@dan)
1626         * xref.c, warn-raw.c, var.c, type.c, preproc.c, parse.y, parse.l, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
1627         Stable Version for beta testing.
1629 Sat Mar 25 16:15:54 1995  Andrew Bishop  (amb@dan)
1631         * parse.y, parse.l, cpp.l, xref.c, warn-raw.c, var.c, type.c, preproc.c, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
1632         Initial revision