neovim/config
ZyX 6a1557f2f4 eval/typval: Log list actions
New logging is guarded by cmake LOG_LIST_ACTIONS define. To make it more
efficient it is allocated as a linked list with chunks of length
2^(7+chunk_num); that uses basically the same idea as behind increasing kvec
length (make appending O(1) (amortized)), but reduces constant by not bothering
to move memory around what realloc() would surely do: it is not like we need
random access to log entries here to justify usage of a single continuous memory
block.
2018-01-14 01:33:18 +03:00
..
CMakeLists.txt build: Do not check for obsolete <termio.h> 2016-12-24 17:41:06 +01:00
config.h.in eval/typval: Log list actions 2018-01-14 01:33:18 +03:00
pathdef.c.in CMake: Fix helptags generation when prefix is not /usr. #2741 2015-06-09 01:12:08 -04:00
versiondef.h.in api: api_info()['version'] 2016-10-28 14:33:13 +02:00