aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/strings.c
Commit message (Expand)AuthorAge
* 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
| * strings/memory: constify and func_attr.Scott Prager2014-11-27
* | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
|/
* move errno.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
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* No OOM in concat_str() (few remaining cases)Felipe Oliveira Carvalho2014-06-16
* No OOM in vim_strsave_escaped[_ext]()Felipe Oliveira Carvalho2014-06-16
* No OOM in vim_strnsave_up()Felipe Oliveira Carvalho2014-06-16
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_QUICKFIXHinidu2014-05-28
* Remove FEAT_MBYTEHinidu2014-05-28
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
| * Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
| * Implement vim_str(n)save using xstrdup and strncpy/xmallocFelipe Oliveira Carvalho2014-05-19
* | Remove cryptographyJohn Schmidt2014-05-20
|/
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15