]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.014
- initial import
[packages/vim.git] / 6.2.014
CommitLineData
b62888f4
AF
1To: vim-dev@vim.org
2Subject: Patch 6.2.014
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.014 (after 6.2.012)
11Problem: XSMP doesn't work when using poll().
12Solution: Use xsmp_idx instead of gpm_idx. (Neil Bird)
13Files: 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--
46From "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.033341 seconds and 4 git commands to generate.