aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* strcnt: remove unused parameterJustin M. Keyes2014-12-12
* memory: memcnt and strcnt.Scott Prager2014-12-11
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings/memory: constify and func_attr.Scott Prager2014-11-27
* | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
|/
* Fix substitute newline: Memory functions: Improve style.Eliseo Martínez2014-11-24
* Merge pull request #1439 from jszakmeister/shuffle-some-includesJustin M. Keyes2014-11-11
|\
| * Move many includes down to the EXITFREE block.John Szakmeister2014-11-09
* | Fix warnings: memory.c: xcalloc(): 0 size calloc: CW.Eliseo Martínez2014-11-11
|/
* memory: implement xmemrchr()Scott Prager2014-11-07
* memory: memchrsub and strchrsubScott Prager2014-09-30
* memory: xstrchrnul and xmemscan.Scott Prager2014-09-30
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* memory: Use i18n messages for memory-related errorsThiago de Arruda2014-09-12
* Statically allocate NameBuffWayne Rowcliffe2014-07-22
* Use strict function prototypes #945Pavel Platto2014-07-14
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* Replace vim_strncpy calls: add STRLCPYDouglas Schneider2014-06-13
* Add function attributes to functions in memory.h #811Wesley Wiser2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* memory: add xstrlcpyNicolas Hillegeer2014-05-26
* Remove long_u: do_outofmem_msg().Eliseo Martínez2014-05-24
* 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
* | Remove cryptographyJohn Schmidt2014-05-20
|/
* Fix `xmemdup` function signatureThiago de Arruda2014-05-17
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15