aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memline.c
Commit message (Expand)AuthorAge
* Remove POSIX 'cpoptions': '&'Michael Reed2015-07-19
* Split os_unix_defs.h into os/Yamakaky2015-07-06
* memline: Don't call memmove() with a NULL argument in ml_add_stack(). #2802oni-link2015-06-12
* minor cleanup. #2610Mark Bainter2015-05-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: concat_fnames()Mark Bainter2015-05-06
* Remove char_u: make_percent_swname()Mark Bainter2015-05-06
* Remove char_u: fix_fname()Mark Bainter2015-05-06
* Remove char_u: vim_FullName()Mark Bainter2015-05-06
* Remove char_u: modname()Mark Bainter2015-05-06
* Remove char_u: after_pathstep()Mark Bainter2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* fix: segfault in ml_recover() if swap file not foundJustin M. Keyes2015-04-12
* fix: segfault in recover_names(): must not concat full pathJustin M. Keyes2015-04-12
* passing-by: mark non-null return; remove invalid OOM check.Justin M. Keyes2015-04-12
* vim-patch: Port parts of Vim 7.4.399.Florian Walch2015-04-08
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* coverity/13777: String not null terminated: RI.Eliseo Martínez2015-03-22
* Clarify an out-of-memory cleanup, remove a function-wide loop counterAnton Ovchinnikov2015-03-16
* Merge pull request #2118 from rev112/fix_redundant_castJohn Szakmeister2015-03-13
|\
| * Remove redundant castsAnton Ovchinnikov2015-03-09
* | version: don't use NVIM_VERSION_* directly outside version.cBjörn Linse2015-03-08
|/
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Remove nonnullret deadcode: xmalloc.Eliseo Martínez2015-01-27
* Macro cleanup: HAS_SWAP_EXISTS_ACTIONMichael Reed2015-01-14
* Macro cleanup: PROTOMichael Reed2015-01-14
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Review: Remove long_u: memfile: Refactor: blocknr_T: long -> int64_t.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: int -> bool.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: bhdr_T.bh_data: char_u* -> void*.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Enable -Wconversion.Eliseo Martínez2014-11-06
* fileinfo: rename os_file_info_get_inodeStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
* Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto2014-07-14
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* 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
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* FileID: remove `CHECK_INODE` macroStefan Hoffmann2014-06-27
* FileID: remove last use of `st_ino` in memline.cStefan Hoffmann2014-06-27
* Replace vim_strncpy calls: memline.cDouglas Schneider2014-06-13