summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar2023-01-061-1/+1
* patch 9.0.0749: alloc/free of buffer for each quickfix entry is inefficientv9.0.0749Yegappan Lakshmanan2022-10-141-9/+1
* patch 9.0.0386: some code blocks are nested too deepv9.0.0386Yegappan Lakshmanan2022-09-051-34/+34
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-4/+2
* patch 9.0.0015: with EXITFREE defined terminal menus are not clearedv9.0.0015zeertzjq2022-07-011-0/+1
* patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar2022-06-211-0/+3
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-101-7/+7
* patch 8.2.4716: memory allocation failure not tested when defining a functionv8.2.4716Yegappan Lakshmanan2022-04-091-0/+14
* patch 8.2.4681: build fails with a combination of featuresv8.2.4681Bram Moolenaar2022-04-031-2/+0
* patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan2022-03-191-1/+1
* patch 8.2.4255: theoretical computation overflowv8.2.4255=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-291-2/+2
* patch 8.2.4223: long/int compiler warnings; function arguments swappedv8.2.4223K.Takata2022-01-261-1/+1
* patch 8.2.4040: keeping track of allocated lines is too complicatedv8.2.4040Bram Moolenaar2022-01-081-2/+15
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+6
* patch 8.2.3960: error messages are spread outv8.2.3960Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3740: memory left allocated on exit when using Tclv8.2.3740Bram Moolenaar2021-12-051-0/+3
* patch 8.2.3735: cannot use a lambda for 'imactivatefunc'v8.2.3735Yegappan Lakshmanan2021-12-041-0/+1
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-2/+0
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-0/+1
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-091-15/+9
* patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan2021-08-061-0/+872