home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d862 / beav.lha / BEAV / source / beav.src.lha / simtel.txt < prev    next >
Text File  |  1993-04-27  |  4KB  |  105 lines

  1.     This is an update for BEAV133 in currently in PD1:<MSDOS.FILUTL>
  2.  
  3. This is the DOS executable and documentation
  4. <MSDOS.FILUTL>
  5. BEAV140.ZIP        Binary file editor, many features and options
  6.  
  7. This is the C source and documentation
  8. <MSDOS.FILUTL>
  9. BEAV140S.ZIP        Binary file editor, C source, PC, UNIX, Amiga
  10.  
  11. Here is my standard announcement, if it is too long chop it up.
  12. The the uu encoded zip file follows at the next cut here line.
  13. ----------------  cut here  -------------------------------
  14.     BEAV (Binary Editor And Viewer), is a full featured binary file 
  15. editor.      Just about any operation that you could want to do to a binary 
  16. file is possible with BEAV.   You can insert or delete in the middle of 
  17. a file thereby changing it's size.   You can edit multiple files in 
  18. multiple windows and cut and paste between them.   You can display and 
  19. edit data in hex, octal, decimal, binary, ascii, or ebcdic formats.   You 
  20. can display data in byte, word, or long word formats in either Intel or 
  21. Motorola byte ordering.   You can send the formatted display mode to a 
  22. file or printer.
  23.  
  24.     BEAV is based on the source for emacs for display and keyboard 
  25. handling functions.   The binary file handling and display formats are 
  26. special to BEAV.   There is a full manual included in this release.   
  27. There are makefiles for the following systems;
  28.  
  29.     UNIX SYS5        makefile.uxv
  30.     UNIX BSD        makefile.bsd
  31.     LINUX            makefile.uxv
  32.     386BSD            makefile.bsd
  33.     XENIX 286        makefile.286
  34.     AmigaDOS        makefile.amg
  35.     Microsoft C 5.1        makefile.mc5
  36.     Microsoft C 7.0        makefile.mc7
  37.     DEC ULTRIX        makefile.utx
  38.     OS/2            makefile.os2
  39.     AIX            makefile.rs6
  40.  
  41. Select the appropriate one and rename it to makefile.   Run make.
  42.  
  43. BEAV has been run on the following machines;
  44.  
  45.     8088, 8086, 286 and 386 PC's
  46.     RS6000
  47.     MIPS
  48.     HP Precision Architecture
  49.     SUN
  50.     AMIGA
  51.     DEC
  52.     The old Wang PC
  53.  
  54.     BEAV has international language support.   All language dependent
  55. text strings are in a seperate file.   The English language text file
  56. is called english.c.   The language that is desired should have it's
  57. "<lang>.c" file copied to language.c.   This is the file that will be
  58. complied and linked.   This initial release of the international language
  59. support contains only an english.c file.  The language.c file supplied
  60. is a copy of the english.c file.
  61.  
  62. BEAV is available various archives, on WSMR-SIMTEL20.ARMY.MIL it is;
  63.  
  64.     PD1:<MDSOS.FILUTL>BEAV140.ZIP    MSDOS executable and doc
  65.  
  66.     PD1:<MDSOS.FILUTL>BEAV140S.ZIP    source and doc
  67.  
  68.  
  69.       Version 1.40 (3/31/93) of BEAV contains the following
  70. enhancements;
  71.  
  72. *        Support for different languages.   All English text 
  73.     strings are contained in a seperate file.   I would like to 
  74.     get translations to other languages.   I will then include 
  75.     them in future releases.   Key codes are 8 bit values now.   
  76.     This allows extended character sets.
  77.  
  78. *        A bug has been fixed in the search command.   If the 
  79.     backspace key was hit while entering the search string, some 
  80.     error messages were displayed.
  81.  
  82. *        Another bug has been fixed in the search command.   
  83.     While entering a search pattern if you went back and inserted 
  84.     characters in the search pattern the cursor would advance one 
  85.     position too far.
  86.  
  87. *        BEAV will compile under OS/2.   There is a makefile
  88.     called makefile.os2.   The OS/2 support is thanks to
  89.     Kai Uwe Rommel (rommel@jonas.gold.sub.org)
  90.  
  91.     I am willing to maintain BEAV and will entertain suggestions 
  92. for modifications and/or bug fixes.   I can be reached at;
  93.  
  94.         pvr@wiis.wang.com
  95.  
  96. or at;
  97.  
  98.         Peter Reilley
  99.         19 Heritage Cir.
  100.         Hudson, N.H. 03051
  101.  
  102. Here is the uu encoded zip file;
  103. ----------------  cut here  -------------------------------
  104.  
  105.