aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.579 #2652David Bürgin2015-05-26
* Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Un-mch mch_has_(exp_)wildcard().Scott Prager2015-03-31
* Remove redundant castsAnton Ovchinnikov2015-03-09
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove nonnullret deadcode: Mark new nonnullret functions.Eliseo Martínez2015-01-27
* Remove long_u: regexp: Refactor long_u.Eliseo Martínez2015-01-19
* Merge pull request #1803 from elmart/small-fixesJustin M. Keyes2015-01-16
|\
| * coverity/100248: Operands don't affect result: HI.Eliseo Martínez2015-01-16
* | Macro cleanup: PROTOMichael Reed2015-01-14
|/
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* vim-patch:7.4.489Florian Walch2014-12-23
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings/memory: constify and func_attr.Scott Prager2014-11-27
* | vim-patch:7.4.478: Use character lenght for 'showbreak'Felipe Morales2014-11-27
* | vim-patch:7.4.473Felipe Morales2014-11-27
|/
* Fix warnings: charset.c: win_lbr_chartabsize(): Dead assignment: HI.Eliseo Martínez2014-11-15
* vim-patch:7.4.416Scott Prager2014-11-11
* vim-patch: 7.4.352Felipe Morales2014-08-20
* vim-patch: 7.4.353Felipe Morales2014-08-20
* Port vim's patch 7.4.338 ('breakindent')Felipe Morales2014-08-20
* Remove EBCDIC: Clean up commentsPavel Platto2014-08-02
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Fix some "out of memory" comments and few cosmeticsFelipe Oliveira Carvalho2014-06-16
* move/remove W_* macrosBrandon Coleman2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_EX_EXTRAHinidu2014-05-28
* Remove FEAT_EVALHinidu2014-05-28
* Removed FEAT_WINDOWSHinidu2014-05-28
* Remove OOM checks: backslash_halve_save()Felipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15