<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/if_ole.cpp, branch v8.1.0354</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.1.0178: warning for passing pointer to non-pointer argument</title>
<updated>2018-07-11T20:57:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-11T20:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e76c4b237d41d0e62ca5d4fc76d1dd163fe222c0'/>
<id>e76c4b237d41d0e62ca5d4fc76d1dd163fe222c0</id>
<content type='text'>
Problem:    Warning for passing pointer to non-pointer argument.
Solution:   Use zero instead of NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warning for passing pointer to non-pointer argument.
Solution:   Use zero instead of NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2293</title>
<updated>2016-08-29T20:49:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-29T20:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=edf3f97ae2af024708ebb4ac614227327033ca47'/>
<id>edf3f97ae2af024708ebb4ac614227327033ca47</id>
<content type='text'>
Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1610</title>
<updated>2016-03-19T19:51:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-03-19T19:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cc6cf9b9f9045a7d8b5923ea0c556e9a4c2567d3'/>
<id>cc6cf9b9f9045a7d8b5923ea0c556e9a4c2567d3</id>
<content type='text'>
Problem:    Compiler warnings for non-virtual destructor.
Solution:   Mark the classe final. (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warnings for non-virtual destructor.
Solution:   Mark the classe final. (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1442</title>
<updated>2016-02-27T20:59:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-02-27T20:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e0fd2aa8f6544f9cf8286c707be3fb1c66c609e6'/>
<id>e0fd2aa8f6544f9cf8286c707be3fb1c66c609e6</id>
<content type='text'>
Problem:    MS-Windows: more compilation warnings for destructor.
Solution:   Add "virtual". (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: more compilation warnings for destructor.
Solution:   Add "virtual". (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.925</title>
<updated>2013-05-06T02:24:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-05-06T02:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=84a05acc8c341c2be383198496764992ae971a46'/>
<id>84a05acc8c341c2be383198496764992ae971a46</id>
<content type='text'>
Problem:    Typos in source files.
Solution:   Fix the typos. (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Typos in source files.
Solution:   Fix the typos. (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>Take OLE registration back to 32 bit registry, the unregister wasn't working</title>
<updated>2010-08-02T20:13:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-08-02T20:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=61a91766f7558ae9914eb85377a32d7f6afe178c'/>
<id>61a91766f7558ae9914eb85377a32d7f6afe178c</id>
<content type='text'>
for the 64 registry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for the 64 registry.
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for missing RegDeleteKeyEx() method.</title>
<updated>2010-08-02T18:26:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-08-02T18:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3f97ebf7301efaa1d523417f2ef30f1b9c7576c3'/>
<id>3f97ebf7301efaa1d523417f2ef30f1b9c7576c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define the WOW64 key when needed.</title>
<updated>2010-08-01T17:50:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-08-01T17:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=92096d529e0e63c819d9c88c3998c839d4f8691f'/>
<id>92096d529e0e63c819d9c88c3998c839d4f8691f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the WOW64 flag back to OLE registration. (untested)</title>
<updated>2010-08-01T11:25:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-08-01T11:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a621a038392cd249c179c987bbc33f59f2b91dfe'/>
<id>a621a038392cd249c179c987bbc33f59f2b91dfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix that uninstaller isn't found on 64-bit Windows.</title>
<updated>2010-07-31T20:03:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-07-31T20:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=760d14a55cb2b60bd048246690d17348b4cd0fdf'/>
<id>760d14a55cb2b60bd048246690d17348b4cd0fdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
