aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
Commit message (Expand)AuthorAge
* charset: Fix V695: dead branchesZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* *: Use const char * in set_one_cmd_contextZyX2017-03-29
* charset: Remove useless condition from vim_iswordc_tabZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* vim-patch:8.0.0250James McCoy2017-03-24
* vim-patch:8.0.0307Justin M. Keyes2017-03-22
* vim-patch:7.4.1981 (#6192)lonerover2017-03-02
* *: Partial string handling refactoringZyX2017-02-15
* mbyte: clean up charset.c for assumed encoding=utf-8Björn Linse2016-12-07
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* modeline: Handle version number overflow. #5450Florian Larysch2016-10-26
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Fix error-handling of strtoimax boundary conditionsJames McCoy2016-09-02
* vim-patch:7.4.1147 (#5005)prollings2016-07-10
* Remove some unnecessary function attributes (#4909)oni-link2016-06-11
* keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* Enabled -Wconversion in charset.chuchet2016-04-06
* charset.c: change return type to boolCharles Joachim2016-02-09
* vim-patch:7.4.1027watiko2016-02-01
* vim-patch:7.4.848watiko2016-02-01
* vim-patch:7.4.782watiko2016-02-01
* vim_str2nr: cleanup #4104Jason Schulz2016-01-26
* coverity/134885: Using uninitialized valueJustin M. Keyes2016-01-24
* Fix lint issuesJason Schulz2016-01-15
* Add support for binary numbersJason Schulz2016-01-15
* 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