<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/xdiff, branch aucmd_textputpost</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>refactor: the long goodbye</title>
<updated>2023-11-05T19:19:06+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-09-29T12:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=acc646ad8fc3ef11fcc63b69f3d8484e4a91accd'/>
<id>acc646ad8fc3ef11fcc63b69f3d8484e4a91accd</id>
<content type='text'>
long is 32 bits on windows, while it is 64 bits on other architectures.
This makes the type suboptimal for a codebase meant to be
cross-platform. Replace it with more appropriate integer types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
long is 32 bits on windows, while it is 64 bits on other architectures.
This makes the type suboptimal for a codebase meant to be
cross-platform. Replace it with more appropriate integer types.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: the long goodbye</title>
<updated>2023-10-09T09:45:46+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-09-29T12:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8e932480f61d6101bf8bea1abc07ed93826221fd'/>
<id>8e932480f61d6101bf8bea1abc07ed93826221fd</id>
<content type='text'>
long is 32 bits on windows, while it is 64 bits on other architectures.
This makes the type suboptimal for a codebase meant to be
cross-platform. Replace it with more appropriate integer types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
long is 32 bits on windows, while it is 64 bits on other architectures.
This makes the type suboptimal for a codebase meant to be
cross-platform. Replace it with more appropriate integer types.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove PVS comment on top of files</title>
<updated>2021-10-01T19:08:53+00:00</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2021-10-01T19:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3134ef3d9fab0a7283e442a2264e69564ada7a67'/>
<id>3134ef3d9fab0a7283e442a2264e69564ada7a67</id>
<content type='text'>
The xdiff directory is excluded from the PVS report so the comment isn't
required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The xdiff directory is excluded from the PVS report so the comment isn't
required.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(PVS): PVS/V009: add required header #15751</title>
<updated>2021-09-21T16:02:43+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2021-09-21T16:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a65d8c34e6427fea00bf9a3d35752fc00054d503'/>
<id>a65d8c34e6427fea00bf9a3d35752fc00054d503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3437: compiler warnings for 32/64 bit usage</title>
<updated>2021-09-19T05:13:44+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2021-09-19T05:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f4ce4c1677819472d1b094ef31b8db9c2549e55e'/>
<id>f4ce4c1677819472d1b094ef31b8db9c2549e55e</id>
<content type='text'>
Problem:    Compiler warnings for 32/64 bit usage.
Solution:   Add type casts. (Mike Williams, closes vim/vim#8870)
https://github.com/vim/vim/commit/f5785cf0592626ec17676e814d3ba58f5123bcda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warnings for 32/64 bit usage.
Solution:   Add type casts. (Mike Williams, closes vim/vim#8870)
https://github.com/vim/vim/commit/f5785cf0592626ec17676e814d3ba58f5123bcda
</pre>
</div>
</content>
</entry>
<entry>
<title>build: move src/nvim/xdiff to src/xdiff</title>
<updated>2021-09-08T20:34:54+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2021-09-08T20:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fbe88ef8f5a4c1f7d42f997843bbf27119e28965'/>
<id>fbe88ef8f5a4c1f7d42f997843bbf27119e28965</id>
<content type='text'>
Closes #11239
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #11239
</pre>
</div>
</content>
</entry>
</feed>
