home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.1.119 < prev    next >
Encoding:
Internet Message Format  |  2002-06-30  |  2.1 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.119
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.1.119
  11. Problem:    With the Sniff interface, using Sniff 4.0.X on HP-UX, there may be
  12.         a crash when connecting to Sniff.
  13. Solution:   Initialize sniff_rq_sep such that its value can be changed.
  14.         (Martin Egloff)
  15. Files:        src/if_sniff.c
  16.  
  17.  
  18. *** ../vim61.118/src/if_sniff.c    Sat Nov  3 13:56:14 2001
  19. --- src/if_sniff.c    Mon Jul  1 19:51:32 2002
  20. ***************
  21. *** 95,101 ****
  22.   static int fd_to_sniff;
  23.   static int sniff_will_disconnect = 0;
  24.   static char msg_sniff_disconnect[] = N_("Cannot connect to SNiFF+. Check environment (sniffemacs must be found in $PATH).\n");
  25. ! static char* sniff_rq_sep = " ";
  26.   static struct sn_cmd_list *sniff_cmd_ext = NULL;
  27.   
  28.   /* Initializing vim commands
  29. --- 95,101 ----
  30.   static int fd_to_sniff;
  31.   static int sniff_will_disconnect = 0;
  32.   static char msg_sniff_disconnect[] = N_("Cannot connect to SNiFF+. Check environment (sniffemacs must be found in $PATH).\n");
  33. ! static char sniff_rq_sep[] = " ";
  34.   static struct sn_cmd_list *sniff_cmd_ext = NULL;
  35.   
  36.   /* Initializing vim commands
  37. *** ../vim61.118/src/version.c    Sun Jun 30 15:59:55 2002
  38. --- src/version.c    Mon Jul  1 20:00:07 2002
  39. ***************
  40. *** 608,609 ****
  41. --- 608,611 ----
  42.   {   /* Add new patch number below this line */
  43. + /**/
  44. +     119,
  45.   /**/
  46.  
  47. -- 
  48.    [SIR LAUNCELOT runs back up the stairs, grabs a rope
  49.    of the wall and swings out over the heads of the CROWD in a
  50.    swashbuckling manner towards a large window.  He stops just short
  51.    of the window and is left swing pathetically back and forth.]
  52. LAUNCELOT: Excuse me ... could somebody give me a push ...
  53.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  54.  
  55.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  56. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  57. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  58.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  59.