home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / bpe13.lzh / README < prev   
Text File  |  1989-03-07  |  2KB  |  56 lines

  1. This is Version 1.1 for the BPE Program I wrote some time ago,
  2. there has been some bug fixes(tks to maart@cs.vu.nl).
  3.  
  4. To generate the new Version of the BPE program type
  5.  
  6.     ed <bpe.diffs bpe.c
  7.  
  8. then look at the new makefile, and correct the NKEYPAD value to
  9. suit for your System. 
  10.  
  11.  
  12.  
  13. Any further comments and bug reports are welcomed.
  14.  
  15.  
  16.  
  17.  
  18. Andreas Pleschutznig
  19. Micro Systems Software
  20. Graz, Austria
  21. andy@mssx
  22. ________________________________________________________________
  23.  
  24. Comments on v1.2:
  25.  
  26.   The changes to work without KEYPAD defined failed on my system. After
  27. making changes to get them functional, I rewrote part of the makefile. I
  28. wanted to have found strings in context, so I added an option to leave
  29. some data before the found string. I also added an option to start the
  30. display after find on a 16 byte boundary to allow matching with other
  31. dumps.
  32.  
  33.   Then I added search for a byte, since I wanted that several times
  34. while debugging, and finally after trying to move it to a BSD system I
  35. changed the "end edit" key to ^E instead of ^C, since ^C is normally the
  36. interrupt character on most of the systems I use, and signals are
  37. ignored. The CTRL macro wasn't quite correct, and I cleaned up the
  38. gethex procedure, which didn't quite work on my systems.
  39.  
  40.   Oh yes, I wrote a man page for it, too. I still have a wish list if
  41. anyone feels ambitious.
  42.  
  43.         bill davidsen, 3/1/89  (davidsen@crdos1.uucp)
  44. ________________________________________________________________
  45.  
  46. I sent my changes back to the original author, and he sent me *his*
  47. version 1.2 with other enhancements over 1.1. He asked me to merge them,
  48. and after looking at his changes and mine I added the code to find a hex
  49. string to my code. We had fixed many of the same things and my makefile
  50. seemed a bit cleaner. I also added a number of shell scripts to perform
  51. makes, including MS-DOS. The man page has been updated to reflect the
  52. combined version.
  53.  
  54.         bill davidsen (davidsen@crdos1.uucp)
  55.  
  56.