aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* refactor: make char * parameters const in message.cii142023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(build): graduate HAVE_LOCALE_H featurebfredl2023-03-03
* refactor(build): remove unused stdlib function and include checksbfredl2023-03-03
* fix(MSVC): set the active code page to utf-8 (#22384)dundargoc2023-02-26
* feat: $NVIM_APPNAME #22128Ghjuvan Lacambre2023-02-16
* Merge pull request #22056 from lewis6991/refactor/fileio_moreLewis Russell2023-02-15
|\
| * refactor(fileio.c): normalize ifdefsLewis Russell2023-02-01
| * refactor(fileio.c): remove HAVE_ACL ifdefsLewis Russell2023-02-01
* | fix(tui): exit on input eofzeertzjq2023-02-14
* | build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* | refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* | fix(lua): mark some eval functions that can run in API-fastLewis Russell2023-02-02
|/
* fix: add manifest file to correctly determine Windows version (#21953)dundargoc2023-01-23
* fix(Windows): restore console title at exit #21922Enan Ajmain2023-01-23
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* Merge pull request #21831 from bfredl/nofdbfredl2023-01-16
|\
| * fix(ui): re-organize tty fd handling and fix issuesbfredl2023-01-16
* | fix(exepath)!: prefers extensionless for powershellAnton Kriese2023-01-16
* | refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
|/
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor(pty): remove old logic for inheriting termios from host terminalbfredl2023-01-10
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* Merge pull request #21675 from bfredl/nonstdiobfredl2023-01-09
|\
| * fix(embed): handle stdio in server properlybfredl2023-01-09
* | refactor: replace char_u with chardundargoc2023-01-09
|/
* refactor: extract code to open stdin for readingJustin M. Keyes2023-01-05
* refactor: eliminate os_unix.c #21621Justin M. Keyes2023-01-02
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* vim-patch:8.1.1313: warnings for using localtime() and ctime() (#21229)zeertzjq2022-11-29
* vim-patch:9.0.0733: use of strftime() is not safe (#21228)zeertzjq2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* vim-patch:8.2.4155: translating strftime() argument results in check errorzeertzjq2022-11-25
* Merge pull request #20151 from dundargoc/refactor/char_u/13bfredl2022-11-22
|\
| * refactor: replace char_u with charDundar Göc2022-11-19
* | fix: pvs warnings (#21145)dundargoc2022-11-22
|/
* vim-patch:8.2.3041: detecting if the process of a swap file is running failszeertzjq2022-11-17
* Merge pull request #20157 from dundargoc/build/iwyubfredl2022-11-15
|\
| * build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* | ci(windows): treat compiler warnings as errorsdundargoc2022-11-14
|/
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
* | fix(stdpath): default to /tmp if stdpath('run') cannot be created #20952zeertzjq2022-11-06
|/
* fix: avoid unsigned overflow in home_replace() (#20854)zeertzjq2022-10-30