home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / me34src.zip / me3 / doc / comserver.bug next >
Text File  |  1995-01-14  |  1KB  |  36 lines

  1.                                 -*-text-*-
  2.             The Comserver Bug List
  3.             --- --------- --- ----
  4.  
  5. ====================================================================
  6. ====                                ====
  7. ====================================================================
  8. - means bug in this (and subsequent) releases
  9. * means bug fixed in next release
  10. + means new feature in next release
  11.                    
  12.  
  13. -------        [released May, 1994]
  14. * Comserver socket code not right for newer 4.3BSD system (in this case,
  15.   386BSD).  The problem was, that comserver created a socket named
  16.   "~/.ME2.socke" (instead of ~/.ME2.socket") and listened to that.  Fix
  17.   is #ifdef'ed SCM_RIGHTS.  thomas@ghpc8.ihf.rwth-aachen.de (Thomas
  18.   Gellekum) 1/94
  19.  
  20. -------        [released August 30, 1992]
  21. * Comserver and libs don't work on IBM AIX.  Brian Wilson
  22.     <brian2@hamlet.bellcore.com>, 8/17/93.
  23.   Fix:  Look in X11 server and lib code and copy BSD44SOCKETS code.
  24.     Also, bandaid force_read() for interrupts.  Should get rid of the
  25.     use of signals for data ready.  8/93
  26.  
  27. -------        [released August 30, 1992]
  28. + UnGNUized the Makefile. 8/92
  29.  
  30. -------        [released April 12, 1992]
  31. - In comserver.h, struct CSPacket has a buffer with a hard coded length.
  32.   If somebody calls CSbuild_packet() (movedata.c) with a string longer
  33.   than the buffer, seg violation.  This happened to me when I was using
  34.   ME2s compile command to compile an X file - the cc line was over 540
  35.   characters.  The buffer should be dynamic.  7/92
  36.