summaryrefslogtreecommitdiffstats
path: root/src/proto/hashtab.pro
AgeCommit message (Collapse)Author
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
Problem: Crash when unletting a variable while listing variables. Solution: Disallow changing a hashtable while going over the entries. (closes #11435)
2019-07-26patch 8.1.1752: resizing hashtable is inefficientv8.1.1752Bram Moolenaar
Problem: Resizing hashtable is inefficient. Solution: Avoid resizing when the final size is predictable.
2016-01-19patch 7.4.1133v7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2007-05-05updated for version 7.1aBram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar