aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAge
* fix: add forkpty for SunOS variantsClaes Nästén2021-12-12
* fix: add STRNLEN compatability macroClaes Nästén2021-12-06
* chore: fix typos (#16361)dundargoc2021-11-27
* fix(eval): fix has('wsl') #16153erw72021-10-29
* vim-patch:8.1.2326: cannot parse a date/time stringJan Edmund Lazo2021-03-27
* option: fix problem with fileignorecase not being set properlyerw72021-02-25
* basic support for usdt probesZachary P. Landau2020-10-10
* Disable -Wimplicit-fallthrough for funcs.generated.hJames McCoy2020-08-23
* build: match WSL2 kernel name (#12425)Luis Hagenauer2020-06-04
* env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
* Fix/revisit git-describe enhancement (#11124)Daniel Hahler2019-10-02
* build: run git-describe for dev version during build (#11117)Daniel Hahler2019-09-30
* Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\
| * Fix problems with message catalog directoryerw72019-06-09
* | remove DYNAMIC_ICONVerw72019-08-06
* | fileio.c: eliminate set_file_time() #10357Justin M. Keyes2019-06-30
|/
* cleanup: remove HAVE_SELINUX #10040Justin M. Keyes2019-05-21
* os: remove uv_translate_sys_error impl #9652Justin M. Keyes2019-03-01
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* os_setenv: use _wputenv_s; remove vestigial code #7920Justin M. Keyes2019-02-25
* Merge pull request #9526 from jamessan/remove-jemallocJames McCoy2019-01-20
|\
| * Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
* | build: include auto/config.h explicitlyJustin M. Keyes2019-01-20
|/
* *: Add some PVS commentsZyX2018-04-15
* win: has("wsl") on Windows Subsystem for Linux #7330Mahmoud Al-Qudsi2018-01-30
* eval/typval: Log list actionsZyX2018-01-14
* build: linux does not always have execinfo.h (#7101)Justin M. Keyes2017-07-30
* build: Do not check for obsolete <termio.h>Justin M. Keyes2016-12-24
* tui: check stty/termios for kbsJustin M. Keyes2016-12-23
* api: api_info()['version']Justin M. Keyes2016-10-28
* api: Nvim version, API level #5386Rui Abreu Ferreira2016-10-26
* config: Allow setting USERNAME/HOSTNAME from the environmentJames McCoy2016-10-08
* file: Add buffered reading and writingZyX2016-06-23
* file,os/fs,shada: Separate opening, closing, writing and reading filesZyX2016-06-23
* do_source: less fuss about fopen_noinh_readbinJustin M. Keyes2016-05-28
* Windows: Don't build the TUI is systems where it is not supportedRui Abreu Ferreira2016-05-27
* Fix be64toh() detection on BSDs.John Szakmeister2016-05-14
* build: install *.mo into the "standard" directoryJun T2016-02-23
* config: Remove HAVE_UNISTD_H.Seth Jackson2016-01-18
* config: Remove duplicate check for HAVE_UTIME_H.Seth Jackson2016-01-18
* config: Remove HAVE_FCNTL_H.Seth Jackson2016-01-17
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* config: Cleanup unused identifiers.Seth Jackson2016-01-12
* Stop using <stropts.h>Michael Reed2016-01-12
* os/*_defs.h: MAXNAMLEN cleanupMichael Reed2016-01-12
* Port fsync() to libuv.Seth Jackson2016-01-01
* Merge pull request #3706 from Pyrohh/version_commitJustin M. Keyes2015-12-13
|\
| * Remove "Commit:" field from `--version` outputMichael Reed2015-12-05
* | Windows: Implement os_setenv() using _putenv_s()Rui Abreu Ferreira2015-12-12
|/
* build: Use `git describe` for version strings.Justin M. Keyes2015-11-01