<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/strings.c, branch v9.0.1237</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 9.0.1237: code is indented more than necessary</title>
<updated>2023-01-23T20:46:21+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-01-23T20:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6ec66660476562e643deceb7c325cd0e8c903663'/>
<id>6ec66660476562e643deceb7c325cd0e8c903663</id>
<content type='text'>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11858)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11858)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1144: reading beyond text</title>
<updated>2023-01-04T15:56:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-04T15:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c32949b0779106ed5710ae3bffc5053e49083ab4'/>
<id>c32949b0779106ed5710ae3bffc5053e49083ab4</id>
<content type='text'>
Problem:    Reading beyond text.
Solution:   Add strlen_maxlen() and use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Reading beyond text.
Solution:   Add strlen_maxlen() and use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0618: calling function for reduce() has too much overhead</title>
<updated>2022-09-28T15:16:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-28T15:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=82418263fa91792e851cb0de879d1595327d5531'/>
<id>82418263fa91792e851cb0de879d1595327d5531</id>
<content type='text'>
Problem:    Calling function for reduce() has too much overhead.
Solution:   Do not create a funccall_T every time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Calling function for reduce() has too much overhead.
Solution:   Do not create a funccall_T every time.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0548: reduce() with a compiled lambda could be faster</title>
<updated>2022-09-22T16:07:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-22T16:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f1c60d4bf10794265b828afd9c5f7eddacada10b'/>
<id>f1c60d4bf10794265b828afd9c5f7eddacada10b</id>
<content type='text'>
Problem:    reduce() with a compiled lambda could be faster.
Solution:   Call eval_expr_typval() instead of call_func() directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    reduce() with a compiled lambda could be faster.
Solution:   Call eval_expr_typval() instead of call_func() directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0491: no good reason to build without the float feature</title>
<updated>2022-09-17T20:08:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-17T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=73e28dcc6125f616cf1f2d56443d22428a79e434'/>
<id>73e28dcc6125f616cf1f2d56443d22428a79e434</id>
<content type='text'>
Problem:    No good reason to build without the float feature.
Solution:   Remove configure check for float and "#ifdef FEAT_FLOAT".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No good reason to build without the float feature.
Solution:   Remove configure check for float and "#ifdef FEAT_FLOAT".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0359: error message for wrong argument type is not specific</title>
<updated>2022-09-02T14:15:27+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2022-09-02T14:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8deb2b30c77035bb682ccf80b781455ac1d6038b'/>
<id>8deb2b30c77035bb682ccf80b781455ac1d6038b</id>
<content type='text'>
Problem:    Error message for wrong argument type is not specific.
Solution:   Include more information in the error. (Yegappan Lakshmanan,
            closes #11037)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error message for wrong argument type is not specific.
Solution:   Include more information in the error. (Yegappan Lakshmanan,
            closes #11037)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4878: valgrind warning for using uninitialized variable</title>
<updated>2022-05-06T10:02:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-05-06T10:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dd7eff0a755c40eb88b494b98ac1a24f858ba880'/>
<id>dd7eff0a755c40eb88b494b98ac1a24f858ba880</id>
<content type='text'>
Problem:    Valgrind warning for using uninitialized variable.
Solution:   Initialize the type of newtv.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Valgrind warning for using uninitialized variable.
Solution:   Initialize the type of newtv.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4273: the EBCDIC support is outdated</title>
<updated>2022-01-31T14:59:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-31T14:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=424bcae1fb0f69e0aef5e0cf84fd771cf34a0fb7'/>
<id>424bcae1fb0f69e0aef5e0cf84fd771cf34a0fb7</id>
<content type='text'>
Problem:    The EBCDIC support is outdated.
Solution:   Remove the EBCDIC support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The EBCDIC support is outdated.
Solution:   Remove the EBCDIC support.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4043: using int for second argument of ga_init2()</title>
<updated>2022-01-08T16:19:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-08T16:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=04935fb17e5f0f66b82cf4546b9752d3d1fa650e'/>
<id>04935fb17e5f0f66b82cf4546b9752d3d1fa650e</id>
<content type='text'>
Problem:    Using int for second argument of ga_init2().
Solution:   Remove unnessary type cast (int) when using sizeof().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using int for second argument of ga_init2().
Solution:   Remove unnessary type cast (int) when using sizeof().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4010: error messages are spread out</title>
<updated>2022-01-05T17:49:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-05T17:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9d00e4a8146862c17ed429dc6b1b43349acb2b5f'/>
<id>9d00e4a8146862c17ed429dc6b1b43349acb2b5f</id>
<content type='text'>
Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
</pre>
</div>
</content>
</entry>
</feed>
