home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / elm.lzh / ELM / README.PATCH_2 < prev   
Text File  |  1993-03-20  |  3KB  |  79 lines

  1. Hi, Netters
  2.  
  3. Here's the summary of the minor changes I made to the package of Helmut Michaelis
  4. I hope he agrees with them. The detailed diff output is in patch_2.
  5.  
  6. What is missing:
  7.     shar/unshar from Menu
  8.     uudecode/uuencode from Menu
  9.     a /h0/usr/lib/elm/rc file to set the pathnames and settings that
  10.     are currently defined in config.h and sysdefs.h ( I don't want
  11.     to recompile elm, when I change from /h2/ to /h1!)
  12.  
  13. Bugs/Problems:
  14.     Sometimes elm finishes without deleting /dd/tmp/mbox.user
  15.     On the next session it stops with a error message, thinking another
  16.     elm of the same user is running (and why shouldn't it).
  17.  
  18.     Finding the right combination of header files was a bit tricky for me,
  19.     because I have 4 slightly different sources for UNIX like headers.
  20.     Let's hope to find somebody for UNIX/OSK library maintainance,
  21.     The TOPS package is a good start, but there are some parts missing.
  22.  
  23. HDRS/defs.h:
  24.     new OVERSION Number, function prototypes commented for MW C
  25.  
  26. HDRS/sysdefs.h
  27.     added #ifdef/#endif too avoid MWC warnings
  28.     changed "rename" to "mv"
  29.  
  30. SRC/curses.c
  31.     added fflush(), changed write() to fwrite() for faster telnet operation
  32.  
  33. SRC/makefile
  34.     changed for proper opration with MW make
  35.  
  36. SRC/syscall
  37.     no "-c" flag for MW shell
  38.  
  39. UTILS/arepdaem.c
  40.     don't want <fcntl.h>
  41.     fixed "if(x=y() == -1)" bug
  42.  
  43. UTILS/fastmail.c
  44.     don't want <sys/timeb.h>
  45.  
  46. UTILS/from.c
  47.     OSK's LINEFEED is 13
  48.     check env variables LOGNAME and USER for mail file
  49.     no password file check, because 0.0's name is not always "super"
  50.  
  51. UTILS/listalias.c
  52.     don't want <fcntl.h>
  53.  
  54. UTILS/makefile
  55.     fixed dependencies, run's with MW C now
  56.  
  57. UTILS/newmail.c
  58.     OSK's LINEFEED is 13
  59.     disabled parent shell check
  60.     Error 214 is E_FNA
  61.  
  62. UTILS/readmsg.c
  63.     mailhome has a trailing "/" already (/h0/spool/mail//user doesn't work)
  64.  
  65. So have fun compiling the package and let's spend our admiration to Helmut
  66. Michaelis in Hamburg, who did the big job. He told me, that he doesn't use
  67. os9 anymore, so don't mail him for problems with the package. If there's
  68. enough interest I'll start porting the newest Version of elm.
  69.  
  70.                                     ciao
  71.                                         Harry
  72. _____________________________________________________________________________
  73. Harald Groene, {mst} Modulare Software Technik | e-mail:  ha@mst.hamm.sub.org
  74. Dennehauptweg 20                               | phone:    +49-2381-673389
  75. D_4700 Hamm 5                                  | data/fax: +49-2381-31462
  76. _______________________________________________|_____________________________
  77.  
  78.  
  79.