home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / forut062.zip / ForUtil-0.62 / CHANGES < prev    next >
Text File  |  1996-08-27  |  2KB  |  53 lines

  1. Version 0.62
  2. - more work on winfflow.
  3. - updated scanner rules for fflow, winfflow and ffscan.
  4. - updated scanner rules in scan_commons to pick up DOUBLE, COMPLEX.
  5. - updated scan_commons so it will pick up all variable declarations inside
  6.   fortran source files also.
  7. - list_commons now reports the total number of variable declarations stored as 
  8.   well as the total number of unique variable declarations also.
  9. - corrected a bug in ffscan: single quotes are now treated correctly.
  10. - added a license.txt for binary distributions.
  11. - Second official release into the public domain.
  12.  
  13. Version 0.61 (never released)
  14. - Added winfflow, a MS-Windows version of fflow.
  15.  
  16. Version 0.60
  17. - fixed the scanner rules in scan_commons to also pick PARAMETER declarations
  18.   in header files.
  19. - fixed a bug with the -Eext option.
  20. - fixed a bug in strend.
  21. - finally fixed the MSDOS versions (problems were due to stack overflow. 
  22.   The size of stack and heap can be set in lib/sysdeps.h).
  23.   They should perform pretty okay now.
  24. - added the -n and -ofile option to ffscan.
  25. - added warning messages if the maximum number of the -I, -E and -x options
  26.   are about to be exceeded.
  27. - fixed a bug in the count_args routine in ffscan.l This bug was hidden under
  28.   unix where the name part of a filename is a large number. Under msdos this
  29.   length is 12, which gave problems with fortran routines that have names
  30.   longer than that.
  31. - put msdos pwd emulation functions in msdospwd.h and msdospwd.c.
  32. - updated all documentation.
  33. - updated Makefiles. They are a whee bit more gnu-like now.
  34.  
  35. Versions 0.54 to 0.59 (never released)
  36. - A lot of work went into ffscan, a little program which performs a 
  37.   argument count of subroutines. Especially the flex rules to pick up
  38.   all possible combinations of arguments gave me a headache.
  39. - changed configure so it does not give up with an error if it can't find 
  40.   libgdbm.a or gdbm.h
  41. - fixed a number of small bugs and added numerous enhancments in the code
  42. - updated man pages
  43. - added the --help and --version options to all tools except ftags.
  44. - put all system dependencies into one single header file (sysdeps.h) as
  45.   to minimize system specific #ifdef/#endif in general code.
  46.  
  47. Version 0.53
  48. - intermediate release with a few bugfixes.
  49.   unofficial public domain release.
  50.  
  51. Version 0.53
  52. - First official release into the public domain.
  53.