home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Docs / cxref-1.4a.lha / ChangeLog < prev    next >
Encoding:
Text File  |  1997-12-07  |  30.2 KB  |  944 lines

  1. Thu Nov 20 20:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  2.  
  3.         Version 1.4a of cxref released
  4.  
  5. Thu Nov 20 20:16:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  6.  
  7.     * NEWS: Updated to version 1.4a.
  8.  
  9.     * comment.c:
  10.     Made lines containing only whitespace be replaced by a newline.
  11.  
  12.     * parse.l, README.tex, cxref.c, README.html, README.man, README:
  13.     Added in a -no-comments option.
  14.  
  15.     * Makefile: Fixed more SUN make problems.
  16.  
  17.     * latex.c, parse.y, warn-raw.c, html.c:
  18.     Stop wwwoffle crashing on (pointless) unamed structs within structure defintions.
  19.  
  20. Tue Aug 26 16:42:32 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  21.  
  22.     * cxref.c:
  23.     Fix incorrect parsing of .cxref file when there is a legally recognised space.
  24.  
  25. Mon Aug 25 09:24:14 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  26.  
  27.     * Makefile.config, install.sh, memory.c:
  28.     Changes to work with Ultrix (install -c and USE_STD_ARG).
  29.  
  30. Sun Aug 24 15:29:16 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  31.  
  32.     * comment.c:
  33.     Do not try to access a NULL pointer for comments that are empty.
  34.  
  35. Sat Aug 23 15:21:09 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  36.  
  37.     * cxref.c: Improved the CanonicaliseName() function.
  38.  
  39. Wed Aug  6 17:45:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  40.  
  41.     * cxref.c: Allow blank lines and comments in the .cxref file.
  42.     Fixed string handling / memory bug.
  43.  
  44.     * comment.c: Fixed string handling / memory bug.
  45.  
  46.     * README.man, README.tex, README, README.html:
  47.     Allow blank lines and comments in the .cxref file.
  48.  
  49. Wed Jul 30 16:50:06 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  50.  
  51.     * parse.l: Better handling of multi-line preprocessor directives.
  52.  
  53. Mon Jul 28 18:17:24 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  54.  
  55.     * Makefile: Made the Makefile work with SUN make.
  56.  
  57. Fri Jul 25 19:10:34 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  58.  
  59.     * preproc.c: Clean up properly in ResetPreProcAnalyser().
  60.  
  61.     * parse.y:
  62.     Handle 'volatile const' and 'const volatile' and clean up properly in RestParser().
  63.  
  64.     * latex.c, html.c, warn-raw.c: Cope with functions that are declared as external.
  65.  
  66. Fri Jul 18 19:21:56 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  67.  
  68.     * cxref.c: Fixed bug in -CPP option.
  69.  
  70. Sat Jul  5 18:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  71.  
  72.         Version 1.4 of cxref released
  73.  
  74. Sat Jul  5 18:22:27 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  75.  
  76.     * NEWS: Updated for version 1.4.
  77.  
  78. Sun Jun 22 10:09:28 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  79.  
  80.     * Makefile: Fixed a bug in the allclean target.
  81.  
  82.     * parse.y: Bug fix for a GNU C extension.
  83.  
  84.     * cxref.c: Bug fix for reading the .cxref file.
  85.  
  86. Sun Jun 22 10:07:12 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  87.  
  88.     * README.tex, README, README.html, README.man, FAQ:
  89.     Added in a description of the cxref-cc script.
  90.  
  91.     * cxref-cc: Initial revision
  92.  
  93. Thu Jun 19 17:40:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  94.  
  95.     * cxref.c:
  96.     Added a new option -Rdirname to specify the source code tree root directory.
  97.     Added in the reading of options from a .cxref file.
  98.  
  99.     * preproc.c, cxref.h:
  100.     Moved the CanonicaliseName() function from preproc.c to cxref.c and made it global.
  101.  
  102.     * README.html, README.man, README.tex, FAQ, README:
  103.     Added documentation about the -R option and the .cxref file.
  104.  
  105. Wed Jun 18 18:54:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  106.  
  107.     * Makefile:
  108.     Changed the installed cxref to not have a path hard-coded to cxref-cpp (using execvp).
  109.  
  110. Sat Jun 14 16:35:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  111.  
  112.     * var.c, warn-raw.c, parse.y, latex.c, parse.l, html.c, datatype.h, func.c:
  113.     Handle the functions and variables that are included into a file from a header
  114.     file as if they were actually in the file.
  115.     But only if the result of compilation of the file is to put them into the object
  116.     file, so not inline functions or extern variables.
  117.  
  118. Fri Jun 13 18:32:17 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  119.  
  120.     * FAQ: Added in a section 0 pointing to the cxref home-page.
  121.  
  122. Mon May 26 15:30:51 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  123.  
  124.     * preproc.c, cxref.h, parse.l:
  125.     Cope with comments trailing #include statements now that cxref-cpp has been fixed.
  126.  
  127. Mon May 26 11:23:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  128.  
  129.     * html.c, latex.c, README.man, README.tex, README.c, README.html, README:
  130.     Added in a way to allow extended markup (HTML or LaTeX) inside of comments.
  131.  
  132. Sun May 25 16:59:16 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  133.  
  134.     * README.html, html.c, FAQ-html.pl:
  135.     Used 'weblint' and 'htmlchek' to check the conformance of the HTML output and fixed most deviations.
  136.  
  137. Sun May 25 10:03:36 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  138.  
  139.     * parse.y: Fixed the reported parse bugs
  140.      - initialised declarator using GNU extension,
  141.      - type name / identifier confusion.
  142.  
  143. Sun May 18 15:41:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  144.  
  145.     * parse.y:
  146.     Re-ordered the statements into a logical rather than alphabetical order.
  147.  
  148. Sun May 18 10:05:52 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  149.  
  150.     * latex.c, xref.c, html.c, README.tex, cxref.c, cxref.h, README.html, README.man, README:
  151.     Added an option to allow files to be deleted from the cross reference output.
  152.  
  153. Sat May 17 15:06:01 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  154.  
  155.     * parse.l, preproc.c, cxref.h:
  156.     Made fuller use of the CPP changes for included files.
  157.  
  158.     * cxref.c: Made fuller use of the CPP changes for included files.
  159.     Moved CurFile to cxref.c from file.c.
  160.  
  161.     * file.c: Moved CurFile to cxref.c from file.c.
  162.  
  163. Fri May 16 19:06:19 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  164.  
  165.     * cxref.c, FAQ, README, README.tex, README.html, README.man:
  166.     Added in a way of passing extra arguments to the pre-processor.
  167.  
  168. Sun May 11 15:24:04 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  169.  
  170.     * comment.c: Do not Malloc the string returned from SplitComment.
  171.  
  172.     * xref.c, warn-raw.c, var.c, slist.c, type.c, preproc.c, parse.y,
  173.       parse.l, html.c, latex.c, func.c, datatype.h, file.c, cxref.c, cxref.h:
  174.     Major changes to the internals of the program:
  175.       Changed StringList and StringList2 to be pointers.
  176.       Added more options to the AddToStringList() functions.
  177.       Lists of xrefs use StringList2 with separate function and filename.
  178.       Added in constructors and destructors for the main datatypes.
  179.       Added in functions to reset the lexer/parser/analysers when finished.
  180.  
  181.     * memory.c: Improved the debugging information.
  182.  
  183.     * Makefile: Handle missing sub-directories gracefully.
  184.  
  185. Sun Apr 27 17:09:25 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  186.  
  187.     * comment.c:
  188.     Tidy up the comment string once it is collected, not in the lexer.
  189.  
  190.     * preproc.c, cxref.h:
  191.     Changed the way that the lexer interfaces to cpp for the include files.
  192.  
  193.     * parse.l:
  194.     Added new comment options; -verbatim-comments and -block-comments.
  195.     Changed the way that the lexer interfaces to cpp for the include files.
  196.  
  197.     * html.c, latex.c, cxref.c:
  198.     Added new comment options; -verbatim-comments and -block-comments.
  199.  
  200.     * README.man: Describe the new comment options.
  201.  
  202.     * README, README.html, README.tex:
  203.     Changed the description of the modifications to cpp
  204.     and describe the new comment options.
  205.  
  206.     * Makefile: Make use of the new cpp option for #includes.
  207.  
  208. Fri Apr 25 18:39:19 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  209.  
  210.     * README.html, README.tex, README: Changed over to cpp-2.7.2.
  211.  
  212. Wed Apr 23 20:00:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  213.  
  214.         Version 1.3a of cxref completed.
  215.  
  216. Wed Apr 23 19:46:48 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  217.  
  218.     * parse.y: Added a fix for type cast inside of an array declaration.
  219.  
  220. Thu Mar  6 18:40:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  221.  
  222.     * cxref.c: Added the sys/wait.h include file.
  223.  
  224.     * Makefile:
  225.     Fixed a bug in the allclean target added when removing 'make -C'.
  226.  
  227. Fri Feb  7 19:20:37 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  228.  
  229.     * func.c, cxref.c: Fixed minor memory handling problems.
  230.  
  231.     * parse.y:
  232.     Fixed a problem with function prototypes having pointer to pointer to function arguments.
  233.  
  234. Fri Jan 24 20:33:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  235.  
  236.     * Makefile: Removed all of the GNU Make features.
  237.  
  238. Thu Jan  9 17:48:23 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  239.  
  240.     * memory.c: Stdarg is needed for other UNIXes.
  241.  
  242. Sat Jan  4 15:54:31 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  243.  
  244.     * install.sh: Made the exit status work correctly now.
  245.  
  246. Sun Dec 15 18:09:43 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  247.  
  248.     * install.sh: Initial revision
  249.  
  250.     * Makefile, Makefile.config:
  251.     Added an installation configuration option.
  252.  
  253. Fri Dec 13 20:03:19 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  254.  
  255.     * Makefile:
  256.     The program was installed to a INSTDIR/bin/cxref-cpp but cxref-inst looked at INSTDIR/cxref-cpp.
  257.  
  258. Sun Dec  8 10:30:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  259.  
  260.         Version 1.3 of cxref released
  261.  
  262. Sun Dec  8 10:11:12 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  263.  
  264.     * NEWS: Added news of version 1.3 changes.
  265.  
  266. Sun Dec  8 10:07:45 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  267.  
  268.     * Makefile.config: Changed the INSTDIR to install the manual pages.
  269.  
  270.     * Makefile: Added the manual pages.
  271.  
  272.     * README.man: Initial revision
  273.  
  274. Sat Dec  7 20:36:38 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  275.  
  276.     * parse.l: Added C++ style comments
  277.     More GNU extensions
  278.        __extension__ keyword is ignored, and expression is parsed
  279.        __typeof__ keyword returns a type name of __typeof__
  280.        Varargs macros allowed
  281.  
  282.     * parse.y:
  283.     Made the parser work on the source conde in the Linux kernel:
  284.        Added lots more GNU extensions
  285.        Fixed more problems with type names and identifiers clashing
  286.        Changed the way that integer types are handled to allow for any number of types
  287.        Concatenate the value of expressions so that constant expressions e.g. for array sizes are expressed.
  288.  
  289. Sat Dec  7 14:08:39 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  290.  
  291.     * Makefile.config:
  292.     Stop flex from including #line directives taht confuse cxref.
  293.  
  294. Tue Nov 26 17:50:52 1996  Andrew M. Bishop  <amb@gedanken>
  295.  
  296.     * cxref.c:
  297.     Wrote a new popen/pclose that uses execlp instead of system, requires arguments to be kept as a list.
  298.  
  299. Sat Nov 16 16:30:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  300.  
  301.         Beta Version 1.3 of cxref released
  302.  
  303. Sat Nov 16 16:19:15 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  304.  
  305.     * NEWS: Added news of version 1.3 (beta) changes.
  306.  
  307. Sat Nov 16 15:29:51 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  308.  
  309.     * cxref.el: Added compatability for newer Emacs cc-mode.
  310.  
  311. Sat Nov  2 17:38:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  312.  
  313.     * parse.y:
  314.     Fixed problems with implicit integer types and type qualifiers.
  315.  
  316. Sat Nov  2 17:21:02 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  317.  
  318.     * warn-raw.c:
  319.     Really moved type comment to match html.c/latex.c (earlier attempt was wrong).
  320.  
  321. Sat Nov  2 14:44:01 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  322.  
  323.     * README.tex, README.html, README:
  324.     Removed references to using cxref without cxref-cpp, and improved cxref-cpp section.
  325.  
  326.     * README.c:
  327.     Improved README.c, added cross-referenceable items, removed references to cxref-cpp.
  328.  
  329.     * Makefile: Use -xref option on README.c and fix parse-yacc.h target.
  330.  
  331. Wed Oct 30 20:34:03 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  332.  
  333.     * Makefile:
  334.     Provide the yacc and lex output .[ch] files for people without bison/flex.
  335.  
  336. Tue Oct 29 19:53:55 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  337.  
  338.     * parse.y: Slight change to error message for when parser fails.
  339.  
  340.     * cxref.c: Slight change to error message for when cpp dies.
  341.  
  342.     * Makefile.config: Initial revision
  343.  
  344.     * Makefile: Automated makefile, uses separate configuration file.
  345.  
  346.     * INSTALL: New automated makefiles require new instructions.
  347.  
  348. Sun Oct 27 15:50:42 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  349.  
  350.     * cxref.c: Tidied up the usage information, made it 80 chars wide,
  351.     included author's name, e-mail address, web page, version number.
  352.  
  353.     * warn-raw.c:
  354.     Added ';' in struct listings, moved type comment to match html.c/latex.c.
  355.  
  356.     * latex.c: Added ';' in struct listings.
  357.  
  358.     * html.c:
  359.     Added ';' in struct listings, changed order of tags to satisfy weblint,
  360.     replaced <menu> with <ul> added HTML-2.0 DTD at the top.
  361.  
  362. Sun Oct 20 16:50:10 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  363.  
  364.     * README.tex, README.html, README:
  365.     Added a 'Further Information' section and general updating.
  366.  
  367.     * FAQ-html.pl: Initial revision
  368.  
  369.     * FAQ: More information in section 4 and general updating.
  370.  
  371. Sat Oct  5 12:30:00 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  372.  
  373.         Version 1.2b of cxref released
  374.  
  375. Sat Oct  5 12:15:21 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  376.  
  377.     * NEWS: Added news of version 1.2b changes.
  378.  
  379. Sun Sep 29 14:53:59 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  380.  
  381.     * cxref.h, var.c: Tidy up the scope variables after each file.
  382.  
  383.     * cxref.c:
  384.     Added warning about -warn-xref option without and -xref option.
  385.     Tidy up the scope variables after each file.
  386.  
  387.     * warn-raw.c:
  388.     Check for both -warn-xref and -xref options before printing a warning.
  389.  
  390.     * html.c: Stopped the appendix from appearing in the wrong place.
  391.  
  392. Sun Sep 15 16:05:37 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  393.  
  394.     * warn-raw.c, latex.c, html.c:
  395.     Changed the output format to put comments for a nested struct/union after the variable name.
  396.  
  397.     * type.c:
  398.     Typedefs of function types recognised as such so they can be used in prototypes.
  399.     Comments in nested structure/union type defintions now get picked up correctly.
  400.  
  401.     * cxref.h:
  402.     Typedefs of function types recognised as such so they can be used in prototypes.
  403.  
  404.     * parse.y:
  405.     Typedefs of function types recognised as such so they can be used in prototypes.
  406.     Function defintions from header files handled safely.
  407.  
  408.     * xref.c: Bug that caused dangling (illegal) cross references fixed.
  409.  
  410.     * file.c, func.c, datatype.h:
  411.     Function prototypes within function definitions now cause no loss of references.
  412.  
  413. Sun Aug 18 16:52:16 1996  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  414.  
  415.     * cxref.c:
  416.     Recognise an abnormal termination of cxref-cpp (or whatever) and stop processing the file.
  417.  
  418. Sat Aug 17 12:00:00 1996  Andrew M. Bishop  (amb@gedanken)
  419.  
  420.         Version 1.2a of cxref released
  421.  
  422. Sat Aug 17 11:56:46 1996  Andrew M. Bishop  (amb@gedanken)
  423.  
  424.     * NEWS: Added news of version 1.2a changes.
  425.  
  426.     * func.c: Better handling of K&R function definitions.
  427.  
  428.     * parse.l: Added more GCC extensions.
  429.     Change the way identifiers and type names are distinguished.
  430.  
  431.     * parse.y: Now have feedback to lexical analyser.
  432.     Use an array to store current variable name to handle nested definitions.
  433.     Added the rest of the integer types.
  434.     Removed the reduce/reduce conflict.
  435.  
  436. Sat Jul  6 20:00:00 1996  Andrew M. Bishop  (amb@gedanken)
  437.  
  438.         Version 1.2 of cxref released
  439.  
  440. Sat Jul  6 19:56:15 1996  Andrew M. Bishop  (amb@gedanken)
  441.  
  442.     * NEWS: New news added, reformatted, and spell-checked.
  443.  
  444.     * FAQ: Initial revision
  445.  
  446.     * README, README.html, README.tex: Reformatted, and spell-checked.
  447.  
  448. Sat Jul  6 19:05:47 1996  Andrew M. Bishop  (amb@gedanken)
  449.  
  450.     * html.c: Added heading for source files section.
  451.  
  452. Sat Jul  6 17:01:16 1996  Andrew M. Bishop  (amb@gedanken)
  453.  
  454.     * parse.y: Lots of changes, in particular:
  455.        Handle parse errors safely, do not exit but go on to the next file.
  456.        Complete rewrite of function declaration code, fixed scope and K&R problems.
  457.        Copes with variable types better than it used to.
  458.        Extern variables allowed within functions (EXTERN_F type).
  459.        Renamed some of the local variables, and changed their behaviour to accomplish the above.
  460.     There remain 3 reduce/reduce conflicts that do not (seem to) affect the program output.
  461.  
  462.     * INSTALL: Removed the reference to the %expect in parse.y.
  463.  
  464. Thu Jul  4 20:02:27 1996  Andrew M. Bishop  (amb@gedanken)
  465.  
  466.     * func.c: Bug with ellipses in function definition.
  467.  
  468. Tue Jul  2 20:52:59 1996  Andrew M. Bishop  (amb@gedanken)
  469.  
  470.     * latex.c, warn-raw.c, html.c:
  471.     Change the output to handle the EXTERN_F scope type.
  472.  
  473.     * cxref.c: Fixed bug in -CPP option handling.
  474.  
  475. Sat Jun 29 16:43:38 1996  Andrew M. Bishop  (amb@gedanken)
  476.  
  477.     * Makefile:
  478.     Don't assume that . is on the path, so use ./cxref not just cxref and use $(MAKE) for subdirectories.
  479.  
  480. Sat Jun 29 16:28:52 1996  Andrew M. Bishop  (amb@gedanken)
  481.  
  482.     * xref.c, cxref.h:
  483.     Defined the scope type EXTERN_F for variables declared extern within a function.
  484.     The outputs need to be modified to reflect this, as does the parser and cross-referencer.
  485.  
  486. Thu Jun 27 20:10:03 1996  Andrew M. Bishop  (amb@gedanken)
  487.  
  488.     * comment.c: Fixed bugs in the SplitComment() function.
  489.  
  490. Sun Jun 16 18:59:47 1996  Andrew M. Bishop  (amb@gedanken)
  491.  
  492.     * parse.l:
  493.     Better handling of whitespace in comments and make better use of current parse file variable.
  494.  
  495. Sun Jun 16 16:44:28 1996  Andrew M. Bishop  (amb@gedanken)
  496.  
  497.     * var.c:
  498.     Remove the fixed limit on the number of levels of scope variables.
  499.  
  500.     * type.c:
  501.     Fixed bug where 1st and not matching '}' was searched for in typedef definition.
  502.  
  503.     * func.c:
  504.     Use file name from parser, not locally generated for prototypes.
  505.     Better handling of traditional function declarations.
  506.     Changed the way that function internal comments are handled.
  507.  
  508.     * cxref.h: Changed some function prototypes in func.c.
  509.  
  510.     * comment.c:
  511.     Changed the way that function internal comments are handled.
  512.  
  513. Tue Jun 11 18:12:41 1996  Andrew M. Bishop  (amb@gedanken)
  514.  
  515.     * parse-yy.h, parse.l:
  516.     Add support for line numbers and file names in the parser.
  517.  
  518.     * parse.y:
  519.     Gracefully handle yacc parse errors, print line numbers and file names, don't exit.
  520.     Parse labeled statements with a ';' in a non-ANSI but common way.
  521.  
  522. Sun Jun  9 18:22:33 1996  Andrew M. Bishop  (amb@gedanken)
  523.  
  524.     * warn-raw.c: Minor improvement to the output for raw mode.
  525.  
  526.     * cxref.c:
  527.     Gracefully handle yacc parse errors, move on to the next file.
  528.  
  529. Sat Jun  8 16:54:32 1996  Andrew M. Bishop  (amb@gedanken)
  530.  
  531.     * latex.c: Added cxref.sty,
  532.     Combined the AddLatexAppendix() function into the WriteLatexDocument() function,
  533.     Merged the WriteLatexPreamble() and WriteLatexPostamble() functions into WriteLatexTemplate(),
  534.     Removed the code in latex() that tried to convert '-' into an en-dash,
  535.     Create directories that are needed for the output files to write into.
  536.  
  537.     * html.c:
  538.     Combined the AddHTMLAppendix() function into the WriteHTMLDocument() function,
  539.     Create directories that are needed for the output files to write into.
  540.  
  541.     * func.c:
  542.     Fixed bug where option_xref==0 still listed out the functions called (syntax error).
  543.  
  544.     * README, README.tex, README.html:
  545.     Updated the README as a result of adding cxref.sty, also minor tweaks.
  546.  
  547.     * Makefile: Added doc/cxref.sty to the files included in latex-style.c.
  548.  
  549.     * INSTALL:
  550.     Added a description of the change that needs to be made in doc/page.sty for US paper.
  551.  
  552. Wed May 22 19:00:00 1996  Andrew M. Bishop  (amb@gedanken)
  553.  
  554.         Version 1.1 of cxref released
  555.  
  556. Wed May 22 17:55:53 1996  Andrew M. Bishop  (amb@gedanken)
  557.  
  558.     * parse.y:
  559.     A large number of changes to get the program to provide better
  560.     debugging output and parse new GNU C language extensions.
  561.        Better debugging options for the parser, by adding extra levels of
  562.         debugging, and a wrapper function that intercepts yylex() calls.
  563.        Allows the asm() GNU extension.
  564.        Bit-fields now parsed correctly.
  565.        Enum typedefs allowed to have a trailing comma.
  566.        Function definitions with no return type are now recognised as int
  567.         and those with no arguments recognised as void.
  568.  
  569.     * parse.l:
  570.     A large number of changes to get the program to work on other systems
  571.     and parse new GNU C language extensions.
  572.        Code fixed to work with a POSIX lex program (no YY_START or <*>).
  573.        Code handles carriage returns in strange places.
  574.        GNU __attribute__ & __extension__ compiler directives handled better.
  575.        Allows the asm() GNU extension.
  576.        Re-ordered the code, and added comments for each section.
  577.  
  578.     * NEWS: Initial revision
  579.  
  580. Mon May 20 18:54:01 1996  Andrew M. Bishop  (amb@gedanken)
  581.  
  582.     * preproc.c:
  583.     Fixed bug in SeenInclude where a #include "..." inside a #include <...> didn't work.
  584.  
  585.     * parse-yy.h: Added better YACC debugging support.
  586.  
  587.     * Makefile: Made latex-style.c be ANSI compatible.
  588.  
  589.     * cxref.c: Fixed stupid bug, added better YACC debugging support.
  590.  
  591. Sat May 18 19:40:50 1996  Andrew M. Bishop  (amb@gedanken)
  592.  
  593.     * README: Changed the title to version 1.1.
  594.  
  595.     * INSTALL: Added a few more references to the cpp/README.
  596.  
  597. Sun Feb 25 09:50:47 1996  Andrew M. Bishop  (amb@gedanken)
  598.  
  599.     * INSTALL: Initial revision
  600.  
  601. Sat Feb 24 16:30:00 1996  Andrew M. Bishop  (amb@gedanken)
  602.  
  603.         Version 1.0 of cxref released
  604.  
  605. Sat Feb 24 14:54:19 1996  Andrew M. Bishop  (amb@gedanken)
  606.  
  607.     * INSTALL: Initial revision
  608.  
  609.     * 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:
  610.     Version 1.0 Released (First release version).
  611.  
  612. Sun Feb  4 15:41:31 1996  Andrew M. Bishop  (amb@gedanken)
  613.  
  614.     * xref.c: Re-ordered the cross referencing.
  615.  
  616.     * memory.h: Added a SafeCalloc() function.
  617.  
  618.     * memory.c:
  619.     Added a SafeCalloc() function and slight mod to DEBUG macros.
  620.  
  621.     * cxref.h: Error in XREF_* macro definitions.
  622.  
  623.     * Makefile: Added default values for CC & CFLAGS, added cxref-query.
  624.  
  625. Tue Nov 28 19:31:20 1995  Andrew Bishop  (amb@dan)
  626.  
  627.     * warn-raw.c:
  628.     Fixed bug where variable or function is global and is referenced in the file and invalid warning was printed.
  629.  
  630. Fri Nov 24 20:51:40 1995  Andrew Bishop  (amb@dan)
  631.  
  632.     * parse.l:
  633.     Made push past work for 'int foo[2]={1,2}; /* */' where the yacc grammar did not ask for ';'.
  634.  
  635. Fri Nov 24 19:21:36 1995  Andrew Bishop  (amb@dan)
  636.  
  637.     * xref.c:
  638.     Fixed bug where functions referenced from a file do not get cross-referenced.
  639.     Tidied up the function cross referencing, rationalising the functions needed.
  640.     Fixed the extern variable fixup where unknown definitions were ignored.
  641.     Changed the variable xref file for variables referenced from files.
  642.     Changed the type definition xref file for not typedef types.
  643.  
  644. Mon Nov 20 19:09:06 1995  Andrew Bishop  (amb@dan)
  645.  
  646.     * Makefile:
  647.     Added 'program' as the default target and put 'program' and 'docs' as dependencies of 'all'.
  648.  
  649. Sun Nov 19 15:33:28 1995  Andrew Bishop  (amb@dan)
  650.  
  651.     * warn-raw.c:
  652.     Fixed bugs with referencing null pointer if some comments are missing.
  653.  
  654. Wed Nov 15 19:15:01 1995  Andrew Bishop  (amb@dan)
  655.  
  656.     * parse.y: Added long long types, removed spaces from ends of lines.
  657.  
  658.     * latex.c: Added hard-space to the tables to stop latex2e breaking.
  659.  
  660.     * cxref.h: Made work on Solaris 2.3
  661.  
  662.     * Makefile: Stopped using echo -n for latex-style.c (fails on SVR4).
  663.  
  664. Tue Oct 17 20:18:25 1995  Andrew Bishop  (amb@dan)
  665.  
  666.     * latex.c, cxref.c, README.tex, README.html, README:
  667.     Added support for LaTeX2e version.
  668.  
  669. Mon Oct  9 19:19:33 1995  Andrew Bishop  (amb@dan)
  670.  
  671.     * latex.c:
  672.     Fixed some problems with the latex() function that converts illegal symbols to a legel format.
  673.  
  674. Thu Aug 24 20:41:11 1995  Andrew Bishop  (amb@dan)
  675.  
  676.     * parse.y, type.c: Fixed bug where 'See Also' for typedefs failed.
  677.  
  678. Tue Aug 22 20:03:42 1995  Andrew Bishop  (amb@dan)
  679.  
  680.     * cxref.c: Fixed bug with -xref options.
  681.  
  682. Sat Aug 12 16:27:07 1995  Andrew Bishop  (amb@dan)
  683.  
  684.     * cxref.el: Split up the "$Header$" string in the cxref-file-comment.
  685.  
  686. Thu Aug 10 20:09:43 1995  Andrew Bishop  (amb@dan)
  687.  
  688.     * cxref.el: Changed the cxref-endline-comment to use c-mode functions.
  689.  
  690. Sat Aug  5 16:03:11 1995  Andrew Bishop  (amb@dan)
  691.  
  692.     * html.c, latex.c: Bug with cross reference of extern variables.
  693.  
  694. Sat Aug  5 15:44:49 1995  Andrew Bishop  (amb@dan)
  695.  
  696.     * xref.c, warn-raw.c, func.c, cxref.h, cxref.c:
  697.     Added -xref[...] options.
  698.     used #defines for -xref[...], -warn[..] and -index[...] options.
  699.  
  700.     * README.tex, README.html, README:
  701.     Added details of the -xref[...] options.
  702.  
  703.     * datatype.h, parse-yy.h, parse.y, memory.c, type.c:
  704.     Fixed xref warnings.
  705.  
  706. Mon Jul 31 20:54:56 1995  Andrew Bishop  (amb@dan)
  707.  
  708.     * warn-raw.c, type.c, datatype.h:
  709.     Typedef, references to other types was bogus.
  710.  
  711.     * latex.c, html.c: Variable and Typedef bugs.
  712.  
  713.     * Makefile: Changed the readme target.
  714.  
  715.     * README.tex, README.html, README: Miscellaneous improvements.
  716.  
  717. Sun Jul 30 17:53:01 1995  Andrew Bishop  (amb@dan)
  718.  
  719.     * README.html, README.tex: Initial revision
  720.  
  721.     * README: Spelling, grammar and syntax changes.
  722.  
  723.     * README.c: Changed the example include files to be system ones.
  724.  
  725.     * Makefile:
  726.     Added a readme target to make README_c.tex and README.c.html.
  727.  
  728. Sat Jul 29 20:08:53 1995  Andrew Bishop  (amb@dan)
  729.  
  730.     * xref.c: Fixed references to external variables.
  731.  
  732.     * warn-raw.c: Added a FilePart output function.
  733.     Renamed the #defines for option_warn options.
  734.  
  735.     * latex.c, html.c:
  736.     Added functions and variables referenced to the file section.
  737.     Added a FilePart output function and added functions and variables referenced in this file section.
  738.  
  739.     * README:
  740.     Renamed a4.sty to page.sty, added cxref.el, improved xref section.
  741.  
  742.     * Makefile: Renamed a4.sty to page.sty.
  743.  
  744.     * cxref.el: Initial revision
  745.  
  746. Tue Jul 25 20:48:11 1995  Andrew Bishop  (amb@dan)
  747.  
  748.     * README: Removed examples to README.c.
  749.     * README.c: Initial revision
  750.  
  751.     * cxref.c: Examples of the trailing and leading comments implemented.
  752.  
  753.     * cxref.h: Two function prototypes removed.
  754.     * func.c, type.c:
  755.     Implement the push through of comments, no spare comment needed and function removed.
  756.     * comment.c: Implement the push through of comments.
  757.     * parse.y, parse.l: Implement the push through of comments.
  758.  
  759.     * file.c: Fix a bug of freeing some data that is not mallocated.
  760.  
  761.     * html.c: Rationalise the usage of the html() function and fix it.
  762.  
  763. Sun Jul 23 16:23:36 1995  Andrew Bishop  (amb@dan)
  764.  
  765.     * parse.l: Handles trailing comments for #define / #include.
  766.     * cxref.h, datatype.h, parse-yy.h, memory.h:
  767.     Modified comment to trailing style for #define / #include.
  768.  
  769.     * README:
  770.     Add explanation of new comment styles and Author / copyright info.
  771.  
  772.     * func.c: Option to have return value comment inline.
  773.  
  774.     * parse.y: Improved error function (reports EOF).
  775.  
  776. Wed Jul 12 19:02:56 1995  Andrew Bishop  (amb@dan)
  777.  
  778.     * html.c: Fixed stupid HTML bug with '<' and '>' special characters.
  779.  
  780.     * Makefile: Changed the rule for all etc (from ':' to '').
  781.  
  782. Sat Jul  8 14:37:30 1995  Andrew Bishop  (amb@dan)
  783.  
  784.     * html.c: Improved HTML.
  785.  
  786. Mon Jul  3 17:38:06 1995  Andrew Bishop  (amb@dan)
  787.  
  788.     * type.c: Big Bug fixes.
  789.  
  790. Sun Jul  2 17:59:59 1995  Andrew Bishop  (amb@dan)
  791.  
  792.     * latex.c: Added changes to mirror html.c.
  793.  
  794.     * html.c: Initial revision
  795.  
  796. Sun Jul  2 16:00:20 1995  Andrew Bishop  (amb@dan)
  797.  
  798.     * cxref.h, cxref.c: Added HTML option.
  799.  
  800.     * latex.c: Renamed the appendix file.
  801.  
  802.     * Makefile, README: Added HTML option.
  803.  
  804. Sat Jul  1 16:29:46 1995  Andrew Bishop  (amb@dan)
  805.  
  806.     * xref.c, warn-raw.c: Handles struct and union non-typedefs.
  807.  
  808.     * type.c: Typedef cross referencing, struct and union non-typedefs.
  809.  
  810.     * parse.y: Handles repeated comments, struct and union non-typedefs.
  811.  
  812.     * parse.l: Handles bogus comment styles.
  813.  
  814.     * latex.c: Typedef cross referencing, Type option.
  815.  
  816.     * datatype.h: Typedef cross referencing.
  817.  
  818.     * cxref.h: New prototypes.
  819.  
  820.     * cxref.c: New options.
  821.  
  822.     * comment.c: Handles repeated comments, can discard partial comments if bogus.
  823.  
  824.     * Makefile: Added LaTeX style sheets, more verbose output.
  825.  
  826. Wed Jun 28 20:20:09 1995  Andrew Bishop  (amb@dan)
  827.  
  828.     * README: Updated with new command line options.
  829.  
  830. Wed May  3 20:30:04 1995  Andrew Bishop  (amb@dan)
  831.  
  832.     * xref.c: New index and warn options.
  833.  
  834.     * warn-raw.c: New warn option.
  835.  
  836.     * var.c: Now includes scope.c.
  837.  
  838.     * type.c: Bug fix.
  839.  
  840.     * parse.y: Better type handling.
  841.  
  842.     * parse.l: Better handling of comments and #defines.
  843.  
  844.     * latex.c: New index and warn options and general tidying up and improvements.
  845.  
  846.     * cxref.h, cxref.c: New index and warn options.
  847.  
  848.     * comment.c: Change for all-comments option (first comment is for file) and tidy up.
  849.  
  850.     * Makefile: Removed scope.c.
  851.  
  852.         Beta testing of this version now.
  853.  
  854. Wed Apr 26 21:57:27 1995  Andrew Bishop  (amb@dan)
  855.  
  856.     * cxref.c:
  857.     Handle -all-comments option and discard all '-...' arguments.
  858.  
  859. Wed Apr 26 21:45:21 1995  Andrew Bishop  (amb@dan)
  860.  
  861.     * type.c: Better handling of comments and multi-file fixed.
  862.  
  863.     * Makefile: Bug fixes for local cpp.
  864.  
  865.     * cxref.c: Handle -all-comments option and discard all '-...' arguments.
  866.  
  867.     * func.c: Handle spare_arg_commment better, variable refs for file.
  868.  
  869.     * parse.y: Many changes, better handling of pointer to functions etc.
  870.  
  871.     * var.c: Mult-file fixed.
  872.  
  873.     * parse.l: New -all-comments option and #define values.
  874.  
  875.     * latex.c: New output stuff and much better LaTeX, using environments etc.).
  876.  
  877.     * warn-raw.c: New outputs.
  878.  
  879.     * xref.c: Output list of typedefs and better handling of function/variable refs.
  880.  
  881.     * scope.c: Removed stray variable CurFile.
  882.  
  883.     * cxref.h: Value of #defines function proto.
  884.  
  885.     * preproc.c: Value of simple #defines.
  886.  
  887.     * datatype.h, file.c: Variable refs for file, value for #defines and visible for variables.
  888.  
  889.     * comment.c: handle -all-comments option.
  890.  
  891. Sun Apr 23 15:08:36 1995  Andrew Bishop  (amb@dan)
  892.  
  893.     * README: Minor change to reflect the new cross referencing.
  894.  
  895.     * Makefile: Add the option to use a local copy of cpp and added the two new files.
  896.  
  897.     * memory.h: Added note about how the memory is used in the program.
  898.  
  899.     * parse.l: Changed some of the memory handling to reduce usage.
  900.  
  901.     * parse-yy.h: Changed to YYDEBUG = true.
  902.  
  903.     * warn-raw.c, xref.c: Function and Variable references and StringLists.
  904.  
  905.     * cxref.c: Handles Makefile option of which cpp.
  906.  
  907.     * latex.c: Have variable and function references.
  908.  
  909.     * parse.y: Multiple changes, to handle function calls, references, typedefs, prototypes and definitions better.
  910.            New error message when YYDEBUG is set.
  911.            Scoping for variables.
  912.  
  913.     * datatype.h: New datatypes for string lists.
  914.  
  915.     * cxref.h: New functions in new files.
  916.  
  917.     * comment.c: No change.
  918.  
  919.     * file.c: Use StringLists and have function references.
  920.  
  921.     * func.c: Use StringLists and have variable and function references.
  922.  
  923.     * preproc.c, type.c, var.c: Use StringLists.
  924.  
  925.     * scope.c, slist.c: Initial revision
  926.  
  927. Wed Apr  5 20:08:54 1995  Andrew Bishop  (amb@dan)
  928.  
  929.     * 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:
  930.     Second Beta Version, to allow RPC to test it fully.
  931.  
  932.     * README: Initial revision
  933.  
  934. Mon Apr  3 20:22:00 1995  Andrew Bishop  (amb@dan)
  935.  
  936.     * 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:
  937.     Stable Version for beta testing.
  938.  
  939. Sat Mar 25 16:15:54 1995  Andrew Bishop  (amb@dan)
  940.  
  941.     * 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:
  942.     Initial revision
  943.  
  944.