<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/spellfile.c, 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.0078: "..." used inconsistently in messages</title>
<updated>2018-06-19T12:23:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-19T12:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c166927a32fe5c054ad35deecff00aa12c629cf7'/>
<id>c166927a32fe5c054ad35deecff00aa12c629cf7</id>
<content type='text'>
Problem:    "..." used inconsistently in messages.
Solution:   Drop the space before " ...".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "..." used inconsistently in messages.
Solution:   Drop the space before " ...".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()</title>
<updated>2018-04-08T11:07:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-08T11:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ea39176baab52b646d1e2676e662def718ddd365'/>
<id>ea39176baab52b646d1e2676e662def718ddd365</id>
<content type='text'>
Problem:    No compiler warning for wrong format in vim_snprintf().
Solution:   Add printf attribute for gcc.  Fix reported problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No compiler warning for wrong format in vim_snprintf().
Solution:   Add printf attribute for gcc.  Fix reported problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1496: clearing a pointer takes two lines</title>
<updated>2018-02-10T17:45:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-10T17:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d23a823669d93fb2a570a039173eefe4856ac806'/>
<id>d23a823669d93fb2a570a039173eefe4856ac806</id>
<content type='text'>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1490: number of spell regions is spread out through the code</title>
<updated>2018-02-10T13:12:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-10T13:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2993ac5fce5450428322ce43aaa5e643e6994443'/>
<id>2993ac5fce5450428322ce43aaa5e643e6994443</id>
<content type='text'>
Problem:    Number of spell regions is spread out through the code.
Solution:   Define MAXREGIONS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Number of spell regions is spread out through the code.
Solution:   Define MAXREGIONS.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1225: no check for spell region being zero</title>
<updated>2017-10-26T22:57:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-10-26T22:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ee03b941241eae1d36bc29b84eec09116cefe7cd'/>
<id>ee03b941241eae1d36bc29b84eec09116cefe7cd</id>
<content type='text'>
Problem:    No check for spell region being zero. (geeknik)
Solution:   Check for zero. (closes #2252)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No check for spell region being zero. (geeknik)
Solution:   Check for zero. (closes #2252)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0451: some macros are in lower case</title>
<updated>2017-03-12T18:22:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-12T18:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=91acfffc1e6c0d8c2abfb186a0e79a5bf19c3f3f'/>
<id>91acfffc1e6c0d8c2abfb186a0e79a5bf19c3f3f</id>
<content type='text'>
Problem:    Some macros are in lower case.
Solution:   Make a few more macros upper case. Avoid lower case macros use an
            argument twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some macros are in lower case.
Solution:   Make a few more macros upper case. Avoid lower case macros use an
            argument twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0376: size computations in spell file reading are off</title>
<updated>2017-02-26T14:27:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-02-26T14:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6d3c8586fc81b022e9f06c611b9926108fb878c7'/>
<id>6d3c8586fc81b022e9f06c611b9926108fb878c7</id>
<content type='text'>
Problem:    Size computations in spell file reading are not exactly right.
Solution:   Make "len" a "long" and check with LONG_MAX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Size computations in spell file reading are not exactly right.
Solution:   Make "len" a "long" and check with LONG_MAX.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0322: possible overflow with corrupted spell file</title>
<updated>2017-02-09T20:07:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-02-09T20:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=399c297aa93afe2c0a39e2a1b3f972aebba44c9d'/>
<id>399c297aa93afe2c0a39e2a1b3f972aebba44c9d</id>
<content type='text'>
Problem:    Possible overflow with spell file where the tree length is
            corrupted.
Solution:   Check for an invalid length (suggested by shqking)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Possible overflow with spell file where the tree length is
            corrupted.
Solution:   Check for an invalid length (suggested by shqking)
</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.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>
</feed>
