<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/Make_morph.mak, 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 7.4.2069</title>
<updated>2016-07-19T14:39:08+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-19T14:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9ccfebddc3ff2a3c2853cf706fd4c26f639bf381'/>
<id>9ccfebddc3ff2a3c2853cf706fd4c26f639bf381</id>
<content type='text'>
Problem:    spell.c is too big.
Solution:   Split it in spell file handling and spell checking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    spell.c is too big.
Solution:   Split it in spell file handling and spell checking.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2063</title>
<updated>2016-07-17T20:13:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-17T20:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=73dad1e64cb42842d8259cb1a255a6fa59822f76'/>
<id>73dad1e64cb42842d8259cb1a255a6fa59822f76</id>
<content type='text'>
Problem:    eval.c is still too big.
Solution:   Split off internal functions to evalfunc.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    eval.c is still too big.
Solution:   Split off internal functions to evalfunc.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2059</title>
<updated>2016-07-17T16:41:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-17T16:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6583c44857368f28c802dabe10ac7b7b0c266f50'/>
<id>6583c44857368f28c802dabe10ac7b7b0c266f50</id>
<content type='text'>
Problem:    Non-Unix builds fail.
Solution:   Update Makefiles for new files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Non-Unix builds fail.
Solution:   Update Makefiles for new files.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1983</title>
<updated>2016-07-02T18:27:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-02T18:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=75464dc434c43efac60e8bfd9bec2a8b736407e9'/>
<id>75464dc434c43efac60e8bfd9bec2a8b736407e9</id>
<content type='text'>
Problem:    farsi.c and arabic.c are included in a strange way.
Solution:   Build them like other files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    farsi.c and arabic.c are included in a strange way.
Solution:   Build them like other files.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1154</title>
<updated>2016-01-23T18:46:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-01-23T18:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=520e1e41f35b063ede63b41738c82d6636e78c34'/>
<id>520e1e41f35b063ede63b41738c82d6636e78c34</id>
<content type='text'>
Problem:    No support for JSON.
Solution:   Add jsonencode() and jsondecode().  Also add v:false, v:true,
            v:null and v:none.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No support for JSON.
Solution:   Add jsonencode() and jsondecode().  Also add v:false, v:true,
            v:null and v:none.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.401</title>
<updated>2014-08-10T14:31:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-08-10T14:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=07cf382e223b8b88f4b763d104e3e487c96d32d2'/>
<id>07cf382e223b8b88f4b763d104e3e487c96d32d2</id>
<content type='text'>
Problem:    Can't build on MS-Windows.
Solution:   Include the new files in all the Makefiles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't build on MS-Windows.
Solution:   Include the new files in all the Makefiles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add blowfish and sha256 source files to more Makefiles.</title>
<updated>2010-05-18T18:34:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-05-18T18:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=edac1854877fbbe7e30088fc6238c48c75e8fa49'/>
<id>edac1854877fbbe7e30088fc6238c48c75e8fa49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0b</title>
<updated>2006-03-24T22:46:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2006-03-24T22:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=76b92b2830841fd4e05006cc3cad1d8f0bc8101b'/>
<id>76b92b2830841fd4e05006cc3cad1d8f0bc8101b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0153</title>
<updated>2005-10-03T22:05:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2005-10-03T22:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=761b1131b8c368469c3523bdcfdd2d4a8acce938'/>
<id>761b1131b8c368469c3523bdcfdd2d4a8acce938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0114</title>
<updated>2005-07-23T22:25:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2005-07-23T22:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=58d9823409c590fe0e4cf3220d38dcad1d6dd68d'/>
<id>58d9823409c590fe0e4cf3220d38dcad1d6dd68d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
