aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memfile.c
Commit message (Expand)AuthorAge
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* Review: Remove long_u: memfile: Add to clint.Eliseo Martínez2014-11-06
* 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: Refactor: mf_hashtab_T.mht_fixed: Remove.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: long_u -> size_t.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Enable -Wconversion.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Fix naming inconsistencies.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Others.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Comments.Eliseo Martínez2014-11-06
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_blocksizeStefan Hoffmann2014-08-31
* FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
* Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* 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
* Add automatic generation of headersZyX2014-06-02
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Remove OOM checks: mf_alloc_bhdr()Felipe Oliveira Carvalho2014-05-19
| * Replace alloc() with xmalloc() and remove immediate OOM checksFelipe 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