home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / rcs567s.zip / diff16 / README.PC < prev    next >
Text File  |  1994-06-25  |  2KB  |  51 lines

  1. This is GNU diff 1.15-ms, which is GNU diff 1.15 patched
  2. for use on a PC running OS/2 1.x or MS-DOS 3.x and newer,
  3. plus a few extra features that may appear in later releases
  4. of GNU diff.
  5.  
  6. The following files contain changes from GNU diff 1.15:
  7.  
  8.     analyze.c context.c diff.c diff.h diff3.c dir.c
  9.     getopt.c getopt.h getopt1.c io.c limits.h util.c version.c
  10.  
  11. The files regex.c and regex.h have been removed; see below.
  12. This file (README.PC) is the only new file in this directory.
  13. The following new files are in this directory:
  14.  
  15. patches.pc      patches for changed files from GNU diff 1.15
  16. Makefile.os2    Makefile for OS/2 1.x and MS C 6.00
  17. Makefile.dos    Makefile for MS-DOS and MC C 6.00
  18. diff.def        OS/2 linker definition file for diff and diff3
  19. diff.cs         compiler shell description file for diff under OS/2
  20. merged.c        the merged-diff-patches from Chip Rosenthal
  21. hrealloc.c      hrealloc() routine from Thorsten Ohl
  22. pipe.c          pipe support for OS/2 (real) and DOS (simulated)
  23. regex.c         older version of GNU regex library that works with 16-bit
  24. regex.h         machines, the original current version is too big
  25.  
  26. Steps to do:
  27.  
  28. 1. Compile as follows:
  29.  
  30.    OS/2 and MS C 6.00:      nmake -f Makefile.os2
  31.    DOS and MS C 6.00:       nmake -f Makefile.dos
  32.  
  33. 2. Test the programs.
  34.  
  35. Using these files, a version for OS/2 can be produced with MS C 6.00
  36. that also runs under MS-DOS. The MS-DOS support here is only for people
  37. that don't got the .EXE files and have to recompile under DOS.
  38.  
  39. This diff for the PC supports files up to 32767 lines each (about 1MB)
  40. correctly (tested carefully !).
  41.  
  42. Kai Uwe Rommel
  43.  
  44. Sat 28-Sep-1991
  45. Sat 25-Jun-1994
  46.  
  47. email: rommel@ars.muc.de
  48. fax: +49 89 324 4524
  49.  
  50. $Id: README.PC,v 1.4 1991/10/12 17:38:39 eggert Exp $
  51.