<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/config, branch newfeatures</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>vim-patch:8.1.2326: cannot parse a date/time string</title>
<updated>2021-03-27T14:53:41+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2020-12-06T06:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3261ba98a2c0f7644bbaf7890a3906c42cfdb807'/>
<id>3261ba98a2c0f7644bbaf7890a3906c42cfdb807</id>
<content type='text'>
Problem:    Cannot parse a date/time string.
Solution:   Add strptime(). (Stephen Wall, closes #)
https://github.com/vim/vim/commit/10455d43fef041309ce0613fa792c635dd71e3a8

N/A patches for version.c:

vim-patch:8.1.2344: Cygwin: warning for using strptime()

Problem:    Cygwin: warning for using strptime().
Solution:   Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken Takata,
            closes vim/vim#5265)  Use 700 for _XOPEN_SOURCE for mkdtemp().
https://github.com/vim/vim/commit/6a228c6463935a73c8f21142cb7368545cfee317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot parse a date/time string.
Solution:   Add strptime(). (Stephen Wall, closes #)
https://github.com/vim/vim/commit/10455d43fef041309ce0613fa792c635dd71e3a8

N/A patches for version.c:

vim-patch:8.1.2344: Cygwin: warning for using strptime()

Problem:    Cygwin: warning for using strptime().
Solution:   Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken Takata,
            closes vim/vim#5265)  Use 700 for _XOPEN_SOURCE for mkdtemp().
https://github.com/vim/vim/commit/6a228c6463935a73c8f21142cb7368545cfee317
</pre>
</div>
</content>
</entry>
<entry>
<title>option: fix problem with fileignorecase not being set properly</title>
<updated>2021-02-25T04:50:30+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2021-02-24T04:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b2f1969f82ae0f02e480e8d2d5dc46a85eba33db'/>
<id>b2f1969f82ae0f02e480e8d2d5dc46a85eba33db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>basic support for usdt probes</title>
<updated>2020-10-10T07:52:12+00:00</updated>
<author>
<name>Zachary P. Landau</name>
<email>zlandau@jellofund.net</email>
</author>
<published>2020-03-15T18:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d4fc7b25e81ca043e9db9a369f31ac31404e7a86'/>
<id>d4fc7b25e81ca043e9db9a369f31ac31404e7a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable -Wimplicit-fallthrough for funcs.generated.h</title>
<updated>2020-08-24T00:59:39+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2020-06-20T02:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=37fa8d3f44acfc0c0af935f7649d6362545c05dc'/>
<id>37fa8d3f44acfc0c0af935f7649d6362545c05dc</id>
<content type='text'>
This is code generated by gperf, so there's nothing we can do about it.
The code does have /*FALLTHROUGH*/ comments but clang doesn't recognize
them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is code generated by gperf, so there's nothing we can do about it.
The code does have /*FALLTHROUGH*/ comments but clang doesn't recognize
them.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: match WSL2 kernel name (#12425)</title>
<updated>2020-06-04T12:07:09+00:00</updated>
<author>
<name>Luis Hagenauer</name>
<email>luis.hage@outlook.de</email>
</author>
<published>2020-06-04T12:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b807de36d4236014ec426aa81eb2952c0b027c64'/>
<id>b807de36d4236014ec426aa81eb2952c0b027c64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>env: try find library dir (like /usr[/local]/lib/nvim) and add it to &amp;rtp</title>
<updated>2020-02-07T08:22:55+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2020-02-02T22:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c5b812c9eab5397f4c898fe4b0a7a1f186fae82c'/>
<id>c5b812c9eab5397f4c898fe4b0a7a1f186fae82c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix/revisit git-describe enhancement (#11124)</title>
<updated>2019-10-02T01:45:59+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-10-02T01:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=30ae60e7cac7e77005aa429bc13f8ffa3ce64eb1'/>
<id>30ae60e7cac7e77005aa429bc13f8ffa3ce64eb1</id>
<content type='text'>
* Fix/keep massaging git-describe result

Ref: https://github.com/neovim/neovim/pull/11117#issuecomment-536416223

* build: revisit generation of version from Git

Fixes "make clean &amp;&amp; make", where "auto/versiondef.h" would be missing
since b18b84d - because BYPRODUCTS are apparently removed when cleaning.

This includes the following improvements/changes:

- do not run git-describe during CMake's configure phase just for
  reporting
- do not print with changed Git version (too noisy, simplifies code)

* Move to src/nvim (included before config) for easier flow

* fallback to describe always, write empty include file

* update_version_stamp.lua: use prefix always</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix/keep massaging git-describe result

Ref: https://github.com/neovim/neovim/pull/11117#issuecomment-536416223

* build: revisit generation of version from Git

Fixes "make clean &amp;&amp; make", where "auto/versiondef.h" would be missing
since b18b84d - because BYPRODUCTS are apparently removed when cleaning.

This includes the following improvements/changes:

- do not run git-describe during CMake's configure phase just for
  reporting
- do not print with changed Git version (too noisy, simplifies code)

* Move to src/nvim (included before config) for easier flow

* fallback to describe always, write empty include file

* update_version_stamp.lua: use prefix always</pre>
</div>
</content>
</entry>
<entry>
<title>build: run git-describe for dev version during build (#11117)</title>
<updated>2019-09-29T22:10:29+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-09-29T22:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b18b84df5eab9829ecbef644ef0af226becf881d'/>
<id>b18b84df5eab9829ecbef644ef0af226becf881d</id>
<content type='text'>
This avoids invoking CMake after a new commit, which might take 15s on
some systems.

Skipped on CMake &lt; 3.2.0 (missing BYPRODUCTS support).

Co-Authored-By: Justin M. Keyes &lt;justinkz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids invoking CMake after a new commit, which might take 15s on
some systems.

Skipped on CMake &lt; 3.2.0 (missing BYPRODUCTS support).

Co-Authored-By: Justin M. Keyes &lt;justinkz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #10098 'win: fix msg_puts_printf()'</title>
<updated>2019-08-12T00:42:13+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-12T00:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ad4eb18e43d56d7ec93770af674418451daae694'/>
<id>ad4eb18e43d56d7ec93770af674418451daae694</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove DYNAMIC_ICONV</title>
<updated>2019-08-06T03:44:22+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2019-08-06T03:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94'/>
<id>d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
