<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/third-party/patches, branch v0.3.2</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>deps: update to libuv v1.23.2</title>
<updated>2018-10-31T23:10:50+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-10-31T23:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fc5dea02b6f44fc33ed831879ce280c45f9e1895'/>
<id>fc5dea02b6f44fc33ed831879ce280c45f9e1895</id>
<content type='text'>
Remove libuv-overlapped.patch since UV_OVERLAPPED_PIPE was included in
libuv v1.21.0:
https://github.com/libuv/libuv/commit/62a0f763a7d1a5bbaa2670b9d2687ba183d2c528

Notable changes since v1.12:
- 1.16.0
  - uv_os_getppid(): get parent PID
  - "win,tty: improve SIGWINCH support" (v1.15.0)
- 1.18.0
  - uv_os_getpid()
- 1.19.0
  - Windows: uv_kill() pid 0 now means "current process group", like unix.
    https://github.com/libuv/libuv/commit/890eedaf59cea75faaa6a14b4248a472dcadb831
- 1.20.0
  - unix,spawn: respect user stdio flags for new pipe
    https://github.com/libuv/libuv/commit/c409b3fcff51ea270724e4f43866764e65666095
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove libuv-overlapped.patch since UV_OVERLAPPED_PIPE was included in
libuv v1.21.0:
https://github.com/libuv/libuv/commit/62a0f763a7d1a5bbaa2670b9d2687ba183d2c528

Notable changes since v1.12:
- 1.16.0
  - uv_os_getppid(): get parent PID
  - "win,tty: improve SIGWINCH support" (v1.15.0)
- 1.18.0
  - uv_os_getpid()
- 1.19.0
  - Windows: uv_kill() pid 0 now means "current process group", like unix.
    https://github.com/libuv/libuv/commit/890eedaf59cea75faaa6a14b4248a472dcadb831
- 1.20.0
  - unix,spawn: respect user stdio flags for new pipe
    https://github.com/libuv/libuv/commit/c409b3fcff51ea270724e4f43866764e65666095
</pre>
</div>
</content>
</entry>
<entry>
<title>third-party/unibilium: Fix parsing of extended capability entries</title>
<updated>2018-10-14T00:24:02+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2018-10-14T00:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=399864157b3c61ff76ced3f5e97056726b3f5b28'/>
<id>399864157b3c61ff76ced3f5e97056726b3f5b28</id>
<content type='text'>
In the 20180331 release, the format was slightly changed:

&gt; 20180331
&gt;         + improve terminfo write/read by modifying the fourth item of the
&gt;           extended header to denote the number of valid strings in the extended
&gt;           string table (prompted by a comment in unibilium's sources).

Since the number of valid string capabilities is not necessarily the
same as extstrslen, it's not possible to sanity check the total number
of items up front anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the 20180331 release, the format was slightly changed:

&gt; 20180331
&gt;         + improve terminfo write/read by modifying the fourth item of the
&gt;           extended header to denote the number of valid strings in the extended
&gt;           string table (prompted by a comment in unibilium's sources).

Since the number of valid string capabilities is not necessarily the
same as extstrslen, it's not possible to sanity check the total number
of items up front anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>build/MSVC: remove libvterm-Fix-escape-sequences-for-MSVC.patch</title>
<updated>2018-09-04T04:41:55+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-09-04T04:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3b156664b5c247defa5c4e1924805766d872b9ec'/>
<id>3b156664b5c247defa5c4e1924805766d872b9ec</id>
<content type='text'>
Not needed after libvterm commit:
https://github.com/neovim/libvterm/commit/487f21dbf65f1c28962fef3f064603f415fbaeb2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not needed after libvterm commit:
https://github.com/neovim/libvterm/commit/487f21dbf65f1c28962fef3f064603f415fbaeb2
</pre>
</div>
</content>
</entry>
<entry>
<title>build/msvc: Add support for building gettext tools with MSVC</title>
<updated>2018-06-10T01:50:44+00:00</updated>
<author>
<name>b-r-o-c-k</name>
<email>brockmammen@gmail.com</email>
</author>
<published>2018-06-08T02:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e17728a632048d96d4549566d93401da0fe2c677'/>
<id>e17728a632048d96d4549566d93401da0fe2c677</id>
<content type='text'>
Only includes the tools needed for Neovim: xgettext, msgfmt, and
msgmerge.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only includes the tools needed for Neovim: xgettext, msgfmt, and
msgmerge.
</pre>
</div>
</content>
</entry>
<entry>
<title>deps: Fix libvterm and libtermkey escape sequences for MSVC</title>
<updated>2018-06-03T20:31:02+00:00</updated>
<author>
<name>b-r-o-c-k</name>
<email>brockmammen@gmail.com</email>
</author>
<published>2018-05-18T20:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a80f73f04317a161306d503a605bca2c1a7f73a0'/>
<id>a80f73f04317a161306d503a605bca2c1a7f73a0</id>
<content type='text'>
The escape sequence `\e` is non-standard and not supported by MSVC.
It caused the terminal emulator to incorrectly interpret certain keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The escape sequence `\e` is non-standard and not supported by MSVC.
It caused the terminal emulator to incorrectly interpret certain keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>deps: Upgrade LuaRocks and remove patch</title>
<updated>2018-06-03T20:31:01+00:00</updated>
<author>
<name>b-r-o-c-k</name>
<email>brockmammen@gmail.com</email>
</author>
<published>2018-05-18T14:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f8eb5c83ed294efff4926a01d36757411fb2e0b7'/>
<id>f8eb5c83ed294efff4926a01d36757411fb2e0b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win: open child stdio handles in overlapped-mode (#8113)</title>
<updated>2018-04-25T08:11:08+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-04-25T08:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=009ccfe170ada2c78ca7feabda567a7e901fb30b'/>
<id>009ccfe170ada2c78ca7feabda567a7e901fb30b</id>
<content type='text'>
This will be used e.g. by the python client for native asyncio support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be used e.g. by the python client for native asyncio support</pre>
</div>
</content>
</entry>
<entry>
<title>build/windows: Patch Luv with a patch file instead of CMake</title>
<updated>2018-04-02T01:32:22+00:00</updated>
<author>
<name>b-r-o-c-k</name>
<email>brockmammen@gmail.com</email>
</author>
<published>2018-04-02T01:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1b898d7af5c756db1b0b1d7a6f35d01de6f1f8ae'/>
<id>1b898d7af5c756db1b0b1d7a6f35d01de6f1f8ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build/windows: Move libtermkey patches into this repository</title>
<updated>2018-04-02T01:32:22+00:00</updated>
<author>
<name>b-r-o-c-k</name>
<email>brockmammen@gmail.com</email>
</author>
<published>2018-04-02T01:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=57fef8b49bbaa9a5633cf0b5af74c063bb21c905'/>
<id>57fef8b49bbaa9a5633cf0b5af74c063bb21c905</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build/msvc: Fix libvterm patch</title>
<updated>2018-03-26T15:54:44+00:00</updated>
<author>
<name>b-r-o-c-k</name>
<email>brockmammen@gmail.com</email>
</author>
<published>2018-03-26T15:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=afd46b78c5b431065e8439e82ade86672baf9c08'/>
<id>afd46b78c5b431065e8439e82ade86672baf9c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
