]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.184
- new: 7.3.252
[packages/vim.git] / 7.3.184
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.184
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.184
11 Problem:    Static code analysis errors in riscOS.
12 Solution:   Make buffer size bigger. (Dominique Pelle)
13 Files:      src/gui_riscos.c
14
15
16 *** ../vim-7.3.183/src/gui_riscos.c     2010-08-15 21:57:28.000000000 +0200
17 --- src/gui_riscos.c    2011-05-10 15:49:56.000000000 +0200
18 ***************
19 *** 1756,1762 ****
20   
21         if (button & 0x444)
22         {
23 !           int     front_block[10];
24             /* Dragging with Select - bring window to front first */
25             front_block[0] = gui.window_handle;
26             swi(Wimp_GetWindowState, 0, front_block);
27 --- 1756,1762 ----
28   
29         if (button & 0x444)
30         {
31 !           int     front_block[64];
32             /* Dragging with Select - bring window to front first */
33             front_block[0] = gui.window_handle;
34             swi(Wimp_GetWindowState, 0, front_block);
35 ***************
36 *** 1874,1880 ****
37   
38       if (ro_dragging == DRAG_RESIZE_WINDOW)
39       {
40 !       /* Resizeing the main window. */
41         block[2] = y;
42         block[3] = x;
43         ro_open_main(block);
44 --- 1874,1880 ----
45   
46       if (ro_dragging == DRAG_RESIZE_WINDOW)
47       {
48 !       /* Resizing the main window. */
49         block[2] = y;
50         block[3] = x;
51         ro_open_main(block);
52 ***************
53 *** 2651,2657 ****
54       long_u    length;
55   
56       block[0] = 48;                    /* Size of block. */
57 !     block[3] = 0;                     /* Orinial message. */
58       block[4] = 0x10;                  /* Data request. */
59       block[5] = gui.window_handle;
60       block[6] = RO_LOAD_CLIPBOARD;     /* Internal handle. */
61 --- 2651,2657 ----
62       long_u    length;
63   
64       block[0] = 48;                    /* Size of block. */
65 !     block[3] = 0;                     /* Original message. */
66       block[4] = 0x10;                  /* Data request. */
67       block[5] = gui.window_handle;
68       block[6] = RO_LOAD_CLIPBOARD;     /* Internal handle. */
69 *** ../vim-7.3.183/src/version.c        2011-05-10 15:41:59.000000000 +0200
70 --- src/version.c       2011-05-10 15:51:29.000000000 +0200
71 ***************
72 *** 716,717 ****
73 --- 716,719 ----
74   {   /* Add new patch number below this line */
75 + /**/
76 +     184,
77   /**/
78
79 -- 
80 If bankers can count, how come they have eight windows and
81 only four tellers?
82
83  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
84 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
85 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
86  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.052036 seconds and 3 git commands to generate.