home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN326W32.ZIP / old_docs / felten.txt < prev    next >
Text File  |  2004-07-10  |  1KB  |  58 lines

  1. Changes made to MakeNL V2.51 - 14-Jun-1992
  2. Source provided by Bjorn Felten
  3. ------------------------------------------
  4.  
  5. All filenames were converted to lower case.
  6.  
  7. makenl.h
  8. Added MAXLINELENGTH constant. Set to 512
  9.  
  10. address.c
  11. appdiff.c
  12. comment.c
  13. config.c
  14. instlst.c
  15. makenl.c
  16. merge.c
  17. mkdiff.c
  18. output.c
  19. process.c
  20. variable.c
  21. All hard-coded line lengths of 160 were changed to use the MAXLINELENGTH 
  22. constant.
  23.  
  24.  
  25. config.c
  26. Hard-coded 159 character line length was changed to MAXLINELENGTH-1
  27.  
  28.  
  29. fts5_2.c
  30. Added code to pass through any -Unpublished- phone number without further 
  31. checking. Capitalisation of -Unpublished- is standardized.
  32.  
  33.  
  34. lib.c
  35. Changed function definition of CRC16DoByte (line 79) to use shorts instead of 
  36. ints as ints are 32-bit in DJGPP GCC.
  37.  
  38. Removed execute_core() and execute() functions. Replaced by execute() function 
  39. in execute.c
  40.  
  41. Changed return code checking of findnext() call (line 403) to check for a non- 
  42. zero result, instead of -1
  43.  
  44.  
  45. makenl.c
  46. Bumped version number to 2.6. Added warning banner.
  47.  
  48.  
  49. srchmax.c
  50. Removed spurious semicolon from end of line 18
  51.  
  52. execute.c
  53. New function used to launch the ARC compressor. Replaces the assembly language 
  54. routines in the original version with the C library spawn() function.
  55.  
  56. makenl.mak
  57. Rewritten for use with DJGPP GCC
  58.