<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/eval, branch v0.2.0</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>Merge branch 'master' into lazier-arg_errmsg-gettext</title>
<updated>2017-04-20T21:33:12+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-20T21:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d463c9e03a79e981faaaa985b1160c292d08e172'/>
<id>d463c9e03a79e981faaaa985b1160c292d08e172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Add comment to all C files</title>
<updated>2017-04-19T16:11:50+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-19T16:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e'/>
<id>c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval/typval_encode: Silence then/else equivalence warning</title>
<updated>2017-04-16T16:51:35+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-16T16:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d70a0f6895048a3dcb5ec841afd01daee4866be4'/>
<id>d70a0f6895048a3dcb5ec841afd01daee4866be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Silence some false positives</title>
<updated>2017-04-16T16:18:54+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-16T15:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=33952a7661927f875ebf40a60e236831c789de58'/>
<id>33952a7661927f875ebf40a60e236831c789de58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_alloc_ret</title>
<updated>2017-04-15T16:19:22+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-15T16:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=82ba2891ae905fabacafc58daebedc80533b8334'/>
<id>82ba2891ae905fabacafc58daebedc80533b8334</id>
<content type='text'>
Same as tv_list_alloc, but additionally ret_tv receives pointer to the newly 
allocated list.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same as tv_list_alloc, but additionally ret_tv receives pointer to the newly 
allocated list.</pre>
</div>
</content>
</entry>
<entry>
<title>eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_alloc</title>
<updated>2017-04-15T16:18:25+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-15T16:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=af3579d5f7bc86a25fd73e94c6de0e73ae9d8e12'/>
<id>af3579d5f7bc86a25fd73e94c6de0e73ae9d8e12</id>
<content type='text'>
Allocated dict points to previously allocated dict.
Queue in allocated dict points to itself.
Hashtab in allocated dict points to inside itself.
Allocated dict is saved to gc_first_dict.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allocated dict points to previously allocated dict.
Queue in allocated dict points to itself.
Hashtab in allocated dict points to inside itself.
Allocated dict is saved to gc_first_dict.</pre>
</div>
</content>
</entry>
<entry>
<title>eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_item_copy</title>
<updated>2017-04-15T16:16:40+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-15T16:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b9004d744811f530922fbb194ea02033d332f375'/>
<id>b9004d744811f530922fbb194ea02033d332f375</id>
<content type='text'>
Allocated storage may receive pointer to the list after tv_copy().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allocated storage may receive pointer to the list after tv_copy().</pre>
</div>
</content>
</entry>
<entry>
<title>eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_alloc</title>
<updated>2017-04-15T16:16:00+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-15T16:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b08b71c7288ed7bbeae6066ab36a1366d0673bf5'/>
<id>b08b71c7288ed7bbeae6066ab36a1366d0673bf5</id>
<content type='text'>
Allocated list points to previously allocated list.
Allocated list is saved to gc_first_list.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allocated list points to previously allocated list.
Allocated list is saved to gc_first_list.</pre>
</div>
</content>
</entry>
<entry>
<title>eval/encode: Do translate “… argument” strings, but only in conv_error</title>
<updated>2017-04-14T21:08:50+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-14T21:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c289986c89dd0189ed8ab709bf2eb822c493542a'/>
<id>c289986c89dd0189ed8ab709bf2eb822c493542a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval/typval: Do not translate tv_clear argument, this is useless</title>
<updated>2017-04-14T21:00:22+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-04-14T20:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=31fd6d4bbf80d0f50893ab6144aa5eb70c95c351'/>
<id>31fd6d4bbf80d0f50893ab6144aa5eb70c95c351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
