aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/iconv.h
Commit message (Collapse)AuthorAge
* feat!: make iconv a non-optional depLewis Russell2023-01-23
|
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
| | | | | | | | * refactor: format all C files under nvim * refactor: disable formatting for Vim-owned files: * src/nvim/indent_c.c * src/nvim/regexp.c * src/nvim/regexp_nfa.c * src/nvim/testdir/samples/memfile_test.c
* remove DYNAMIC_ICONVerw72019-08-06
|
* headers: Remove useless HAVE_CONFIG_H macrosZyX2017-04-09
| | | We do not have non-cmake build options, cmake always does configure_file.
* iconv: Always include errno.h when USE_ICONV is defined (#5251)James McCoy2016-08-25
| | | | | When USE_ICONV is defined, iconv.h references various errno constants, but errno.h is only being included when HAVE_ICONV_H is not defined. This causes build failures on at least GNU/Hurd.
* iconv: re-enableNicolas Hillegeer2014-11-06
This seems to have been disabled in the transition from vim to neovim, re-enable it.