]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.014
- now it works...
[packages/vim.git] / 6.2.014
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.014
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.2.014 (after 6.2.012)
11 Problem:    XSMP doesn't work when using poll().
12 Solution:   Use xsmp_idx instead of gpm_idx. (Neil Bird)
13 Files:      src/os_unix.c
14
15
16 *** ../vim-6.2.013/src/os_unix.c        Wed Jun  4 21:11:37 2003
17 --- src/os_unix.c       Thu Jun  5 12:21:28 2003
18 ***************
19 *** 4108,4114 ****
20         }
21   # endif
22   # ifdef USE_XSMP
23 !       if (xsmp_idx >= 0 && (fds[gpm_idx].revents & (POLLIN | POLLHUP)))
24         {
25             if (fds[xsmp_idx].revents & POLLIN)
26                 xsmp_handle_requests();
27 --- 4108,4114 ----
28         }
29   # endif
30   # ifdef USE_XSMP
31 !       if (xsmp_idx >= 0 && (fds[xsmp_idx].revents & (POLLIN | POLLHUP)))
32         {
33             if (fds[xsmp_idx].revents & POLLIN)
34                 xsmp_handle_requests();
35 *** ../vim-6.2.013/src/version.c        Wed Jun  4 23:29:45 2003
36 --- src/version.c       Thu Jun  5 12:23:42 2003
37 ***************
38 *** 632,633 ****
39 --- 632,635 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     14,
43   /**/
44
45 -- 
46 From "know your smileys":
47  %      Bike accident (a bit far-fetched, I suppose)
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
51 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
52  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///
This page took 0.026523 seconds and 3 git commands to generate.