aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/strings.c
Commit message (Expand)AuthorAge
* strings/tv_float: Explicitly cast v_number to float_T for -WconversionJames McCoy2017-06-06
* vim-patch:7.4.2029James McCoy2017-06-04
* strings: Return NUL from vim_strchr for invalid inputZyX2017-05-09
* Merge #6460 from ZyX-I/1476-changesJustin M. Keyes2017-05-08
|\
| * Merge branch 'master' into 1476-changesZyX2017-04-10
| |\
| * | strings: Remove vim_strbyteZyX2017-04-07
| * | strings: Replace vim_strchr implementation with a saner oneZyX2017-04-07
* | | *: Add comment to all C filesZyX2017-04-19
* | | win: vim_strsave_shellescape: Handle 'shellslash'.Justin M. Keyes2017-04-12
| |/ |/|
* | vim-patch:8.0.0243Björn Linse2017-04-10
* | mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
|/
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Move get_tv_number[_chk] to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* vim_vsnprintf: fix conversion warning #6333John Szakmeister2017-03-22
* strings: Fix problems found during code reviewJurica Bradaric2017-03-21
* vim-patch:7.4.2291Jurica Bradaric2017-03-20
* vim-patch:7.4.2280Jurica Bradaric2017-03-20
* vim-patch:7.4.2266Jurica Bradaric2017-03-20
* vim_vsnprintf: fix conversion error #6311John Szakmeister2017-03-18
* vim-patch:7.4.2292 (#6304)Jack Bracewell2017-03-17
* strings.c: Fix problems found during code review.Jurica Bradaric2017-03-06
* vim-patch:7.4.2220Jurica Bradaric2017-03-06
* strings.c: remove unused assignmentJente Hidskes2017-02-20
* string.c: Include <stdarg.h> for va_list type and va_* macrosJames McCoy2017-02-19
* Merge #6110 'refactor: Move vim_*printf to strings.c'.Justin M. Keyes2017-02-17
|\
| * strings: Fix “unexpected format specifier: %lp” ASAN errorZyX2017-02-15
| * message,strings: Move vim_*printf functions to strings.cZyX2017-02-14
|/
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* refactor: Replace vim_strcat() with xstrlcat().Justin M. Keyes2017-01-23
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* strings: Change order of operands in condition.Jurica Bradaric2016-01-24
* vim-patch:7.4.704Jurica Bradaric2016-01-24
* shell: Unquote &shell* options before using themZyX2016-01-11
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* shada: Add support for converting strings that are read or writtenZyX2015-10-08
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Macro cleanup: PROTOMichael Reed2015-01-14
* strings.c: replace copy_spaces, copy_chars with equivalent memset.Daniel Fairhead2014-12-12
* strings: Remove NONNUL_ALL from NULL-taking functions.Scott Prager2014-12-06
* Fix SegFault when getting full path for filesLBEaston2014-12-01
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings: Enable -Wconvert.Scott Prager2014-11-27