<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/if_python.c, branch v8.2.1882</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.2.0479: unloading shared libraries on exit has no purpose</title>
<updated>2020-03-29T18:51:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-03-29T18:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2027973b5be693577bea0731b50ea4904d19ea8b'/>
<id>2027973b5be693577bea0731b50ea4904d19ea8b</id>
<content type='text'>
Problem:    Unloading shared libraries on exit has no purpose.
Solution:   Do not unload shared libraries on exit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Unloading shared libraries on exit has no purpose.
Solution:   Do not unload shared libraries on exit.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2387: using old C style comments</title>
<updated>2019-12-04T20:24:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-04T20:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2ab2e8608f9b2c85432715bb9a7f226fdbf8cd35'/>
<id>2ab2e8608f9b2c85432715bb9a7f226fdbf8cd35</id>
<content type='text'>
Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1021: pyeval() and py3eval() leak memory</title>
<updated>2019-03-19T21:22:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-03-19T21:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8e9a24a127c4ef8833fdc3986623f96c7d04210f'/>
<id>8e9a24a127c4ef8833fdc3986623f96c7d04210f</id>
<content type='text'>
Problem:    pyeval() and py3eval() leak memory.
Solution:   Do not increase the reference count twice. (Ozaki Kiichi,
            closes #4129)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    pyeval() and py3eval() leak memory.
Solution:   Do not increase the reference count twice. (Ozaki Kiichi,
            closes #4129)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0950: using :python sets 'pyxversion' even when not executed</title>
<updated>2019-02-18T21:04:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-02-18T21:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=14816ad6e58336773443f5ee2e4aa9e384af65d2'/>
<id>14816ad6e58336773443f5ee2e4aa9e384af65d2</id>
<content type='text'>
Problem:    Using :python sets 'pyxversion' even when not executed.
Solution:   Check the "skip" flag. (Shane Harper, closes #3995)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using :python sets 'pyxversion' even when not executed.
Solution:   Check the "skip" flag. (Shane Harper, closes #3995)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0941: macros for MS-Windows are inconsistent</title>
<updated>2019-02-17T16:44:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-02-17T16:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4f97475d326c2773a78561fb874e4f23c25cbcd9'/>
<id>4f97475d326c2773a78561fb874e4f23c25cbcd9</id>
<content type='text'>
Problem:    Macros for MS-Windows are inconsistent, using "32", "3264 and
            others.
Solution:   Use MSWIN for all MS-Windows builds.  Use FEAT_GUI_MSWIN for the
            GUI build. (Hirohito Higashi, closes #3932)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Macros for MS-Windows are inconsistent, using "32", "3264 and
            others.
Solution:   Use MSWIN for all MS-Windows builds.  Use FEAT_GUI_MSWIN for the
            GUI build. (Hirohito Higashi, closes #3932)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0867: cannot build Python interface with Python 2.4</title>
<updated>2019-02-01T21:10:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-02-01T21:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=65951258d65b71581aeb117dbb7defa8a87ce38f'/>
<id>65951258d65b71581aeb117dbb7defa8a87ce38f</id>
<content type='text'>
Problem:    Cannot build Python interface with Python 2.4. (Tom G. Christensen)
Solution:   Define PyBytes_FromStringAndSize. (Ken Takata, closes #3888)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot build Python interface with Python 2.4. (Tom G. Christensen)
Solution:   Define PyBytes_FromStringAndSize. (Ken Takata, closes #3888)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0743: giving error messages is not flexible</title>
<updated>2019-01-13T22:38:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-13T22:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f9e3e09fdc93be9f0d47afbc6c7df1188c2a5a0d'/>
<id>f9e3e09fdc93be9f0d47afbc6c7df1188c2a5a0d</id>
<content type='text'>
Problem:    Giving error messages is not flexible.
Solution:   Add semsg().  Change argument from "char_u *" to "char *", also
            for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes
            #3302)  Also make emsg() accept a "char *" argument.  Get rid of
            an enormous number of type casts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Giving error messages is not flexible.
Solution:   Add semsg().  Change argument from "char_u *" to "char *", also
            for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes
            #3302)  Also make emsg() accept a "char *" argument.  Get rid of
            an enormous number of type casts.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0735: cannot handle binary data</title>
<updated>2019-01-12T21:47:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-12T21:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6e5ea8d2a995b32bbc5972edc4f827b959f2702f'/>
<id>6e5ea8d2a995b32bbc5972edc4f827b959f2702f</id>
<content type='text'>
Problem:    Cannot handle binary data.
Solution:   Add the Blob type. (Yasuhiro Matsumoto, closes #3638)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot handle binary data.
Solution:   Add the Blob type. (Yasuhiro Matsumoto, closes #3638)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1846: Python interface is incompatible with lldb</title>
<updated>2018-05-15T20:31:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-15T20:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d4a8c98ef6b294d605c5f93309509a944dc97a79'/>
<id>d4a8c98ef6b294d605c5f93309509a944dc97a79</id>
<content type='text'>
Problem:    Python interface is incompatible with lldb.
Solution:   For OutputType set the base to be PyFile_Type. (Boxu Zhang)
            Partly disabled to avoid a crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python interface is incompatible with lldb.
Solution:   For OutputType set the base to be PyFile_Type. (Boxu Zhang)
            Partly disabled to avoid a crash.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1654: warnings for conversion of void to function pointer</title>
<updated>2018-03-29T16:15:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-29T16:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7b24ce08fe99345cac035215fca29c7e174a6456'/>
<id>7b24ce08fe99345cac035215fca29c7e174a6456</id>
<content type='text'>
Problem:    Warnings for conversion of void to function pointer.
Solution:   Use a temp variable that is a function pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warnings for conversion of void to function pointer.
Solution:   Use a temp variable that is a function pointer.
</pre>
</div>
</content>
</entry>
</feed>
